Ruby core extentions and class utilities for Hanami https://github.com/hanami/utils
Go to file
Luca Guidi 5935634e6a [ci skip] yardopts 2014-06-13 15:08:23 +02:00
lib/lotus Implemented Lotus::Utils::Callbacks::Chain#freeze in order to prevent modification after the object has been frozen 2014-06-13 15:00:34 +02:00
test Implemented Lotus::Utils::Callbacks::Chain#freeze in order to prevent modification after the object has been frozen 2014-06-13 15:00:34 +02:00
.gitignore ensure .gitignore is consistent across all Lotus repos. 2014-04-11 10:37:25 +01:00
.travis.yml Enable Ruby 2.1.2 on Travis CI 2014-05-10 15:53:28 +02:00
.yardopts [ci skip] yardopts 2014-06-13 15:08:23 +02:00
CHANGELOG.md CHANGELOG 2014-06-13 15:06:41 +02:00
CONTRIBUTING.md add Github contributing guidelines 2014-04-11 10:34:44 +01:00
Gemfile All the Utils::Kernel methods will raise TypeError in case of failed coercion. They now handle internally all the other errors that may occur: ArgumentError, NoMethodError, RangeError etc.. 2014-06-13 12:17:16 +02:00
LICENSE.md specify the LICENSE as markdown for prettier Github printing 2014-04-11 10:38:08 +01:00
README.md Wordsmithing: Removing chattyness of documentation 2014-04-26 12:24:34 -05:00
Rakefile Added a test coverage Rake task to be used within the CI env 2014-02-24 18:31:29 +01:00
lotus-utils.gemspec Specify Rake version in gemspec 2014-01-23 12:20:22 +01:00

README.md

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+

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