Sha256: 8b4759c30b5fb0ff2343963fcbbf3273d17f44cdca2fef67d3b5bd161c34bf70
Contents?: true
Size: 1.43 KB
Versions: 10
Compression:
Stored size: 1.43 KB
Contents
# LocomotiveCMS Common [![Gem Version](https://badge.fury.io/rb/locomotivecms_common.svg)](http://badge.fury.io/rb/locomotivecms_common) [![Code Climate](https://codeclimate.com/github/locomotivecms/common/badges/gpa.svg)](https://codeclimate.com/github/locomotivecms/common) [![Dependency Status](https://gemnasium.com/locomotivecms/common.svg)](https://gemnasium.com/locomotivecms/common) [![Build Status](https://travis-ci.org/locomotivecms/common.svg?branch=master)](https://travis-ci.org/locomotivecms/common) [![Coverage Status](https://coveralls.io/repos/locomotivecms/common/badge.svg)](https://coveralls.io/r/locomotivecms/common) # Description Common librairies for locomotive CMS Project ## Installation Add this line to your application's Gemfile: gem 'locomotivecms_common' And then execute: $ bundle Or install it yourself as: $ gem install locomotivecms_common ## Configuration Locomotive::Common.configure do |config| config.notifier = Locomotive::Common::Logger.setup(File.join(File.expand_path(File.dirname(__FILE__)), 'log', 'locomotivecms.log')) end ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it ( http://github.com/<my-github-username>/locomotivecms_common/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
Version data entries
10 entries across 10 versions & 1 rubygems