Sha256: 7aee2afffaeb13be036a0e8101703ff7e7a97f9b3f73e3f95f8ccafd6fa7a64b
Contents?: true
Size: 1.9 KB
Versions: 1
Compression:
Stored size: 1.9 KB
Contents
# Lotus::Utils Ruby core extentions and class utilities for [Lotus](http://lotusrb.org) ## Status [](https://badge.fury.io/rb/lotus-utils) [](https://travis-ci.org/lotus/utils?branch=master) [](https://coveralls.io/r/lotus/utils) [](https://codeclimate.com/github/lotus/utils) [](https://gemnasium.com/lotus/utils) [](http://inch-ci.org/github/lotus/utils) ## Contact * 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 ## Rubies __Lotus::Utils__ supports Ruby (MRI) 2+ and JRuby 1.7 (with 2.0 mode). ## Installation Add this line to your application's Gemfile: ```ruby gem 'lotus-utils' ``` And then execute: $ bundle Or install it yourself as: $ gem install lotus-utils ## Usage __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. ## Versioning __Lotus::Utils__ uses [Semantic Versioning 2.0.0](http://semver.org) ## Contributing 1. Fork it ( https://github.com/lotus/utils/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 ## Copyright Copyright 2014 Luca Guidi – Released under MIT License
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lotus-utils-0.3.0 | README.md |