Ruby core extentions and class utilities for Lotus
- Home page: http://lotusrb.org
- Mailing List: http://lotusrb.org/mailing-list
- API Doc: http://rdoc.info/gems/lotus-utils
- Bugs/Issues: https://github.com/lotus/utils/issues
- Support: http://stackoverflow.com/questions/tagged/lotus-ruby
- Chat: https://gitter.im/lotus/chat
Lotus::Utils supports Ruby (MRI) 2+, JRuby 1.7+ (with 2.0 mode) and Rubinius 2.3.0+.
Add this line to your application's Gemfile:
gem 'lotus-utils'
And then execute:
$ bundle
Or install it yourself as:
$ gem install lotus-utils
Lotus::Utils is designed to enhance Ruby's code and stdlib. By default this gem doesn't load any code, you must require what you need.
Please read the documentation of each module.
Lotus::Utils uses Semantic Versioning 2.0.0
- Fork it ( https://github.com/lotus/utils/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Copyright 2014 Luca Guidi – Released under MIT License