Sha256: e64068b5ad44fc91ee8637d04ee3034f57ad9759f3b7640c963e1a5589d9ef2b

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

[![Gem Version](http://img.shields.io/gem/v/lotus-utils.svg)](https://badge.fury.io/rb/lotus-utils)
[![Build Status](http://img.shields.io/travis/lotus/utils/master.svg)](https://travis-ci.org/lotus/utils?branch=master)
[![Coverage](http://img.shields.io/coveralls/lotus/utils/master.svg)](https://coveralls.io/r/lotus/utils)
[![Code Climate](http://img.shields.io/codeclimate/github/lotus/utils.svg)](https://codeclimate.com/github/lotus/utils)
[![Dependencies](http://img.shields.io/gemnasium/lotus/utils.svg)](https://gemnasium.com/lotus/utils)
[![Inline Docs](http://inch-ci.org/github/lotus/utils.svg)](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+, JRuby 9k+ & Rubinius 2.3+

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lotus-utils-0.5.2 README.md