strong_resources 0.6.0 → 0.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06127d5fd4f5c9f0913a1f71ffb939e931e267b6
4
- data.tar.gz: 04ff9b25c85ede98987536ee36df0cbb541b713b
3
+ metadata.gz: 2a4a332453910364583052d1d3c11813d93cab39
4
+ data.tar.gz: dc6e98e4fc2432ac37018e2153a793c532cea850
5
5
  SHA512:
6
- metadata.gz: f488ee7c0225d22cc92a7e573d947dc714bc24b44c9c44fc3ede2177d5be8d3f6be4263744c73ea7e30dd9dbfcb63b42dffe0eabc0c96401037fa0a9c85d7f22
7
- data.tar.gz: 2a844362aec52e073ff1e26af09a44faf5dd16377627b94f28c0dbba76c9602ebd7c2170782441eb3152c9039ab95fda0f0c35cc25764772dd4232972f69c225
6
+ metadata.gz: 222e0a9343cc0af2e4e7f1b81884d1ae77509cb916b9fa70fd0a14bf503aad3e639ce8b17b81e20701b6e1d4c84830e67d8b101d1b135dba58498867d8f54100
7
+ data.tar.gz: 0442f5af9735888b763f5183b49b30db5e98f3af10ffd35c3bca7825920e9091c5ee000e25896d73f41490ec93fa5dc3d7a8aa11fe8e93ac4c9241714174d340
@@ -2,7 +2,8 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "~> 4.1"
5
+ gem "actionpack", "~> 4.1"
6
+ gem "activesupport", "~> 4.1"
6
7
 
7
8
  group :test do
8
9
  gem "appraisal"
@@ -1,43 +1,29 @@
1
1
  PATH
2
- remote: ../
2
+ remote: ..
3
3
  specs:
4
- strong_resources (0.1.0)
5
- rails (>= 4.1, < 6.0)
4
+ strong_resources (0.6.0)
5
+ actionpack (>= 4.1, < 6.0)
6
+ activesupport (>= 4.1, < 6.0)
7
+ jsonapi_compliable (~> 0.6)
6
8
  stronger_parameters (~> 2.6)
7
9
 
8
10
  GEM
9
11
  remote: https://rubygems.org/
10
12
  specs:
11
- actionmailer (4.2.6)
12
- actionpack (= 4.2.6)
13
- actionview (= 4.2.6)
14
- activejob (= 4.2.6)
15
- mail (~> 2.5, >= 2.5.4)
16
- rails-dom-testing (~> 1.0, >= 1.0.5)
17
- actionpack (4.2.6)
18
- actionview (= 4.2.6)
19
- activesupport (= 4.2.6)
13
+ actionpack (4.2.7.1)
14
+ actionview (= 4.2.7.1)
15
+ activesupport (= 4.2.7.1)
20
16
  rack (~> 1.6)
21
17
  rack-test (~> 0.6.2)
22
18
  rails-dom-testing (~> 1.0, >= 1.0.5)
23
19
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
24
- actionview (4.2.6)
25
- activesupport (= 4.2.6)
20
+ actionview (4.2.7.1)
21
+ activesupport (= 4.2.7.1)
26
22
  builder (~> 3.1)
27
23
  erubis (~> 2.7.0)
28
24
  rails-dom-testing (~> 1.0, >= 1.0.5)
29
25
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
30
- activejob (4.2.6)
31
- activesupport (= 4.2.6)
32
- globalid (>= 0.3.0)
33
- activemodel (4.2.6)
34
- activesupport (= 4.2.6)
35
- builder (~> 3.1)
36
- activerecord (4.2.6)
37
- activemodel (= 4.2.6)
38
- activesupport (= 4.2.6)
39
- arel (~> 6.0)
40
- activesupport (4.2.6)
26
+ activesupport (4.2.7.1)
41
27
  i18n (~> 0.7)
42
28
  json (~> 1.7, >= 1.7.7)
43
29
  minitest (~> 5.1)
@@ -47,52 +33,35 @@ GEM
47
33
  bundler
48
34
  rake
49
35
  thor (>= 0.14.0)
50
- arel (6.0.3)
51
- builder (3.2.2)
52
- byebug (9.0.5)
36
+ builder (3.2.3)
37
+ byebug (9.0.6)
53
38
  coderay (1.1.1)
