Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinnydiehl/nutella
Spread some Nutella on Ruby to sweeten up its functionality.
https://github.com/vinnydiehl/nutella
Last synced: 3 months ago
JSON representation
Spread some Nutella on Ruby to sweeten up its functionality.
- Host: GitHub
- URL: https://github.com/vinnydiehl/nutella
- Owner: vinnydiehl
- License: mit
- Created: 2012-09-27T22:53:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:11:10.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T22:45:26.657Z (6 months ago)
- Language: Ruby
- Size: 68.4 KB
- Stars: 16
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nutella [![Build Status](https://secure.travis-ci.org/vinnydiehl/nutella.png)](http://travis-ci.org/vinnydiehl/nutella) [![Dependency Status](https://gemnasium.com/vinnydiehl/nutella.png)](https://gemnasium.com/vinnydiehl/nutella) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/vinnydiehl/nutella)
This library is my personal collection of Ruby utilities, mainly core
extensions.* [RubyGems Release Page](https://rubygems.org/gems/nutella)
* [Documentation on RubyDoc](http://rubydoc.info/github/vinnydiehl/nutella/master/frames)## Installation
Install with RubyGems:
```Shell
gem install nutella
```## Contributing
All contributions to Nutella are welcome. Feel free to send a pull request if
you feel that you have a feature that is useful, and definitely let me know if
you find any bugs.Be sure that all tests succeed before sending a pull request! Pull requests
with failing tests will not be accepted. Also, please test your code- if your
change affects the functionality of the library, write tests that fail
without your code, and pass with your code.## License
Nutella is released under the MIT license. See the LICENSE file included with
this code or
[the official page on OSI](http://opensource.org/licenses/MIT) for more
information.