json_column 0.6.5 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +13 -5
  2. data/lib/json_column/version.rb +1 -1
  3. metadata +18 -16
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d2a3edde6adc2cf3d1f1cd9837348b98b4abe3bd
4
- data.tar.gz: 374b5b400d4664cc6fa9a52d0f028b84741bc675
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ Zjk0ZDVkMjZiNmEyMzA3MjUwOTAxMDUyN2M4NzM0YTFkMjk5ZjY5ZA==
5
+ data.tar.gz: !binary |-
6
+ NmVjMGU5ODc3Y2Y0YTEyZWJkMmU0NGQ2MTUxYTUyYWIwMjdjMWE2YQ==
5
7
  SHA512:
6
- metadata.gz: ddda6c19753f4c0d48aedd44b82d582fe9a53242931ef913d394695c56fcad15ad1bf96c59e2b24fe509a6f5d251f9cb3ba8d1ce5dbd43c049866b9e4c97fa2d
7
- data.tar.gz: 979583c9f398acd759d31a9ef0c1163329261a87f113944f03b4c5bf8ccd664d9df0ad358ab61ebbc71ff8188c2f768db94640edbcc0b09c2c8ad749309227a4
8
+ metadata.gz: !binary |-
9
+ M2Y0N2Q0Yzg3MGQzYTczYmQyZjM5MTc1OWRkYjQ5ODgzNmY3ZDlhY2ZlNzNk
10
+ MWE1YmRhY2U5NWQ1MWIxZGM3NzY1ODJjMzQxZDAzMWJmOWIwNzRiNjkxMDBj
11
+ NDMyMTdiNGFjMjE0ZjYyYzBhY2U4ZDdiMDk3NjNiMzhkNmI5NjQ=
12
+ data.tar.gz: !binary |-
13
+ NDljNWY2ZjVjMjEzYzllZDk0ODVmNGNkMWY2Nzc0MWJhNGQ3OGRmZTIzYmMy
14
+ MGYwOTA2MmI1NzgwNDFkODMwYzVlMDkzYmEzZDIwMTFlOGJjOTllMTNkOTQw
15
+ ODhkMzBjYmY3YTU0NzBiY2FiZDhjYjAwMjU2MDQxZTczNzM2OGY=
@@ -1,3 +1,3 @@
1
1
  module JsonColumn
2
- VERSION = "0.6.5"
2
+ VERSION = "0.6.6"
3
3
  end
metadata CHANGED
@@ -1,73 +1,74 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json_column
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre-Yves Mathieu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-02 00:00:00.000000000 Z
11
+ date: 2015-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: 4.2.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: 4.2.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: json-schema
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: 2.5.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: 2.5.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: pg
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: pry-rails
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - ! '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: JsonColumn is a OpenStruc-like dynamic class replacing helping using
70
- json and jsonb postgresql column type in activerecord
69
+ description: JsonColumn is a simple HashWithIndifferentAccess with a ._schema method.
70
+ It makes it easier to deal with json, jsonb postgresql column. It provide validation
71
+ with josn-schema
71
72
  email:
72
73
  - pywebdesign@gmail.com
73
74
  executables: []
@@ -155,20 +156,21 @@ require_paths:
155
156
  - lib
156
157
  required_ruby_version: !ruby/object:Gem::Requirement
157
158
  requirements:
158
- - - ">="
159
+ - - ! '>='
159
160
  - !ruby/object:Gem::Version
160
161
  version: '0'
161
162
  required_rubygems_version: !ruby/object:Gem::Requirement
162
163
  requirements:
163
- - - ">="
164
+ - - ! '>='
164
165
  - !ruby/object:Gem::Version
165
166
  version: '0'
166
167
  requirements: []
167
168
  rubyforge_project:
168
- rubygems_version: 2.4.5
169
+ rubygems_version: 2.2.2
169
170
  signing_key:
170
171
  specification_version: 4
171
- summary: PostgreSQL json and jsonb column made easy
172
+ summary: A simple Json column with validation for rails and PostgreSQL Json/Jsonb
173
+ field
172
174
  test_files:
173
175
  - test/dummy/README.rdoc
174
176
  - test/dummy/db/schema.rb