Sha256: ab5a26c3b60543fbb9f98f39b4436711621c73097aff5adf34f12102a4b1f59b
Contents?: true
Size: 720 Bytes
Versions: 15
Compression:
Stored size: 720 Bytes
Contents
# Cmor::System Short description and motivation. ## Upgrading to 0.0.44.pre cmor_system_backend was renamed to cmor_system. You need to do following things after upgrading: 1. Rename config/initializers/cmor_system_backend.rb to config/initializers/cmor_system.rb and change Cmor::System::Backend to Cmor::System. ## Usage How to use my plugin. ## Installation Add this line to your application's Gemfile: ```ruby gem 'cmor_system' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install cmor_system ``` ## Contributing Contribution directions go here. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
15 entries across 15 versions & 1 rubygems