GitXplorerGitXplorer
f

hoe-gemspec

public
8 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
44befb9690338d29dc7a42218003db1aa538b976

update concourse build status badge

fflavorjones committed 6 years ago
Verified
c494e9bbe5c3a14cec279b9ab0dfbbdcc6be6074

concourse: update pipeline with latest rubies

fflavorjones committed 6 years ago
Verified
8b97c36328bc7eb0cb2030493844490f0f5b3e20

dependency: upgrade concourse to 0.23

fflavorjones committed 6 years ago
Verified
5b4b389f49874a577bb303b18f491ec22dbd381c

concourse: check in generated pipeline file

fflavorjones committed 6 years ago
Unverified
5037f665c68ee9288931b57ad91400d5a97ca4b4

concourse badge in readme

fflavorjones committed 7 years ago
Unverified
5d8dd49bb32fbb9f50515c038da7849e1ccce78a

concourse: created CI pipeline

fflavorjones committed 7 years ago

README

The README file for this repository.

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.