active_record_api-rest 1.0.47 → 1.0.48

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
  SHA256:
3
- metadata.gz: 2eda78fc6ca11faa0966725c5129fb8627c4beec2e065e364b1eb39499d1ada5
4
- data.tar.gz: 646dd7b20adf234d4674120782ced0ea264fd1bc3decd675249d627f8f2e6109
3
+ metadata.gz: 0420a6ee029e6c24b4623de52e3f32dcb5d75cec95fdfb7bfe681d06c7d5caf3
4
+ data.tar.gz: ea0f1d088fe2fa4765e80fa1e26b962c837df4e34babd13832e6c8a12eb2db7c
5
5
  SHA512:
6
- metadata.gz: 89e2d973b132f471e897364841ed5b9d6c18a0bcb8b3baacb2638bc04b333e3168112b29704457d70a044652c22c2f76c931d2eafd6a3184b33014a595a36f7e
7
- data.tar.gz: 75028e4bfd2429fc3a1f341bcb370560629cb8738f0d4bbbde568a2c628815d23ef1a2dd4a32b2adb38938cc6d43020b85c5c64016fadc52ccfe13fd37438c4c
6
+ metadata.gz: 897e068d54fa2de66d6738632624eb44be9163d73790c7ba6bdc024b8e35ac2a230b79b633e7636c62ccdffc7499c4418e1cad3fae6ff6e63b7aca0a1ed7fb66
7
+ data.tar.gz: 7d4b091104d18be6e0bb900cbfc0fd78519d552efae51e5ac329443278ae5978fb4a941f5cfcc51209bab3ce20ae0d742c11f1897d1593343a5c3338d34ba47a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_record_api-rest (1.0.45)
4
+ active_record_api-rest (1.0.47)
5
5
  active_attr
6
6
  active_model_serializers
7
7
  rails (>= 5.1)
@@ -9,25 +9,25 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actioncable (5.2.2)
13
- actionpack (= 5.2.2)
12
+ actioncable (5.2.3)
13
+ actionpack (= 5.2.3)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailer (5.2.2)
17
- actionpack (= 5.2.2)
18
- actionview (= 5.2.2)
19
- activejob (= 5.2.2)
16
+ actionmailer (5.2.3)
17
+ actionpack (= 5.2.3)
18
+ actionview (= 5.2.3)
19
+ activejob (= 5.2.3)
20
20
  mail (~> 2.5, >= 2.5.4)
21
21
  rails-dom-testing (~> 2.0)
22
- actionpack (5.2.2)
23
- actionview (= 5.2.2)
24
- activesupport (= 5.2.2)
22
+ actionpack (5.2.3)
23
+ actionview (= 5.2.3)
24
+ activesupport (= 5.2.3)
25
25
  rack (~> 2.0)
26
26
  rack-test (>= 0.6.3)
27
27
  rails-dom-testing (~> 2.0)
28
28
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
- actionview (5.2.2)
30
- activesupport (= 5.2.2)
29
+ actionview (5.2.3)
30
+ activesupport (= 5.2.3)
31
31
  builder (~> 3.1)
32
32
  erubi (~> 1.4)
33
33
  rails-dom-testing (~> 2.0)
@@ -36,25 +36,25 @@ GEM
36
36
  actionpack (>= 3.0.2, < 6.1)
37
37
  activemodel (>= 3.0.2, < 6.1)
38
38
  activesupport (>= 3.0.2, < 6.1)
39
- active_model_serializers (0.10.9)
40
- actionpack (>= 4.1, < 6)
41
- activemodel (>= 4.1, < 6)
39
+ active_model_serializers (0.10.10)
40
+ actionpack (>= 4.1, < 6.1)
41
+ activemodel (>= 4.1, < 6.1)
42
42
  case_transform (>= 0.2)
43
43
  jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
44
- activejob (5.2.2)
45
- activesupport (= 5.2.2)
44
+ activejob (5.2.3)
45
+ activesupport (= 5.2.3)
46
46
  globalid (>= 0.3.6)
47
- activemodel (5.2.2)
48
- activesupport (= 5.2.2)
49
- activerecord (5.2.2)
50
- activemodel (= 5.2.2)
51
- activesupport (= 5.2.2)
47
+ activemodel (5.2.3)
48
+ activesupport (= 5.2.3)
49
+ activerecord (5.2.3)
50
+ activemodel (= 5.2.3)
51
+ activesupport (= 5.2.3)
52
52
  arel (>= 9.0)
53
- activestorage (5.2.2)
54
- actionpack (= 5.2.2)
55
- activerecord (= 5.2.2)
53
+ activestorage (5.2.3)
54
+ actionpack (= 5.2.3)
55
+ activerecord (= 5.2.3)
56
56
  marcel (~> 0.3.1)
57
- activesupport (5.2.2)
57
+ activesupport (5.2.3)
58
58
  concurrent-ruby (~> 1.0, >= 1.0.2)
59
59
  i18n (>= 0.7, < 2)
60
60
  minitest (~> 5.1)
@@ -63,7 +63,7 @@ GEM
63
63
  public_suffix (>= 2.0.2, < 4.0)
64
64
  arel (9.0.0)
65
65
  builder (3.2.3)
66
- byebug (10.0.2)
66
+ byebug (11.0.1)
67
67
  case_transform (0.2)
68
68
  activesupport
69
69
  coderay (1.1.2)
@@ -73,25 +73,25 @@ GEM
73
73
  crass (1.0.4)
74
74
  database_cleaner (1.7.0)
75
75
  diff-lcs (1.3)
76
- docile (1.3.1)
76
+ docile (1.3.2)
77
77
  erubi (1.8.0)
78
- factory_bot (5.0.1)
78
+ factory_bot (5.0.2)
79
79
  activesupport (>= 4.2.0)
