public
Description: Simple gem creation
Homepage: http://www.diegocarrion.com http://www.mouseoverstudio.com/blog/
Clone URL: git://github.com/dcrec1/gemhub.git
gemhub /
name age message
file .gitignore Thu Oct 29 21:44:09 -0700 2009 added pkg to gitignore [dcrec1]
file README.textile Thu Oct 30 10:05:10 -0700 2008 Added usage information to README [dcrec1]
file Rakefile Thu Oct 29 21:42:44 -0700 2009 bumped to 0.5 [dcrec1]
directory app_generators/ Thu Oct 29 21:41:10 -0700 2009 app_generators/**/* and bin/* files are automat... [dcrec1]
directory bin/ Thu Oct 29 21:41:10 -0700 2009 app_generators/**/* and bin/* files are automat... [dcrec1]
file gemhub.gemspec Sun Sep 20 01:31:23 -0700 2009 fixed gem version number in gemspec [dcrec1]
directory lib/ Wed Jan 14 17:32:11 -0800 2009 added rubigen dependency and updated to version... [dcrec1]
directory spec/ Mon Nov 24 18:12:35 -0800 2008 fixed tests [dcrec1]
README.textile

INSTALLATION

sudo gem install dcrec1-gemhub -s http://gems.github.com

USAGE

Create your gem’s project structure with:

gemhub <gem-name>

Then create your files, edit Rakefile and finally execute:

rake make_spec

to create the gemspec file.

LICENSE:

(The MIT License)

Copyright © 2008 FIX

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
‘Software’), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.