54
- concurrent-ruby (1.0.2)
55
- diff-lcs (1.2.5)
39
+ diff-lcs (1.3)
56
40
  erubis (2.7.0)
57
- globalid (0.3.7)
58
- activesupport (>= 4.1.0)
59
- i18n (0.7.0)
60
- json (1.8.3)
41
+ i18n (0.8.1)
42
+ json (1.8.6)
43
+ jsonapi-renderer (0.1.2)
44
+ jsonapi-serializable (0.1.3)
45
+ jsonapi-renderer (~> 0.1)
46
+ jsonapi_compliable (0.6.7)
47
+ jsonapi-serializable (~> 0.1)
61
48
  loofah (2.0.3)
62
49
  nokogiri (>= 1.5.9)
63
- mail (2.6.4)
64
- mime-types (>= 1.16, < 4)
65
50
  method_source (0.8.2)
66
- mime-types (3.1)
67
- mime-types-data (~> 3.2015)
68
- mime-types-data (3.2016.0521)
69
51
  mini_portile2 (2.1.0)
70
- minitest (5.9.0)
71
- nokogiri (1.6.8)
52
+ minitest (5.10.1)
53
+ nokogiri (1.6.8.1)
72
54
  mini_portile2 (~> 2.1.0)
73
- pkg-config (~> 1.1.7)
74
- pkg-config (1.1.7)
75
55
  pry (0.10.4)
76
56
  coderay (~> 1.1.0)
77
57
  method_source (~> 0.8.1)
78
58
  slop (~> 3.4)
79
- pry-byebug (3.4.0)
59
+ pry-byebug (3.4.2)
80
60
  byebug (~> 9.0)
81
61
  pry (~> 0.10)
82
- rack (1.6.4)
62
+ rack (1.6.5)
83
63
  rack-test (0.6.3)
84
64
  rack (>= 1.0)
85
- rails (4.2.6)
86
- actionmailer (= 4.2.6)
87
- actionpack (= 4.2.6)
88
- actionview (= 4.2.6)
89
- activejob (= 4.2.6)
90
- activemodel (= 4.2.6)
91
- activerecord (= 4.2.6)
92
- activesupport (= 4.2.6)
93
- bundler (>= 1.3.0, < 2.0)
94
- railties (= 4.2.6)
95
- sprockets-rails
96
65
  rails-deprecated_sanitizer (1.0.3)
97
66
  activesupport (>= 4.2.0.alpha)
98
67
  rails-dom-testing (1.0.7)
@@ -101,9 +70,9 @@ GEM
101
70
  rails-deprecated_sanitizer (>= 1.0.1)
102
71
  rails-html-sanitizer (1.0.3)
103
72
  loofah (~> 2.0)
104
- railties (4.2.6)
105
- actionpack (= 4.2.6)
106
- activesupport (= 4.2.6)
73
+ railties (4.2.7.1)
74
+ actionpack (= 4.2.7.1)
75
+ activesupport (= 4.2.7.1)
107
76
  rake (>= 0.8.7)
108
77
  thor (>= 0.18.1, < 2.0)
109
78
  rake (10.5.0)
@@ -111,7 +80,7 @@ GEM
111
80
  rspec-core (~> 3.5.0)
112
81
  rspec-expectations (~> 3.5.0)
113
82
  rspec-mocks (~> 3.5.0)
114
- rspec-core (3.5.3)
83
+ rspec-core (3.5.4)
115
84
  rspec-support (~> 3.5.0)
116
85
  rspec-expectations (3.5.0)
117
86
  diff-lcs (>= 1.2.0, < 2.0)
@@ -119,7 +88,7 @@ GEM
119
88
  rspec-mocks (3.5.0)
120
89
  diff-lcs (>= 1.2.0, < 2.0)
121
90
  rspec-support (~> 3.5.0)
122
- rspec-rails (3.5.1)
91
+ rspec-rails (3.5.2)
123
92
  actionpack (>= 3.0)
124
93
  activesupport (>= 3.0)
125
94
  railties (>= 3.0)
@@ -129,33 +98,27 @@ GEM
129
98
  rspec-support (~> 3.5.0)
130
99
  rspec-support (3.5.0)
131
100
  slop (3.6.0)
