- Jekyll gems are now structured for better testability.
- Added
spec.platform
totemplates/common/gem_scaffold/%gem_name%.gemspec.tt
becauseRubyGems.org
now requires it
- Added
OptionParser
starter for gems intemplates/common/executable_scaffold/lib/%gem_name%/options.rb.tt
. - Renamed 'plain' to 'gem'
- Reorganized generated gem files so they all enhance the same module
- All generated Ruby files are included on startup
- Rails apps are deprecated, will be removed soon
- Added
-y
option to suppress confirmation messages and default toyes
. - Suppresses the huge chunk of JSON that used to be displayed after the remote repository was created.
- Added
-o
option for specifying output directory - Added aliases for class options
- Added more files to generated projects.
- Improved generated scripts and settings.
plain
command has been tested.jekyll
andrails
commands are not ready yet.
- Added
.markdownlint.json
to generated projects and this project.
- Corrected broken gemspec.
- Updated dependencies and
README
. - Renamed the
gem
subcommand toplain
. - Renamed the
plugin
subcommand torails
. - Added
CHANGELOG
,.rspec
,.rubocop
and.vscode/
. - Added
binstubs/
. - Using
require_relative
where appropriate. - Changed the default for including an executable to
false
. - Added the
--quiet
and--todos
options, common to theplain
,jekyll
andrails
subcommands.
- Last release was 7 years prior without a change history.