README.md in gemsmith-13.8.0 vs README.md in gemsmith-14.0.0

- old
+ new

@@ -52,21 +52,21 @@ - Uses [Milestoner](https://github.com/bkuhlmann/milestoner) for consistent project/gem versioning. - Uses [Pragmater](https://github.com/bkuhlmann/pragmater) for Ruby source pragma directives. - Uses [Tocer](https://github.com/bkuhlmann/tocer) for README table of contents generation. - Supports [Bundler Audit](https://github.com/rubysec/bundler-audit). - Supports [Circle CI](https://circleci.com). -- Supports [Code Climate](https://codeclimate.com). - Supports [Git Cop](https://github.com/bkuhlmann/git-cop). - Supports [GitHub](https://github.com). - Supports [Guard](https://github.com/guard/guard). - Supports [Pry](http://pryrepl.org). - Supports [Reek](https://github.com/troessner/reek). - Supports [RSpec](http://rspec.info). - Supports [Rubocop](https://github.com/rubocop-hq/rubocop). - Supports [Rubocop RSpec](https://github.com/rubocop-hq/rubocop-rspec). - Supports [Ruby on Rails](http://rubyonrails.org). - Supports [RubyGems Security](http://guides.rubygems.org/security). +- Supports [SimpleCov](https://github.com/colszowka/simplecov). - Supports [Thor](https://github.com/erikhuda/thor). - Supports common settings and a structured layout for building gems. - Supports publishing to public or private gem servers. - Provides common documentation: - [README](README.md) @@ -128,19 +128,19 @@ :rails: "5.1" :generate: :bundler_audit: true :circle_ci: false :cli: false - :code_climate: false :engine: false :git_cop: true :git_hub: true :guard: true :pry: true :reek: true :rspec: true :rubocop: true + :simple_cov: true :security: false :publish: :sign: false Feel free to take this default configuration, modify, and save as your own custom @@ -186,10 +186,9 @@ [--bundler-audit], [--no-bundler-audit] # Add Bundler Audit support. # Default: true [--circle-ci], [--no-circle-ci] # Add Circle CI support. [--cli], [--no-cli] # Add CLI support. - [--code-climate], [--no-code-climate] # Add Code Climate support. [--engine], [--no-engine] # Add Rails Engine support. [--git-cop], [--no-git-cop] # Add Git Cop support. # Default: true [--git-hub], [--no-git-hub] # Add GitHub support. # Default: true