132
- sprockets (3.7.0)
133
- concurrent-ruby (~> 1.0)
134
- rack (> 1, < 3)
135
- sprockets-rails (3.2.0)
136
- actionpack (>= 4.0)
137
- activesupport (>= 4.0)
138
- sprockets (>= 3.0.0)
139
- stronger_parameters (2.6.0)
140
- actionpack (>= 3.2, < 5.1)
141
- thor (0.19.1)
142
- thread_safe (0.3.5)
143
- tzinfo (1.2.2)
101
+ stronger_parameters (2.6.2)
102
+ actionpack (>= 3.2, < 5.2)
103
+ thor (0.19.4)
104
+ thread_safe (0.3.6)
105
+ tzinfo (1.2.3)
144
106
  thread_safe (~> 0.1)
145
107
 
146
108
  PLATFORMS
147
109
  ruby
148
110
 
149
111
  DEPENDENCIES
112
+ actionpack (~> 4.1)
113
+ activesupport (~> 4.1)
150
114
  appraisal
151
115
  bundler (~> 1.11)
152
116
  pry
153
117
  pry-byebug
154
- rails (~> 4.1)
155
118
  rake (~> 10.0)
156
119
  rspec (~> 3.0)
157
120
  rspec-rails (~> 3.0)
158
121
  strong_resources!
159
122
 
160
123
  BUNDLED WITH
161
- 1.12.5
124
+ 1.14.6
@@ -2,7 +2,8 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "~> 5.0"
5
+ gem "actionpack", "~> 5.0"
6
+ gem "activesupport", "~> 5.0"
6
7
 
7
8
  group :test do
8
9
  gem "appraisal"
@@ -1,46 +1,29 @@
1
1
  PATH
2
- remote: ../
2
+ remote: ..
3
3
  specs:
4
- strong_resources (0.1.0)
5
- rails (>= 4.1, < 6.0)
4
+ strong_resources (0.6.0)
5
+ actionpack (>= 4.1, < 6.0)
6
+ activesupport (>= 4.1, < 6.0)
7
+ jsonapi_compliable (~> 0.6)
6
8
  stronger_parameters (~> 2.6)
7
9
 
8
10
  GEM
9
11
  remote: https://rubygems.org/
10
12
  specs:
11
- actioncable (5.0.0.1)
12
- actionpack (= 5.0.0.1)
13
- nio4r (~> 1.2)
14
- websocket-driver (~> 0.6.1)
15
- actionmailer (5.0.0.1)
16
- actionpack (= 5.0.0.1)
17
- actionview (= 5.0.0.1)
18
- activejob (= 5.0.0.1)
19
- mail (~> 2.5, >= 2.5.4)
20
- rails-dom-testing (~> 2.0)
21
- actionpack (5.0.0.1)
22
- actionview (= 5.0.0.1)
23
- activesupport (= 5.0.0.1)
13
+ actionpack (5.0.2)
14
+ actionview (= 5.0.2)
15
+ activesupport (= 5.0.2)
24
16
  rack (~> 2.0)
25
17
  rack-test (~> 0.6.3)
26
18
  rails-dom-testing (~> 2.0)
27
19
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.0.0.1)
29
- activesupport (= 5.0.0.1)
20
+ actionview (5.0.2)
21
+ activesupport (= 5.0.2)
30
22
  builder (~> 3.1)
31
23
  erubis (~> 2.7.0)
32
24
  rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
34
- activejob (5.0.0.1)
35
- activesupport (= 5.0.0.1)
36
- globalid (>= 0.3.6)
37
- activemodel (5.0.0.1)
38
- activesupport (= 5.0.0.1)
39
- activerecord (5.0.0.1)
40
- activemodel (= 5.0.0.1)
41
- activesupport (= 5.0.0.1)
42
- arel (~> 7.0)
43
- activesupport (5.0.0.1)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
26
+ activesupport (5.0.2)
44
27
  concurrent-ruby (~> 1.0, >= 1.0.2)
45
28
  i18n (~> 0.7)
46
29
  minitest (~> 5.1)
@@ -49,61 +32,43 @@ GEM
49
32
  bundler
50
33
  rake
51
34
  thor (>= 0.14.0)
52
- arel (7.1.1)
53
- builder (3.2.2)
54
- byebug (9.0.5)
35
+ builder (3.2.3)
36
+ byebug (9.0.6)
55
37
  coderay (1.1.1)
56
- concurrent-ruby (1.0.2)
57
- diff-lcs (1.2.5)
38
+ concurrent-ruby (1.0.5)
39
+ diff-lcs (1.3)
58
40
  erubis (2.7.0)
