Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added some task descriptions so they show up with 'rake -T'
I guess it does no harm to have some additional task descriptions and help our memory. Before: rake changelog # Update the changelog since the last release rake console # Open an irb session preloaded with this library rake test # Run the mocked tests rake yard # Generate YARD Documentation Now: rake build # Build fog-1.8.0.gem rake changelog # Update the changelog since the last release rake console # Open an irb session preloaded with this library rake gemspec # Updates the gemspec and runs 'validate' rake test # Run the mocked tests rake validate # Run before pushing out the code rake yard # Generate YARD Documentation
- Loading branch information