Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemeff/rains
Gem for doing OOP the right way
https://github.com/artemeff/rains
Last synced: 12 days ago
JSON representation
Gem for doing OOP the right way
- Host: GitHub
- URL: https://github.com/artemeff/rains
- Owner: artemeff
- License: mit
- Created: 2015-09-10T00:30:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T13:04:27.000Z (about 9 years ago)
- Last Synced: 2024-11-05T12:12:46.342Z (about 2 months ago)
- Language: Ruby
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[gem]: https://rubygems.org/gems/rains
[travis]: https://travis-ci.org/artemeff/rains
[gemnasium]: https://gemnasium.com/artemeff/rains
[codeclimate]: https://codeclimate.com/github/artemeff/rains
[inchpages]: http://inch-ci.org/github/artemeff/rains### rains
---
[![Gem Version](https://badge.fury.io/rb/rains.svg)][gem]
[![Build Status](https://travis-ci.org/artemeff/rains.svg?branch=master)][travis]
[![Dependency Status](https://gemnasium.com/artemeff/rains.svg)][gemnasium]
[![Code Climate](https://codeclimate.com/github/artemeff/rains/badges/gpa.svg)][codeclimate]
[![Test Coverage](https://codeclimate.com/github/artemeff/rains/badges/coverage.svg)][codeclimate]
[![Inline docs](http://inch-ci.org/github/artemeff/rains.svg?branch=master&style=flat)][inchpages]---
...
---
### Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request