59
- globalid (0.3.7)
60
- activesupport (>= 4.1.0)
61
- i18n (0.7.0)
41
+ i18n (0.8.1)
42
+ jsonapi-renderer (0.1.2)
43
+ jsonapi-serializable (0.1.3)
44
+ jsonapi-renderer (~> 0.1)
45
+ jsonapi_compliable (0.6.7)
46
+ jsonapi-serializable (~> 0.1)
62
47
  loofah (2.0.3)
63
48
  nokogiri (>= 1.5.9)
64
- mail (2.6.4)
65
- mime-types (>= 1.16, < 4)
66
49
  method_source (0.8.2)
67
- mime-types (3.1)
68
- mime-types-data (~> 3.2015)
69
- mime-types-data (3.2016.0521)
70
50
  mini_portile2 (2.1.0)
71
- minitest (5.9.0)
72
- nio4r (1.2.1)
73
- nokogiri (1.6.8)
51
+ minitest (5.10.1)
52
+ nokogiri (1.7.1)
74
53
  mini_portile2 (~> 2.1.0)
75
- pkg-config (~> 1.1.7)
76
- pkg-config (1.1.7)
77
54
  pry (0.10.4)
78
55
  coderay (~> 1.1.0)
79
56
  method_source (~> 0.8.1)
80
57
  slop (~> 3.4)
81
- pry-byebug (3.4.0)
58
+ pry-byebug (3.4.2)
82
59
  byebug (~> 9.0)
83
60
  pry (~> 0.10)
84
61
  rack (2.0.1)
85
62
  rack-test (0.6.3)
86
63
  rack (>= 1.0)
87
- rails (5.0.0.1)
88
- actioncable (= 5.0.0.1)
89
- actionmailer (= 5.0.0.1)
90
- actionpack (= 5.0.0.1)
91
- actionview (= 5.0.0.1)
92
- activejob (= 5.0.0.1)
93
- activemodel (= 5.0.0.1)
94
- activerecord (= 5.0.0.1)
95
- activesupport (= 5.0.0.1)
96
- bundler (>= 1.3.0, < 2.0)
97
- railties (= 5.0.0.1)
98
- sprockets-rails (>= 2.0.0)
99
- rails-dom-testing (2.0.1)
64
+ rails-dom-testing (2.0.2)
100
65
  activesupport (>= 4.2.0, < 6.0)
101
- nokogiri (~> 1.6.0)
66
+ nokogiri (~> 1.6)
102
67
  rails-html-sanitizer (1.0.3)
103
68
  loofah (~> 2.0)
104
- railties (5.0.0.1)
105
- actionpack (= 5.0.0.1)
106
- activesupport (= 5.0.0.1)
69
+ railties (5.0.2)
70
+ actionpack (= 5.0.2)
71
+ activesupport (= 5.0.2)
107
72
  method_source
108
73
  rake (>= 0.8.7)
109
74
  thor (>= 0.18.1, < 2.0)
@@ -112,7 +77,7 @@ GEM
112
77
  rspec-core (~> 3.5.0)
113
78
  rspec-expectations (~> 3.5.0)
114
79
  rspec-mocks (~> 3.5.0)
115
- rspec-core (3.5.3)
80
+ rspec-core (3.5.4)
116
81
  rspec-support (~> 3.5.0)
117
82
  rspec-expectations (3.5.0)
118
83
  diff-lcs (>= 1.2.0, < 2.0)
@@ -120,7 +85,7 @@ GEM
120
85
  rspec-mocks (3.5.0)
121
86
  diff-lcs (>= 1.2.0, < 2.0)
122
87
  rspec-support (~> 3.5.0)
123
- rspec-rails (3.5.1)
88
+ rspec-rails (3.5.2)
124
89
  actionpack (>= 3.0)
125
90
  activesupport (>= 3.0)
126
91
  railties (>= 3.0)
@@ -130,36 +95,27 @@ GEM
130
95
  rspec-support (~> 3.5.0)
131
96
  rspec-support (3.5.0)
132
97
  slop (3.6.0)
