jsonb_accessor 1.0.0.beta.7 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9443b5a6ade6928899a6d286c8302a95bab56c9c
4
- data.tar.gz: 5168b13af14c34bfd05652f9dab3099ef0b555bd
3
+ metadata.gz: df479f24a7add99510b13cb3ef66aadae6c351f5
4
+ data.tar.gz: e313ae7d2df70788f4786afab00ac7fc96d3268d
5
5
  SHA512:
6
- metadata.gz: 3d0dfee7666cf5d0390faa6205813152f3c1ef013ff26864d64959cb5eaf9bb099784677d870f04176ff30b089b0c247b21361688b71d34c6c0808caa4fddbd8
7
- data.tar.gz: 887584f334980e0c03866f443090db22c1d9dcd3ffc360c2733a7d133388aed25ed3f73438ba33a9cba35a71468b959fb9fc6e8ded1cb4fe7bf81e1479cf11af
6
+ metadata.gz: 7fb8c0e56ba54150d0e294eed76572bef85075ef003d5cda31c3d70b0a95bc845341e4f509831afe521623ce4e61cb23c0492caf6938fcb1e32e92da712eae70
7
+ data.tar.gz: f21e03e8faf80523154bf119cf9b6d742bcc29337442ede7fa4ae69c95879e802af088218fa5b946bd08c35f38f4a0c6fcd3592c5223fdfe60d849875fcc5c3b
@@ -5,7 +5,7 @@ AllCops:
5
5
  - db/**/*
6
6
  - gemfiles/**/*
7
7
  - vendor/**/*
8
- Lint/SpaceBeforeFirstArg:
8
+ Style/SpaceBeforeFirstArg:
9
9
  Enabled: false
10
10
  Lint/UnusedBlockArgument:
11
11
  Enabled: false
data/Appraisals CHANGED
@@ -5,5 +5,5 @@ appraise "activerecord-5.0.0" do
5
5
  end
6
6
 
7
7
  appraise "activerecord-5.1.0" do
8
- gem "activerecord", "~> 5.1.0"
8
+ gem "activerecord", "~> 5.1.3"
9
9
  end
data/README.md CHANGED
@@ -8,10 +8,6 @@ Adds typed `jsonb` backed fields as first class citizens to your `ActiveRecord`
8
8
 
9
9
  It also adds generic scopes for querying `jsonb` columns.
10
10
 
11
- ## 1.0 Beta
12
-
13
- This README reflects the most recent 1.0 beta. Method names and interfaces may still change.
14
-
15
11
  ## Table of Contents
16
12
 
