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)
Mon Nov 24 18:12:35 -0800 2008
commit  d91dec6d02bc62819ac38c9a8e93499291146e40
tree    2048866d3b02a3ed2dda06ee6b87e23ab8d8b9e6
parent  8750fcf9fae605ad1d0a2b92d570e0efcec5ad43
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.