133
- sprockets (3.7.0)
134
- concurrent-ruby (~> 1.0)
135
- rack (> 1, < 3)
136
- sprockets-rails (3.2.0)
137
- actionpack (>= 4.0)
138
- activesupport (>= 4.0)
139
- sprockets (>= 3.0.0)
140
- stronger_parameters (2.6.0)
141
- actionpack (>= 3.2, < 5.1)
142
- thor (0.19.1)
143
- thread_safe (0.3.5)
144
- tzinfo (1.2.2)
98
+ stronger_parameters (2.6.2)
99
+ actionpack (>= 3.2, < 5.2)
100
+ thor (0.19.4)
101
+ thread_safe (0.3.6)
102
+ tzinfo (1.2.3)
145
103
  thread_safe (~> 0.1)
146
- websocket-driver (0.6.4)
147
- websocket-extensions (>= 0.1.0)
148
- websocket-extensions (0.1.2)
149
104
 
150
105
  PLATFORMS
151
106
  ruby
152
107
 
153
108
  DEPENDENCIES
109
+ actionpack (~> 5.0)
110
+ activesupport (~> 5.0)
154
111
  appraisal
155
112
  bundler (~> 1.11)
156
113
  pry
157
114
  pry-byebug
158
- rails (~> 5.0)
159
115
  rake (~> 10.0)
160
116
  rspec (~> 3.0)
161
117
  rspec-rails (~> 3.0)
162
118
  strong_resources!
163
119
 
164
120
  BUNDLED WITH
165
- 1.12.5
121
+ 1.14.6
@@ -1,3 +1,3 @@
1
1
  module StrongResources
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
@@ -18,11 +18,14 @@ Gem::Specification.new do |spec|
18
18
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
19
19
  spec.require_paths = ["lib"]
20
20
 
21
+ spec.add_dependency "jsonapi_compliable", "~> 0.6"
21
22
  spec.add_dependency "stronger_parameters", "~> 2.6"
22
- spec.add_dependency "rails", [">= 4.1", "< 6.0"]
23
+ spec.add_dependency "actionpack", [">= 4.1", "< 6.0"]
24
+ spec.add_dependency "activesupport", [">= 4.1", "< 6.0"]
23
25
 
24
26
  spec.add_development_dependency "bundler", "~> 1.11"
25
27
  spec.add_development_dependency "rake", "~> 10.0"
26
28
  spec.add_development_dependency "rspec", "~> 3.0"
27
29
  spec.add_development_dependency "rspec-rails", "~> 3.0"
30
+ spec.add_development_dependency "appraisal", "~> 2.2"
28
31
  end
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strong_resources
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-09 00:00:00.000000000 Z
11
+ date: 2017-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jsonapi_compliable
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '0.6'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '0.6'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: stronger_parameters
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -25,7 +39,27 @@ dependencies:
25
39
  - !ruby/object:Gem::Version
26
40
  version: '2.6'
27
41
  - !ruby/object:Gem::Dependency
28
- name: rails
42
+ name: actionpack
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '4.1'
48
+ - - "<"
49
+ - !ruby/object:Gem::Version
50
+ version: '6.0'
51
+ type: :runtime
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '4.1'
58
+ - - "<"
59
+ - !ruby/object:Gem::Version
60
+ version: '6.0'
61
+ - !ruby/object:Gem::Dependency
62
+ name: activesupport
29
63
  requirement: !ruby/object:Gem::Requirement
30
64
  requirements:
31
65
  - - ">="
@@ -100,6 +134,20 @@ dependencies:
100
134
  - - "~>"
101
135
  - !ruby/object:Gem::Version
102
136
  version: '3.0'
137
+ - !ruby/object:Gem::Dependency
138
+ name: appraisal
139
+ requirement: !ruby/object:Gem::Requirement
140
+ requirements:
141
+ - - "~>"
142
+ - !ruby/object:Gem::Version
143
+ version: '2.2'
144
+ type: :development
145
+ prerelease: false
146
+ version_requirements: !ruby/object:Gem::Requirement
147
+ requirements:
148
+ - - "~>"
149
+ - !ruby/object:Gem::Version
150
+ version: '2.2'
103
151
  description: Think factory girl for strong parameters
104
152
  email:
105
153
  - lrichmond1@bloomberg.net
@@ -147,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
147
195
  version: '0'
148
196
  requirements: []
149
197
  rubyforge_project:
150
- rubygems_version: 2.6.7
198
+ rubygems_version: 2.6.11
151
199
  signing_key:
152
200
  specification_version: 4
153
201
  summary: Auto-generate swagger docs and strong params