Skip to content
/ utils Public
forked from hanami/utils

Ruby core extentions and class utilities for Hanami

License

Notifications You must be signed in to change notification settings

gogainda/utils

Repository files navigation

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 Hanami

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.5%
  • Shell 0.5%