Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bendyworks/bendygem
A veritable cornucopia overflowing with code
https://github.com/bendyworks/bendygem
Last synced: 28 days ago
JSON representation
A veritable cornucopia overflowing with code
- Host: GitHub
- URL: https://github.com/bendyworks/bendygem
- Owner: bendyworks
- License: mit
- Created: 2014-04-24T02:48:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T02:45:39.000Z (almost 10 years ago)
- Last Synced: 2024-11-07T21:46:33.104Z (about 2 months ago)
- Language: Ruby
- Size: 235 KB
- Stars: 0
- Watchers: 25
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bendy
[![Gem Version](https://badge.fury.io/rb/bendy.svg)](http://badge.fury.io/rb/bendy)
This is a collection of helpful utilities in use at Bendyworks.
## Installation
Add this line to your application's Gemfile:
gem 'bendy'
And then execute:
$ bundle
Or install it yourself as:
$ gem install bendy
## Usage
Since this gem includes many different facets (see what I... nevermind) you
are best off reading the code for things that catch your eye.## Contributing
1. Fork it ( http://github.com/twopoint718/bendygem/fork )
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