Created
September 24, 2009 03:55
-
-
Save drnic/192500 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(in /Users/drnic/newproj) | |
rake announce # publish # Announce your release. | |
rake audit # test # Run ZenTest against the package. | |
rake check_extra_deps # deps # Install missing dependencies. | |
rake check_manifest # debug # Verify the manifest. | |
rake clean # # Clean up all the extras. | |
rake clobber_docs # publish # Remove RDoc products | |
rake clobber_package # package # Remove package products | |
rake clobber_rcov # rcov # Remove rcov products for rcov | |
rake config_hoe # debug # Create a fresh ~/.hoerc file. | |
rake debug_email # publish # Generate email announcement file. | |
rake debug_gem # debug # Show information about the gem. | |
rake default # test # Run the default task(s). | |
rake deps:email # deps # Print a contact list for gems dependent on this gem | |
rake deps:fetch # deps # Fetch all the dependent gems of this gem into tarballs | |
rake deps:list # deps # List all the dependent gems of this gem | |
rake docs # publish # Build the RDoc HTML Files | |
rake gem # package # Build the gem file newproj-1.0.0.gem | |
rake generate_key # signing # Generate a key for signing your gems. | |
rake install_gem # package # Install the package as a gem. | |
rake multi # test # Run the test suite using multiruby. | |
rake package # package # Build all the packages | |
rake post_blog # publish # Post announcement to blog. | |
rake post_news # publish # Post announcement to rubyforge. | |
rake publish_docs # publish # Publish RDoc to RubyForge. | |
rake rcov # rcov # Analyze code coverage with tests | |
rake redocs # publish # Force a rebuild of the RDoc files | |
rake release # package # Package and upload the release. | |
rake release_sanity # package # Sanity checks for release | |
rake release_to_rubyforge # package # Release to rubyforge. | |
rake repackage # package # Force a rebuild of the package files | |
rake ridocs # publish # Generate ri locally for testing. | |
rake test # test # Run the test suite. | |
rake test_deps # test # Show which test files fail when run alone. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment