Rake tasks to assist developing Ruby Gems
Gem’s name must match current directory’s basename.
A .spec
file with that name is also required.
gem install gem4rake
Put this in your Rakefile
:
require 'gem4rake'
Gem4Rake.new $your_app_version
$ rake -T
rake build # Build autoup-1.0.4.gem
rake clean # Delete autoup-*.gem
rake cleanup # Cleanup autoup gems
rake install # Install autoup-1.0.4.gem
rake push # Push autoup-1.0.4.gem
rake uninstall # Uninstall autoup gems
If you got permission denied errors, you may need: echo gem: --user-install > ~/.gemrc