spina 0.6.11 → 0.6.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62508d24d12aab16b7445450e9495a6af91872b4
4
- data.tar.gz: 2b4dbd522fc9f7fbe28dfd618543d61b3e21b54d
3
+ metadata.gz: 518d03186a99205d0184d237021a2b45ecb48129
4
+ data.tar.gz: ffaf0d527463191382eed520a0774358da919c07
5
5
  SHA512:
6
- metadata.gz: 6319422455542c5d52afb7d127e0e88ff4ff2f75afd6047d2f2ea5b3bafc8c0163a8b4f186642eb2e1895fc06114d1f5525f07b528e93d6100a7f2eb9de3bfa5
7
- data.tar.gz: 891652331d51a3cccae58d06e51cede9e1526e0019acdf73098281fba4f95e3b476522335b65ab49f146ef1bbd1a59049a3fa7f0eb19f1a9097868fb602a25d9
6
+ metadata.gz: 5eba9c17c588cf3c1fcc612d0942ade9313638c9e1f007d240c8616554a7b1d6c6bbda7aa49b4518932c62437b7df909442c2d20be1dd262cc73692d6cf09260
7
+ data.tar.gz: 058a17fda706bb9af6cc97f23f712edfe443ffe48a42aa474c6ea29e7a9867e379eb94134cc776dca1a43d5de3a87e65466cbbde12db0c2a04e7f893ce9d8d60
data/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Spina CMS
2
+
3
+ [![Code Climate](https://codeclimate.com/github/denkGroot/Spina/badges/gpa.svg)](https://codeclimate.com/github/denkGroot/Spina)
data/lib/spina/engine.rb CHANGED
@@ -10,7 +10,6 @@ require 'carrierwave'
10
10
  require 'mini_magick'
11
11
  require 'cancan'
12
12
  require 'friendly_id'
13
- require 'redcarpet'
14
13
  require 'negative_captcha'
15
14
  require 'filters_spam'
16
15
  require 'ancestry'
data/lib/spina/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Spina
2
- VERSION = "0.6.11"
2
+ VERSION = "0.6.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spina
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.11
4
+ version: 0.6.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bram Jetten
@@ -325,7 +325,7 @@ executables: []
325
325
  extensions: []
326
326
  extra_rdoc_files: []
327
327
  files:
328
- - README.rdoc
328
+ - README.md
329
329
  - Rakefile
330
330
  - app/assets/images/spina/admin/logo@2x.png
331
331
  - app/assets/javascripts/spina/admin/account.js.coffee
data/README.rdoc DELETED
@@ -1,3 +0,0 @@
1
- = Spina
2
-
3
- CMS