Sha256: 9c001d611b57adf32db00ff2ce2c95c09bd712620b53815ca80f9c0cbbaa3998
Contents?: true
Size: 1.21 KB
Versions: 6
Compression:
Stored size: 1.21 KB
Contents
[![Build Status](https://travis-ci.org/SpinaCMS/spina-blog.svg?branch=master)](https://travis-ci.org/initforthe/spina-blog) [![Code Climate](https://codeclimate.com/github/initforthe/spina-blog/badges/gpa.svg)](https://codeclimate.com/github/initforthe/spina-blog) [![Test Coverage](https://codeclimate.com/github/initforthe/spina-blog/badges/coverage.svg)](https://codeclimate.com/github/initforthe/spina-blog/coverage) # Spina::Blog Simple blog engine for [Spina CMS](https://www.spinacms.com/). It supports posts and categories. ## Usage How to use my plugin. ## Installation Add this line to your application's Gemfile: ```ruby gem 'spina-blog' ``` And then execute: ```bash $ bundle ``` And install: ```bash $ rails g spina_blog:install ``` Or install it yourself as: ```bash $ gem install spina-blog ``` ## 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 ```bash $ bundle exec rake spec ``` ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
6 entries across 6 versions & 2 rubygems