teddy-ma / utils

Ruby core extentions and class utilities for Lotus

Home Page:http://lotusrb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lotus::Utils

Ruby core extentions and class utilities for Lotus

Status

Gem Version Build Status Coverage Code Climate Dependencies Inline Docs

Contact

Rubies

Lotus::Utils supports Ruby (MRI) 2+, JRuby 1.7+ (with 2.0 mode) and Rubinius 2.3.0+.

Installation

Add this line to your application's Gemfile:

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

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-2015 Luca Guidi – Released under MIT License

About

Ruby core extentions and class utilities for Lotus

http://lotusrb.org

License:MIT License


Languages

Language:Ruby 100.0%