Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.22 KB

Build Status Code Climate Test Coverage

Spina::Jobs

Jobs plugin for Spina CMS. It supports job posts and applications.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'spina-jobs'

And then execute:

$ bundle install

And install:

$ rails g spina_jobs:install

Or install it yourself as:

$ gem install spina-jobs

Contributing

The version of Spina to develop this engine against is defined in the gemspec. To override the version of refinery to develop against, edit the project Gemfile to point to a local path containing a clone of Spina CMS.

Testing

With rake spec

$ bundle exec rake spec

License

The gem is available as open source under the terms of the MIT License.