80
- factory_bot_rails (5.0.1)
81
- factory_bot (~> 5.0.0)
80
+ factory_bot_rails (5.0.2)
81
+ factory_bot (~> 5.0.2)
82
82
  railties (>= 4.2.0)
83
- faker (1.9.3)
83
+ faker (1.9.6)
84
84
  i18n (>= 0.7)
85
85
  globalid (0.4.2)
86
86
  activesupport (>= 4.2.0)
87
- hashdiff (0.3.8)
87
+ hashdiff (1.0.0)
88
88
  i18n (1.6.0)
89
89
  concurrent-ruby (~> 1.0)
90
- json (2.1.0)
90
+ json (2.2.0)
91
91
  json_spec (1.1.5)
92
92
  multi_json (~> 1.0)
93
93
  rspec (>= 2.0, < 4.0)
94
- jsonapi-renderer (0.2.0)
94
+ jsonapi-renderer (0.2.2)
95
95
  loofah (2.2.3)
96
96
  crass (~> 1.0.2)
97
97
  nokogiri (>= 1.5.9)
@@ -112,34 +112,34 @@ GEM
112
112
  pry (0.12.2)
113
113
  coderay (~> 1.1.0)
114
114
  method_source (~> 0.9.0)
115
- pry-byebug (3.6.0)
116
- byebug (~> 10.0)
115
+ pry-byebug (3.7.0)
116
+ byebug (~> 11.0)
117
117
  pry (~> 0.10)
118
- public_suffix (3.0.3)
118
+ public_suffix (3.1.1)
119
119
  rack (2.0.7)
120
120
  rack-test (1.1.0)
121
121
  rack (>= 1.0, < 3)
122
- rails (5.2.2)
123
- actioncable (= 5.2.2)
124
- actionmailer (= 5.2.2)
125
- actionpack (= 5.2.2)
126
- actionview (= 5.2.2)
127
- activejob (= 5.2.2)
128
- activemodel (= 5.2.2)
129
- activerecord (= 5.2.2)
130
- activestorage (= 5.2.2)
131
- activesupport (= 5.2.2)
122
+ rails (5.2.3)
123
+ actioncable (= 5.2.3)
124
+ actionmailer (= 5.2.3)
125
+ actionpack (= 5.2.3)
126
+ actionview (= 5.2.3)
127
+ activejob (= 5.2.3)
128
+ activemodel (= 5.2.3)
129
+ activerecord (= 5.2.3)
130
+ activestorage (= 5.2.3)
131
+ activesupport (= 5.2.3)
132
132
  bundler (>= 1.3.0)
133
- railties (= 5.2.2)
133
+ railties (= 5.2.3)
134
134
  sprockets-rails (>= 2.0.0)
135
135
  rails-dom-testing (2.0.3)
136
136
  activesupport (>= 4.2.0)
137
137
  nokogiri (>= 1.6)
138
138
  rails-html-sanitizer (1.0.4)
139
139
  loofah (~> 2.2, >= 2.2.2)
140
- railties (5.2.2)
141
- actionpack (= 5.2.2)
142
- activesupport (= 5.2.2)
140
+ railties (5.2.3)
141
+ actionpack (= 5.2.3)
142
+ activesupport (= 5.2.3)
143
143
  method_source
144
144
  rake (>= 0.8.7)
145
145
  thor (>= 0.19.0, < 2.0)
@@ -148,12 +148,12 @@ GEM
148
148
  rspec-core (~> 3.8.0)
149
149
  rspec-expectations (~> 3.8.0)
150
150
  rspec-mocks (~> 3.8.0)
151
- rspec-core (3.8.0)
151
+ rspec-core (3.8.2)
152
152
  rspec-support (~> 3.8.0)
153
- rspec-expectations (3.8.2)
153
+ rspec-expectations (3.8.4)
154
154
  diff-lcs (>= 1.2.0, < 2.0)
155
155
  rspec-support (~> 3.8.0)
156
- rspec-mocks (3.8.0)
156
+ rspec-mocks (3.8.1)
157
157
  diff-lcs (>= 1.2.0, < 2.0)
158
158
  rspec-support (~> 3.8.0)
159
159
  rspec-rails (3.8.2)
@@ -164,9 +164,9 @@ GEM
164
164
  rspec-expectations (~> 3.8.0)
165
165
  rspec-mocks (~> 3.8.0)
166
166
  rspec-support (~> 3.8.0)
167
- rspec-support (3.8.0)
168
- safe_yaml (1.0.4)
169
- simplecov (0.16.1)
167
+ rspec-support (3.8.2)
168
+ safe_yaml (1.0.5)
169
+ simplecov (0.17.0)
170
170
  docile (~> 1.1)
171
171
  json (>= 1.8, < 3)
172
172
  simplecov-html (~> 0.10.0)
@@ -182,10 +182,10 @@ GEM
182
182
  thread_safe (0.3.6)
183
183
  tzinfo (1.2.5)
184
184
  thread_safe (~> 0.1)
185
- webmock (3.5.1)
185
+ webmock (3.6.0)
186
186
  addressable (>= 2.3.6)
187
187
  crack (>= 0.3.2)
188
- hashdiff
188
+ hashdiff (>= 0.4.0, < 2.0.0)
189
189
  websocket-driver (0.7.1)
190
190
  websocket-extensions (>= 0.1.0)
191
191
  websocket-extensions (0.1.4)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ActiveRecordApi
4
4
  module Rest
5
- VERSION = '1.0.47'.freeze
5
+ VERSION = '1.0.48'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_record_api-rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.47
4
+ version: 1.0.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Full Measure Education
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-19 00:00:00.000000000 Z
11
+ date: 2019-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler