json_translate 3.0.0 → 3.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 +4 -4
- data/lib/json_translate/translates.rb +0 -2
- data/lib/json_translate/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf107bdbc1965bfe33a5dbe315fb17f4f0dea348
|
|
4
|
+
data.tar.gz: b100d78c6d6ed8cf4519470810c095bed8c0b47d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0797a274b96cf268c5f5a86eab8dd97f6cca3c4590ee34765986e2d663030bffa12d94b9c51c28acb3c1e883ebcb5a0e372af9d4ebb49c0589d7ba68f7101e19
|
|
7
|
+
data.tar.gz: 7c30af32a81d2c8dc8a160c57687e037a5725f1c3afb8f517e0ace39137d316a9a8ce4f217d216015fadf1bd0480d967e85f98558dc2a99617019bb7975f24ec
|
|
@@ -17,8 +17,6 @@ module JSONTranslate
|
|
|
17
17
|
.map { |attribute, locale| :"#{attribute}_#{locale}" }
|
|
18
18
|
].flatten.compact
|
|
19
19
|
|
|
20
|
-
puts "PermittedTranslatedAttributes #{permitted_translated_attributes}"
|
|
21
|
-
|
|
22
20
|
attrs.each do |attr_name|
|
|
23
21
|
define_method attr_name do
|
|
24
22
|
read_json_translation(attr_name)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: json_translate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Worley
|
|
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
107
107
|
version: '0'
|
|
108
108
|
requirements: []
|
|
109
109
|
rubyforge_project:
|
|
110
|
-
rubygems_version: 2.6.
|
|
110
|
+
rubygems_version: 2.6.8
|
|
111
111
|
signing_key:
|
|
112
112
|
specification_version: 4
|
|
113
113
|
summary: Rails I18n library for ActiveRecord model/data translation using PostgreSQL's
|