Add how to build and release a gem to README

This commit is contained in:
uu59 2014-06-02 12:04:40 +09:00
parent 22e653aa79
commit f97518a4bb

View File

@ -21,3 +21,12 @@ Or, for developers.
$ bundle install
$ bundle exec rails s
# Building fluentd-ui.gem
It has the same tasks of `bundle gem foobar; cd foobar; rake -T`.
$ bundle exec rake build
fluentd-ui 0.0.1.pre built to pkg/fluentd-ui-0.0.1.pre.gem.
$ bundle exec rake release
# Push to rubygems.org