http://github.com/flavorjones/hoe-gemspec
Generate a prerelease gemspec based on a Hoe spec.
Creates a rake task to generate a prerelease gemspec based on your Hoe.spec:
rake gem:spec
Creating a prerelease gemspec allows users of your library to build their project off of master quickly, without having to clone or fork your repository.
Just add the following line to your Rakefile before you call Hoe.spec
:
Hoe.plugin :gemspec
And then run the following command to generate a gemspec:
rake gem:spec
And then checkin the generated gemspec file to your version control system of choice.
- hoe >= 2.2.0
gem install hoe-gemspec
Generate a Bundler Gemfile with hoe-bundler.
Distributed under the MIT license. See LICENSE
file for details.