Skip to content

flavorjones/hoe-gemspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generate a prerelease gemspec for your Hoe-based project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published