public
Description: Simple gem creation
Homepage: http://www.diegocarrion.com http://www.mouseoverstudio.com/blog/
Clone URL: git://github.com/dcrec1/gemhub.git
dcrec1 (author)
Thu Oct 29 21:42:44 -0700 2009
commit  433c442b4399b2dfc80f29514681cf5f0863659a
tree    201f00c7fdb2b3a2aff7f95a22b1bbb196670030
parent  21b1c77f4fd21e39ce1e3edb1054a81f465cfc98
gemhub /
name age message
file README.textile Loading commit data...
file Rakefile
directory app_generators/
directory bin/
file gemhub.gemspec
directory lib/
directory spec/
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.