attr_translate 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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/attr_translate/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 39d7d61f54efa6d83eface039fa50c1cb9553baa
|
|
4
|
+
data.tar.gz: 7b2b8fd4ceebf0d3b87794c7ea5bc57dc7df3e8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d8f59ec7ac74969604176951c350b929cbc35f57ecdd769e9bbe94c3cc76a421eace2b216fe1ea27f586ed9422f04da3aeed6aaf36ae0a9dd1e27b583b3ed0c
|
|
7
|
+
data.tar.gz: 7d7c685c625be4a174fc845bb15a6bf5af9cd43f5cb898cd48d1bd773156347107a5918a0e4cbe20c66d56a6f86b681a58ea13f7e8e0cd33b817c35d212e5cc2
|
data/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,11 @@ module AttrTranslate
|
|
|
2
2
|
module Version
|
|
3
3
|
Major = 1
|
|
4
4
|
Minor = 0
|
|
5
|
-
Revision =
|
|
5
|
+
Revision = 1
|
|
6
6
|
Prerelease = nil
|
|
7
7
|
Compact = [Major, Minor, Revision, Prerelease].compact.join('.')
|
|
8
8
|
Summary = "AttrTranslate v#{Compact}"
|
|
9
|
-
Description = "
|
|
9
|
+
Description = "Rails concern for ActiveRecord attribute translation using PostgreSQL's JSONB datatype."
|
|
10
10
|
Author = "Jurgen Jocubeit"
|
|
11
11
|
Email = "support@brightcommerce.com"
|
|
12
12
|
Homepage = "https://github.com/brightcommerce/attr_translate"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: attr_translate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jurgen Jocubeit
|
|
@@ -38,8 +38,8 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 5.1.4
|
|
41
|
-
description:
|
|
42
|
-
|
|
41
|
+
description: Rails concern for ActiveRecord attribute translation using PostgreSQL's
|
|
42
|
+
JSONB datatype.
|
|
43
43
|
email: support@brightcommerce.com
|
|
44
44
|
executables: []
|
|
45
45
|
extensions: []
|
|
@@ -76,5 +76,5 @@ rubyforge_project:
|
|
|
76
76
|
rubygems_version: 2.6.13
|
|
77
77
|
signing_key:
|
|
78
78
|
specification_version: 4
|
|
79
|
-
summary: AttrTranslate v1.0.
|
|
79
|
+
summary: AttrTranslate v1.0.1
|
|
80
80
|
test_files: []
|