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

Version Path
cmor_system-0.0.60.pre README.md
cmor_system-0.0.59.pre README.md
cmor_system-0.0.58.pre README.md
cmor_system-0.0.57.pre README.md
cmor_system-0.0.56.pre README.md
cmor_system-0.0.55.pre README.md
cmor_system-0.0.54.pre README.md
cmor_system-0.0.53.pre README.md
cmor_system-0.0.52.pre README.md
cmor_system-0.0.51.pre README.md
cmor_system-0.0.50.pre README.md
cmor_system-0.0.49.pre README.md
cmor_system-0.0.48.pre README.md
cmor_system-0.0.45.pre README.md
cmor_system-0.0.44.pre README.md