README.txt in bones-1.3.3 vs README.txt in bones-1.3.4

- old
+ new

@@ -14,22 +14,22 @@ Mr Bones provides the following rake tasks: ann # Alias to ann:announcement ann:announcement # Create an announcement file - ann:email # Send email announcement - clobber # Remove all build products + ann:email # Send an email announcement + clean # Remove any temporary products. + clobber # Remove any generated file. doc # Alias to doc:rdoc doc:rdoc # Build the rdoc HTML Files doc:release # Publish RDoc to RubyForge doc:rerdoc # Force a rebuild of the RDOC files doc:ri # Generate ri locally for testing gem # Alias to gem:package gem:debug # Show information about the gem - gem:gem # Build the gem file bones-1.3.3.gem gem:install # Install the gem - gem:package # Build all the packages + gem:package # Build the gem file bones-1.3.4.gem gem:release # Package and upload to RubyForge gem:repackage # Force a rebuild of the package files gem:uninstall # Uninstall the gem manifest # Alias to manifest:check manifest:check # Verify the manifest @@ -40,10 +40,11 @@ notes:todo # Enumerate all TODO annotations spec # Alias to spec:run spec:rcov # Run all specs with RCov spec:run # Run all specs with basic output spec:specdoc # Run all specs with text output + spec:verify # Verify that rcov coverage is at least 90.0% svn:create_tag # Create a new tag in the SVN repository svn:show_tags # Show tags from the SVN repository test # Alias to test:run test:rcov # Run rcov on the unit tests test:run # Run tests for run @@ -72,9 +73,10 @@ following gems installed you will not get all that Mr Bones has to offer. * rubyforge - for easy gem publishing to rubyforge.org * rcov - for code coverage testing * rspec - if that's the way you roll +* facets - for pretty colors == INSTALL: * sudo gem install bones