README.md in gemsmith-4.3.0 vs README.md in gemsmith-5.0.0

- old
+ new

@@ -30,19 +30,18 @@ 0. A UNIX-based system. 0. Any of the following Ruby VMs: - [MRI 2.x.x](http://www.ruby-lang.org) - [JRuby 1.x.x](http://jruby.org) - - [Rubinius 2.x.x](http://rubini.us) 0. [RubyGems](http://rubygems.org). 0. [Bundler](https://github.com/carlhuda/bundler). # Setup For a secure install, type the following from the command line (recommended): - gem cert --add <(curl -Ls http://www.alchemists.io/gem-public.pem) + gem cert --add <(curl -Ls https://www.alchemists.io/gem-public.pem) gem install gemsmith --trust-policy MediumSecurity NOTE: A HighSecurity trust policy would be best but MediumSecurity enables signed gem verification while allowing the installation of unsigned dependencies since they are beyond the scope of this gem. @@ -55,14 +54,14 @@ ~/.gemsmith/settings.yml ...using the following settings (for example): --- - :author_name: Brooke Kuhlmann - :author_email: bkuhlmann@alchemists.io - :author_url: http://www.alchemists.io - :company_name: Alchemists + :author_name: Joe Smith + :author_email: joe@smithware.com + :author_url: https://www.smithware.com + :company_name: Smithware If no options are configured, then the defaults are as follows: gem_platform: Gem::Platform::RUBY gem_private_key: ~/.ssh/gem-private.pem @@ -73,13 +72,12 @@ gem_url: <author URL> company_name: <author name> company_url: <author URL> github_user: <github user> year: <current year> - ruby_version: 2.0.0 - ruby_patch: p0 - rails_version: 4.0 + ruby_version: 2.2.0 + rails_version: 4.2 # Usage From the command line, type: gemsmith help @@ -92,10 +90,12 @@ For more gem creation options, type: gemsmith help create -b, [--bin], [--no-bin] # Add binary support. -r, [--rails], [--no-rails] # Add Rails support. + -S, [--security], [--no-security] # Add security support. + # Default: true -p, [--pry], [--no-pry] # Add Pry support. # Default: true -g, [--guard], [--no-guard] # Add Guard support. # Default: true -s, [--rspec], [--no-rspec] # Add RSpec support. @@ -174,14 +174,14 @@ Read [CONTRIBUTING](CONTRIBUTING.md) for details. # Credits -Developed by [Brooke Kuhlmann](http://www.alchemists.io) at [Alchemists](http://www.alchemists.io). +Developed by [Brooke Kuhlmann](https://www.alchemists.io) at [Alchemists](https://www.alchemists.io). # License -Copyright (c) 2011 [Alchemists](http://www.alchemists.io). +Copyright (c) 2011 [Alchemists](https://www.alchemists.io). Read the [LICENSE](LICENSE.md) for details. # History Read the [CHANGELOG](CHANGELOG.md) for details.