项目作者: chillum

项目描述 :
Rake tasks to assist developing Ruby Gems
高级语言: Ruby
项目地址: git://github.com/chillum/gem4rake.git
创建时间: 2015-10-27T13:45:57Z
项目社区:https://github.com/chillum/gem4rake

开源协议:Apache License 2.0

下载


Rake tasks to assist developing Ruby Gems Gem Version

Gem’s name must match current directory’s basename.
A .spec file with that name is also required.

Installation

gem install gem4rake

Usage

Put this in your Rakefile:

  1. require 'gem4rake'
  2. Gem4Rake.new $your_app_version

Example

  1. $ rake -T
  2. rake build # Build autoup-1.0.4.gem
  3. rake clean # Delete autoup-*.gem
  4. rake cleanup # Cleanup autoup gems
  5. rake install # Install autoup-1.0.4.gem
  6. rake push # Push autoup-1.0.4.gem
  7. rake uninstall # Uninstall autoup gems

Notes

If you got permission denied errors, you may need: echo gem: --user-install > ~/.gemrc