Skip to content

Commit

Permalink
Merge pull request #676 from tas50/readme
Browse files Browse the repository at this point in the history
Correctly document the rake tasks
  • Loading branch information
lamont-granquist committed Dec 8, 2015
2 parents a964fbd + 645088a commit fa2115a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit fa2115a

Please sign in to comment.