An open API service indexing awesome lists of open source software.

https://github.com/theckman/gem-skel

This is my Rubygem skeleton repo
https://github.com/theckman/gem-skel

Last synced: 3 months ago
JSON representation

This is my Rubygem skeleton repo

Awesome Lists containing this project

README

        

gem-skel
========
This is my Rubygem skeleton repo. It's the base for all future gems.

LICENSE
-------
My gem skeleton files are released under the [MIT](http://opensource.org/licenses/MIT)
license. The full license has been provided in the
[LICENSE](https://github.com/theckman/gem-skel/blob/master/LICENSE) file.

As a note, I make no promises that any code released in the future will use
the same license as these skeleton files.

CONTRIBUTING
------------
See [CONTRIBUTION.md](https://github.com/theckman/gem-skel/blob/master/CONTRIBUTING.md)
for information on contributing back to this project.