Sha256: 2c7e518502d1b5687003c555d6fa978054b33d41cc82be70d10ba5e8763832af

Contents?: true

Size: 1.92 KB

Versions: 8

Compression:

Stored size: 1.92 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 1.7+ (with 2.0 mode) and Rubinius 2.3.0+.

## 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

8 entries across 8 versions & 1 rubygems

Version Path
lotus-utils-0.5.1 README.md
lotus-utils-0.5.0 README.md
lotus-utils-0.4.3 README.md
lotus-utils-0.4.2 README.md
lotus-utils-0.4.1 README.md
lotus-utils-0.4.0 README.md
lotus-utils-0.3.5 README.md
lotus-utils-0.3.4 README.md