contents_core 0.1.0 → 0.1.1

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: 3e33ec3a230bad84970e4f2b43fe3c700e9ff72a
4
- data.tar.gz: 9d3f7d53a033c6d52b5d22f580ec3210c90c17a0
3
+ metadata.gz: fc9416651ae6d9f75bb33c14607fa16ace8aa6f9
4
+ data.tar.gz: 486a68493f20dbd00004ff947e7bfe39d55d9fd7
5
5
  SHA512:
6
- metadata.gz: 566cb403e239475914c934bd85dd1fb37a1a37ad50ede3ca7701f24c61ebcabb96de6e4ee171ebb90dc53700c0bf745fa1ed71b32bd2cef70ce6172399d7cf95
7
- data.tar.gz: f07a30421f8d0de813666cc48d0d5b00902d8f07f87553abdf85f17c30a306fec0bda45bcec911ecb9776561181825dd446b440037c27b38b7bb7adf253a6263
6
+ metadata.gz: 0c823da0a430285eadc65585195f882ca96d4353d7fc950f5b3224f5ea9d102204739c3ca68972f642043fbc728efbe59b6622996988f780b81bc6ffd34d44d9
7
+ data.tar.gz: dc42ba513c2f4f0af97c8a2905fa9795419be57864d39dcef6a4c3f1152f24831f17bdb4199f90784b44218912c1bf47b5d71f10dd97aebc0d519c4144de647d
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # ContentsCore
1
+ # ContentsCore [![Gem Version](https://badge.fury.io/rb/contents_core.svg)](https://badge.fury.io/rb/contents_core)
2
2
 
3
3
  A Rails gem which offer a simple structure to manage contents in a flexible way.
4
4
 
@@ -0,0 +1,18 @@
1
+ en:
2
+ activerecord:
3
+ models:
4
+ contents_core/block:
5
+ one: Block
6
+ other: Blocks
7
+ contents_core/item:
8
+ one: Item
9
+ other: Items
10
+ attributes:
11
+ contents_core/block:
12
+ column: Column
13
+ content: Content
14
+ img: Image
15
+ slide: Slide
16
+ title: Title
17
+ contents_core/item:
18
+ data: Data
@@ -1,3 +1,3 @@
1
1
  module ContentsCore
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contents_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mat
@@ -47,6 +47,7 @@ files:
47
47
  - app/models/contents_core/item_string.rb
48
48
  - app/models/contents_core/item_text.rb
49
49
  - config/initializers/contents_core.rb
50
+ - config/locales/active_record.en.yml
50
51
  - config/routes.rb
51
52
  - db/migrate/20170414173603_create_contents_core_blocks.rb
52
53
  - db/migrate/20170414173610_create_contents_core_items.rb