17
13
  * [Installation](#installation)
@@ -29,7 +25,7 @@ This README reflects the most recent 1.0 beta. Method names and interfaces may s
29
25
  Add this line to your application's `Gemfile`:
30
26
 
31
27
  ```ruby
32
- gem "jsonb_accessor", "1.0.0.beta.6"
28
+ gem "jsonb_accessor", "~> 1.0.0"
33
29
  ```
34
30
 
35
31
  And then execute:
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- jsonb_accessor (1.0.0.beta.7)
4
+ jsonb_accessor (1.0.0)
5
5
  activerecord (>= 5.0)
6
6
  activesupport (>= 5.0)
7
7
  pg (>= 0.18.1)
@@ -9,26 +9,26 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (5.0.2)
13
- actionview (= 5.0.2)
14
- activesupport (= 5.0.2)
12
+ actionpack (5.0.5)
13
+ actionview (= 5.0.5)
14
+ activesupport (= 5.0.5)
15
15
  rack (~> 2.0)
16
16
  rack-test (~> 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
19
- actionview (5.0.2)
20
- activesupport (= 5.0.2)
19
+ actionview (5.0.5)
20
+ activesupport (= 5.0.5)
21
21
  builder (~> 3.1)
22
22
  erubis (~> 2.7.0)
23
23
  rails-dom-testing (~> 2.0)
24
24
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
25
- activemodel (5.0.2)
26
- activesupport (= 5.0.2)
27
- activerecord (5.0.2)
28
- activemodel (= 5.0.2)
29
- activesupport (= 5.0.2)
25
+ activemodel (5.0.5)
26
+ activesupport (= 5.0.5)
27
+ activerecord (5.0.5)
28
+ activemodel (= 5.0.5)
29
+ activesupport (= 5.0.5)
30
30
  arel (~> 7.0)
31
- activesupport (5.0.2)
31
+ activesupport (5.0.5)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
33
  i18n (~> 0.7)
34
34
  minitest (~> 5.1)
@@ -39,45 +39,45 @@ GEM
39
39
  thor (>= 0.14.0)
40
40
  arel (7.1.4)
41
41
  ast (2.3.0)
42
- awesome_print (1.7.0)
42
+ awesome_print (1.8.0)
43
43
  builder (3.2.3)
44
44
  coderay (1.1.1)
45
45
  concurrent-ruby (1.0.5)
46
- database_cleaner (1.6.0)
46
+ database_cleaner (1.6.1)
47
47
  diff-lcs (1.3)
48
48
  erubis (2.7.0)
49
- i18n (0.8.1)
49
+ i18n (0.8.6)
50
50
  loofah (2.0.3)
51
51
  nokogiri (>= 1.5.9)
52
52
  method_source (0.8.2)
53
- mini_portile2 (2.1.0)
54
- minitest (5.10.1)
55
- nokogiri (1.7.1)
56
- mini_portile2 (~> 2.1.0)
53
+ mini_portile2 (2.2.0)
54
+ minitest (5.10.3)
55
+ nokogiri (1.8.0)
56
+ mini_portile2 (~> 2.2.0)
57
57
  parser (2.4.0.0)
58
58
  ast (~> 2.2)
59
- pg (0.20.0)
59
+ pg (0.21.0)
60
60
  powerpack (0.1.1)
61
61
  pry (0.10.4)
62
62
  coderay (~> 1.1.0)
63
63
  method_source (~> 0.8.1)
64
64
  slop (~> 3.4)
65
- pry-doc (0.10.0)
65
+ pry-doc (0.11.1)
66
66
  pry (~> 0.9)
67
67
  yard (~> 0.9)
68
68
  pry-nav (0.2.4)
69
69
  pry (>= 0.9.10, < 0.11.0)
70
- rack (2.0.2)
70
+ rack (2.0.3)
71
71
  rack-test (0.6.3)
72
72
  rack (>= 1.0)
73
- rails-dom-testing (2.0.2)
74
- activesupport (>= 4.2.0, < 6.0)
75
- nokogiri (~> 1.6)
73
+ rails-dom-testing (2.0.3)
74
+ activesupport (>= 4.2.0)
75
+ nokogiri (>= 1.6)
76
76
  rails-html-sanitizer (1.0.3)
77
77
  loofah (~> 2.0)
78
- railties (5.0.2)
79
- actionpack (= 5.0.2)
80
- activesupport (= 5.0.2)
78
+ railties (5.0.5)
79
+ actionpack (= 5.0.5)
80
+ activesupport (= 5.0.5)
81
81
  method_source
82
82
  rake (>= 0.8.7)
83
83
  thor (>= 0.18.1, < 2.0)
@@ -105,16 +105,16 @@ GEM
105
105
  unicode-display_width (~> 1.0, >= 1.0.1)
106
106
  ruby-progressbar (1.8.1)
107
107
  slop (3.6.0)
108
- standalone_migrations (5.2.1)
108
+ standalone_migrations (5.2.3)
109
109
  activerecord (>= 4.2.7, < 5.2.0)
110
110
  railties (>= 4.2.7, < 5.2.0)
111
- rake (~> 10.0)
112
- thor (0.19.4)
111
+ rake (>= 10.0)
112
+ thor (0.20.0)
113
113
  thread_safe (0.3.6)
114
- tzinfo (1.2.2)
114
+ tzinfo (1.2.3)
115
115
  thread_safe (~> 0.1)
116
- unicode-display_width (1.2.1)
117
- yard (0.9.8)
116
+ unicode-display_width (1.3.0)
117
+ yard (0.9.9)
118
118
 
119
119
  PLATFORMS
120
120
  ruby
@@ -136,4 +136,4 @@ DEPENDENCIES
136
136
  standalone_migrations (~> 5.2.0)
137
137
 
138
138
  BUNDLED WITH
139
- 1.15.3
139
+ 1.15.4
@@ -3,6 +3,6 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "pg"
6
- gem "activerecord", "~> 5.1.0"
6
+ gem "activerecord", "~> 5.1.3"
7
7
 
8
8
  gemspec path: "../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- jsonb_accessor (1.0.0.beta.7)
4
+ jsonb_accessor (1.0.0)
5
5
  activerecord (>= 5.0)
6
6
  activesupport (>= 5.0)
7
7
  pg (>= 0.18.1)
@@ -9,26 +9,26 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (5.1.0)
13
- actionview (= 5.1.0)
14
- activesupport (= 5.1.0)
12
+ actionpack (5.1.3)
13
+ actionview (= 5.1.3)
14
+ activesupport (= 5.1.3)
15
15
  rack (~> 2.0)
16
16
  rack-test (~> 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
19
- actionview (5.1.0)
20
- activesupport (= 5.1.0)
19
+ actionview (5.1.3)
20
+ activesupport (= 5.1.3)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
24
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
25
- activemodel (5.1.0)
26
- activesupport (= 5.1.0)
27
- activerecord (5.1.0)
28
- activemodel (= 5.1.0)
29
- activesupport (= 5.1.0)
25
+ activemodel (5.1.3)
26
+ activesupport (= 5.1.3)
27
+ activerecord (5.1.3)
28
+ activemodel (= 5.1.3)
29
+ activesupport (= 5.1.3)
30
30
  arel (~> 8.0)
31
- activesupport (5.1.0)
31
+ activesupport (5.1.3)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
33
  i18n (~> 0.7)
34
34
  minitest (~> 5.1)
@@ -39,45 +39,45 @@ GEM
39
39
  thor (>= 0.14.0)
40
40
  arel (8.0.0)
41
41
  ast (2.3.0)
42
- awesome_print (1.7.0)
42
+ awesome_print (1.8.0)
43
43
  builder (3.2.3)
44
44
  coderay (1.1.1)
45
45
  concurrent-ruby (1.0.5)
46
- database_cleaner (1.6.0)
46
+ database_cleaner (1.6.1)
47
47
  diff-lcs (1.3)
48
- erubi (1.6.0)
49
- i18n (0.8.1)
48
+ erubi (1.6.1)
49
+ i18n (0.8.6)
50
50
  loofah (2.0.3)
51
51
  nokogiri (>= 1.5.9)
52
52
  method_source (0.8.2)
53
- mini_portile2 (2.1.0)
54
- minitest (5.10.1)
55
- nokogiri (1.7.1)
56
- mini_portile2 (~> 2.1.0)
53
+ mini_portile2 (2.2.0)
54
+ minitest (5.10.3)
55
+ nokogiri (1.8.0)
56
+ mini_portile2 (~> 2.2.0)
57
57
  parser (2.4.0.0)
58
58
  ast (~> 2.2)
59
- pg (0.20.0)
59
+ pg (0.21.0)
60
60
  powerpack (0.1.1)
61
61
  pry (0.10.4)
62
62
  coderay (~> 1.1.0)
63
63
  method_source (~> 0.8.1)
64
64
  slop (~> 3.4)
65
- pry-doc (0.10.0)
65
+ pry-doc (0.11.1)
66
66
  pry (~> 0.9)
67
67
  yard (~> 0.9)
68
68
  pry-nav (0.2.4)
69
69
  pry (>= 0.9.10, < 0.11.0)
70
- rack (2.0.1)
70
+ rack (2.0.3)
71
71
  rack-test (0.6.3)
72
72
  rack (>= 1.0)
73
- rails-dom-testing (2.0.2)
74
- activesupport (>= 4.2.0, < 6.0)
75
- nokogiri (~> 1.6)
73
+ rails-dom-testing (2.0.3)
74
+ activesupport (>= 4.2.0)
75
+ nokogiri (>= 1.6)
76
76
  rails-html-sanitizer (1.0.3)
77
77
  loofah (~> 2.0)
78
- railties (5.1.0)
79
- actionpack (= 5.1.0)
80
- activesupport (= 5.1.0)
78
+ railties (5.1.3)
79
+ actionpack (= 5.1.3)
80
+ activesupport (= 5.1.3)
81
81
  method_source
82
82
  rake (>= 0.8.7)
83
83
  thor (>= 0.18.1, < 2.0)
@@ -105,22 +105,22 @@ GEM
105
105
  unicode-display_width (~> 1.0, >= 1.0.1)
106
106
  ruby-progressbar (1.8.1)
107
107
  slop (3.6.0)
108
- standalone_migrations (5.2.1)
108
+ standalone_migrations (5.2.3)
109
109
  activerecord (>= 4.2.7, < 5.2.0)
110
110
  railties (>= 4.2.7, < 5.2.0)
111
- rake (~> 10.0)
112
- thor (0.19.4)
111
+ rake (>= 10.0)
112
+ thor (0.20.0)
113
113
  thread_safe (0.3.6)
114
114
  tzinfo (1.2.3)
115
115
  thread_safe (~> 0.1)
116
- unicode-display_width (1.2.1)
116
+ unicode-display_width (1.3.0)
117
117
  yard (0.9.9)
118
118
 
119
119
  PLATFORMS
120
120
  ruby
121
121
 
122
122
  DEPENDENCIES
123
- activerecord (~> 5.1.0)
123
+ activerecord (~> 5.1.3)
124
124
  appraisal (~> 2.2.0)
125
125
  awesome_print
126
126
  bundler (~> 1.15.0)
@@ -136,4 +136,4 @@ DEPENDENCIES
136
136
  standalone_migrations (~> 5.2.0)
137
137
 
138
138
  BUNDLED WITH
139
- 1.15.3
139
+ 1.15.4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JsonbAccessor
4
- VERSION = "1.0.0.beta.7"
4
+ VERSION = "1.0.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsonb_accessor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta.7
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Crismali
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2017-08-10 00:00:00.000000000 Z
13
+ date: 2017-08-26 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activerecord
@@ -259,9 +259,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
259
259
  version: '2.0'
260
260
  required_rubygems_version: !ruby/object:Gem::Requirement
261
261
  requirements:
262
- - - ">"
262
+ - - ">="
263
263
  - !ruby/object:Gem::Version
264
- version: 1.3.1
264
+ version: '0'
265
265
  requirements: []
266
266
  rubyforge_project:
267
267
  rubygems_version: 2.6.11