blocky 1.0.0 → 1.0.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: 770d16e3716856a87c89b492ab95af39c83f29d7
4
- data.tar.gz: 69a2be82078323f26bae3771243ca62536836872
3
+ metadata.gz: 58c0e8492d722bf87c0d8673d45a9aecb8e78d46
4
+ data.tar.gz: d4b65323159bdc333392f604387d7d35df6152d5
5
5
  SHA512:
6
- metadata.gz: 5d3c7c1dd2d97f2133011c8717f604df1037564e7a671e38d997e4a57586b76259e4df3ae80ecf29eb12984e6efadffb6fa834315827a216dfc2c7b3dc24e630
7
- data.tar.gz: 76727d913cdc99c5a1024ce3cd7b62d36e76aac5cead32d5763a36e1dae8411fedcd894c742c6da6361e496175333919f2be88a6e93bf02f67c324c0631ca6b5
6
+ metadata.gz: 39ff7e6c0456f16edb66d9b9d7d1923bcb88549cb93a3594e1059e249b8068425c4b9b14ed66d3c0c85fd8511ddf63e6798fc2bc27b61ae16ef9b32f28046a85
7
+ data.tar.gz: 4beadfe43fb54fbadebffcaf1ae5cf5dfdf0648df4138ad3051b1fd95d05848b19ef8364d5d313ee6efa7819703d9c10c4b6bf553f339f00eb657e2eeeb87bcc
@@ -0,0 +1,30 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ activerecord:
24
+ models:
25
+ content_block:
26
+ one: Content Block
27
+ other: Site Content
28
+ attributes:
29
+ blocky/content_block:
30
+ content_key: Unique ID
@@ -1,3 +1,3 @@
1
1
  module Blocky
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blocky
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pattison
@@ -51,6 +51,7 @@ files:
51
51
  - Rakefile
52
52
  - app/helpers/blocky_helper.rb
53
53
  - app/models/blocky/content_block.rb
54
+ - config/locales/en.yml
54
55
  - db/migrate/20140326210255_create_blocky_content_blocks.rb
55
56
  - lib/blocky.rb
56
57
  - lib/blocky/admin/content_block.rb