Extentions

Build Status Gemnasium Build Status

Allows to create an isolated functionality and plug it into the application

Contents

  1. Installation
  2. Contributing
  3. Requirements
  4. Compatibility
  5. Copyright

Installation

Add this line to your application's Gemfile:

gem 'extentions'

And then execute:

bundle

Or install it yourself as:

gem install extentions

Requirements

none

rspec2 for testing

Compatibility

tested with Ruby

  • 1.9.3
  • jruby-19mode
  • rbx-19mode
  • ruby-head

see build history

Contributing

  1. Fork repository AlexParamonov/extentions
  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 © 2013 Alexander Paramonov. Released under the MIT License. See the LICENSE file for further details.