0.01
No commit activity in last 3 years
No release in over 3 years
Generate a prerelease gemspec based on a Hoe spec.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.6.1
>= 0
>= 2.0.4

Runtime

>= 2.2.0
 Project Readme

hoe-gemspec

http://github.com/flavorjones/hoe-gemspec

Concourse CI

Description

Generate a prerelease gemspec based on a Hoe spec.

Features/Problems

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.

Synopsis

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.

Requirements

  • hoe >= 2.2.0

Install

gem install hoe-gemspec

Related gems

Generate a Bundler Gemfile with hoe-bundler.

License

Distributed under the MIT license. See LICENSE file for details.