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
- Host: GitHub
- URL: https://github.com/theckman/gem-skel
- Owner: theckman
- License: mit
- Created: 2014-04-16T06:34:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-08T18:58:12.000Z (about 11 years ago)
- Last Synced: 2025-01-24T12:13:32.887Z (5 months ago)
- Language: Ruby
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.