diff options
author | Tim Smith <tsmith84@gmail.com> | 2015-12-06 11:30:10 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2015-12-06 11:30:10 -0800 |
commit | 645088a1d98cf2f684d57e6817ca40064b554fc7 (patch) | |
tree | 9566d005dc4b13e0f87d0f629c58a6b4ec79e811 /README.md | |
parent | fa5ab037b6006024b938d333c08b20f3292a7aba (diff) | |
download | ohai-645088a1d98cf2f684d57e6817ca40064b554fc7.tar.gz |
Correctly document the rake tasks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -54,13 +54,11 @@ You can run individual test files by running the rspec executable: Ohai has some Rake tasks for doing various things. rake -T - rake clobber_package # Remove package products - rake gem # Build the gem file ohai-$VERSION.gem - rake install # install the gem locally - rake make_spec # create a gemspec file - rake package # Build all the packages - rake repackage # Force a rebuild of the package files - rake spec # Run specs + rake build # Build the gem file ohai-$VERSION.gem + rake install # install the gem locally + rake install:local # install the gem locally without network access + rake release # Create tag $VERSION, build gem, and push to Rubygems + rake spec # Run RSpec tests ($VERSION is the current version, from the GemSpec in Rakefile) |