Project

yaggy

0.0
No commit activity in last 3 years
No release in over 3 years
Yet Another Goddamn Gemspec thingY
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
 Project Readme

Yet Another Goddamn Gemspec thingY

This is yet another goddamn gemspec thingy. It does roughly the same stuff as jeweler, but it operates on plain vanilla gemfiles, so other devs working with your gems can work with it too, and you can just plug it in without rewriting your gemfile.

installing

# Rakefile
require 'yaggy'

Yaggy.gem('my_gem.gemspec', :push_gem => true)


# more advanced options
Yaggy.gem('my_gem.gemspec', :update_gemfile => "~/src/main_project/Gemfile")

# update_gemfile will update another project's Gemfile to use the current version on release.

tasks

  • rake release # defaults to a patch revision
  • rake release:patch
  • rake release:minor
  • rake release:major