Project

sr-mg

0.02
Repository is archived
No commit activity in last 3 years
No release in over 3 years
minimal gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

mg

Minimalist way to build and publish gems using Rake. Also build tarballs.

Usage

In your Rakefile:

require "mg"
MG.new("project.gemspec")

The following tasks are now available:

rake gem
  Build gem into dist/

rake gem:publish
  Push the gem to RubyGems.org

rake gem:install
  Build and install as local gem

rake package
  Build gem and tarball into dist/

Licence

Written by Ryan Tomayko, extracted by Simon Rozet.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2009 Ryan Tomayko and Simon Rozet
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.