aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/templates/newgem/README.md.tt
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-07-22 14:38:06 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-07-22 14:38:06 -0700
commitc784ea3ade399fd487184493f7e8c0e340e7d6d7 (patch)
treeaf0c0d52d663b81c110929a96fd22faf1b2897e3 /lib/bundler/templates/newgem/README.md.tt
parent8d25615ab4c3b72d8d1154d32d5b65e268f16226 (diff)
parenta85578ca41922c74f3789c755ee5105014cd9d7c (diff)
downloadbundler-c784ea3ade399fd487184493f7e8c0e340e7d6d7.tar.gz
Merge tag 'v1.10.6'
Version 1.10.6 # Conflicts: # lib/bundler/cli.rb # lib/bundler/source/git/git_proxy.rb # spec/install/parallel/spec_installation_spec.rb
Diffstat (limited to 'lib/bundler/templates/newgem/README.md.tt')
-rw-r--r--lib/bundler/templates/newgem/README.md.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt
index 2a0d8330..30c7b936 100644
--- a/lib/bundler/templates/newgem/README.md.tt
+++ b/lib/bundler/templates/newgem/README.md.tt
@@ -26,7 +26,7 @@ TODO: Write usage instructions here
## Development
-After checking out the repo, run `bin/setup` to install dependencies.<% if config[:test] %> Then, run `rake <%= config[:test].sub('mini', '') %>` to run the tests.<% end %> You can also run `bin/console` for an interactive prompt that will allow you to experiment.<% if config[:bin] %> Run `bundle exec <%= config[:name] %>` to use the gem in this directory, ignoring other installed copies of this gem.<% end %>
+After checking out the repo, run `bin/setup` to install dependencies.<% if config[:test] %> Then, run `rake <%= config[:test].sub('mini', '').sub('rspec', 'spec') %>` to run the tests.<% end %> You can also run `bin/console` for an interactive prompt that will allow you to experiment.<% if config[:bin] %> Run `bundle exec <%= config[:name] %>` to use the gem in this directory, ignoring other installed copies of this gem.<% end %>
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).