grape 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/Appraisals +3 -7
  3. data/CHANGELOG.md +21 -1
  4. data/Gemfile.lock +26 -26
  5. data/README.md +109 -29
  6. data/UPGRADING.md +45 -0
  7. data/gemfiles/rack_1.5.2.gemfile.lock +232 -0
  8. data/gemfiles/rails_3.gemfile +1 -1
  9. data/gemfiles/rails_3.gemfile.lock +288 -0
  10. data/gemfiles/rails_4.gemfile +1 -1
  11. data/gemfiles/rails_4.gemfile.lock +280 -0
  12. data/gemfiles/rails_5.gemfile +1 -1
  13. data/gemfiles/rails_5.gemfile.lock +312 -0
  14. data/lib/grape.rb +1 -0
  15. data/lib/grape/api.rb +74 -195
  16. data/lib/grape/api/instance.rb +242 -0
  17. data/lib/grape/dsl/desc.rb +17 -1
  18. data/lib/grape/dsl/middleware.rb +7 -0
  19. data/lib/grape/dsl/parameters.rb +9 -4
  20. data/lib/grape/dsl/routing.rb +5 -1
  21. data/lib/grape/endpoint.rb +1 -1
  22. data/lib/grape/exceptions/base.rb +9 -1
  23. data/lib/grape/exceptions/invalid_response.rb +9 -0
  24. data/lib/grape/locale/en.yml +1 -0
  25. data/lib/grape/middleware/error.rb +8 -2
  26. data/lib/grape/middleware/versioner/header.rb +2 -2
  27. data/lib/grape/validations/params_scope.rb +1 -0
  28. data/lib/grape/validations/validators/multiple_params_base.rb +1 -1
  29. data/lib/grape/version.rb +1 -1
  30. data/pkg/grape-1.2.0.gem +0 -0
  31. data/spec/grape/api/routes_with_requirements_spec.rb +59 -0
  32. data/spec/grape/api_remount_spec.rb +85 -0
  33. data/spec/grape/api_spec.rb +70 -1
  34. data/spec/grape/dsl/desc_spec.rb +17 -1
  35. data/spec/grape/dsl/middleware_spec.rb +8 -0
  36. data/spec/grape/dsl/routing_spec.rb +10 -0
  37. data/spec/grape/exceptions/base_spec.rb +61 -0
  38. data/spec/grape/exceptions/invalid_response_spec.rb +11 -0
  39. data/spec/grape/middleware/auth/dsl_spec.rb +3 -3
  40. data/spec/grape/middleware/exception_spec.rb +1 -1
  41. data/spec/grape/middleware/versioner/header_spec.rb +6 -0
  42. data/spec/grape/validations/params_scope_spec.rb +133 -0
  43. data/spec/spec_helper.rb +3 -1
  44. metadata +99 -87
  45. data/gemfiles/rack_1.5.2.gemfile +0 -35
  46. data/pkg/grape-0.17.0.gem +0 -0
  47. data/pkg/grape-0.19.0.gem +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  source 'https://rubygems.org'
4
4
 
5
- gem 'rails', '4.1.6'
5
+ gem 'rails', '4.2.10'
6
6
 
7
7
  group :development, :test do
8
8
  gem 'bundler'
@@ -0,0 +1,280 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ grape (1.1.1)
5
+ activesupport
6
+ builder
7
+ mustermann-grape (~> 1.0.0)
8
+ rack (>= 1.3.0)
9
+ rack-accept
10
+ virtus (>= 1.0.0)
11
+
12
+ GEM
13
+ remote: https://rubygems.org/
14
+ specs:
15
+ actionmailer (4.1.6)
16
+ actionpack (= 4.1.6)
17
+ actionview (= 4.1.6)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ actionpack (4.1.6)
20
+ actionview (= 4.1.6)
21
+ activesupport (= 4.1.6)
22
+ rack (~> 1.5.2)
23
+ rack-test (~> 0.6.2)
24
+ actionview (4.1.6)
25
+ activesupport (= 4.1.6)
26
+ builder (~> 3.1)
27
+ erubis (~> 2.7.0)
28
+ activemodel (4.1.6)
29
+ activesupport (= 4.1.6)
30
+ builder (~> 3.1)
31
+ activerecord (4.1.6)
32
+ activemodel (= 4.1.6)
33
+ activesupport (= 4.1.6)
34
+ arel (~> 5.0.0)
35
+ activesupport (4.1.6)
36
+ i18n (~> 0.6, >= 0.6.9)
37
+ json (~> 1.7, >= 1.7.7)
38
+ minitest (~> 5.1)
39
+ thread_safe (~> 0.1)
40
+ tzinfo (~> 1.1)
41
+ addressable (2.5.2)
42
+ public_suffix (>= 2.0.2, < 4.0)
43
+ appraisal (2.2.0)
44
+ bundler
45
+ rake
46
+ thor (>= 0.14.0)
47
+ arel (5.0.1.20140414130214)
48
+ ast (2.4.0)
49
+ axiom-types (0.1.1)
50
+ descendants_tracker (~> 0.0.4)
51
+ ice_nine (~> 0.11.0)
52
+ thread_safe (~> 0.3, >= 0.3.1)
53
+ benchmark-ips (2.7.2)
54
+ builder (3.2.3)
55
+ claide (1.0.2)
56
+ claide-plugins (0.9.2)
57
+ cork
58
+ nap
59
+ open4 (~> 1.3)
60
+ coderay (1.1.2)
61
+ coercible (1.0.0)
62
+ descendants_tracker (~> 0.0.1)
63
+ colored (1.2)
64
+ colored2 (3.1.2)
65
+ concurrent-ruby (1.0.5)
66
+ cookiejar (0.3.3)
67
+ cork (0.3.0)
68
+ colored2 (~> 3.1)
69
+ coveralls (0.8.22)
70
+ json (>= 1.8, < 3)
71
+ simplecov (~> 0.16.1)
72
+ term-ansicolor (~> 1.3)
73
+ thor (~> 0.19.4)
74
+ tins (~> 1.6)
75
+ danger (4.0.5)
76
+ claide (~> 1.0)
77
+ claide-plugins (>= 0.9.2)
78
+ colored (~> 1.2)
79
+ cork (~> 0.1)
80
+ faraday (~> 0.9)
81
+ faraday-http-cache (~> 1.0)
82
+ git (~> 1)
83
+ kramdown (~> 1.5)
84
+ octokit (~> 4.2)
85
+ terminal-table (~> 1)
86
+ danger-changelog (0.2.1)
87
+ danger-plugin-api (~> 1.0)
88
+ danger-plugin-api (1.0.0)
89
+ danger (> 2.0)
90
+ danger-toc (0.1.3)
91
+ activesupport
92
+ danger-plugin-api (~> 1.0)
93
+ kramdown
94
+ descendants_tracker (0.0.4)
95
+ thread_safe (~> 0.3, >= 0.3.1)
96
+ diff-lcs (1.3)
97
+ docile (1.3.1)
98
+ equalizer (0.0.11)
99
+ erubis (2.7.0)
100
+ faraday (0.15.3)
101
+ multipart-post (>= 1.2, < 3)
102
+ faraday-http-cache (1.3.1)
103
+ faraday (~> 0.8)
104
+ ffi (1.9.25)
105
+ formatador (0.2.5)
106
+ git (1.5.0)
107
+ grape-entity (0.7.1)
108
+ activesupport (>= 4.0)
109
+ multi_json (>= 1.3.2)
110
+ guard (2.14.2)
111
+ formatador (>= 0.2.4)
112
+ listen (>= 2.7, < 4.0)
113
+ lumberjack (>= 1.0.12, < 2.0)
114
+ nenv (~> 0.1)
115
+ notiffany (~> 0.0)
116
+ pry (>= 0.9.12)
117
+ shellany (~> 0.0)
118
+ thor (>= 0.18.1)
119
+ guard-compat (1.2.1)
120
+ guard-rspec (4.7.3)
121
+ guard (~> 2.1)
122
+ guard-compat (~> 1.1)
123
+ rspec (>= 2.99.0, < 4.0)
124
+ guard-rubocop (1.3.0)
125
+ guard (~> 2.0)
126
+ rubocop (~> 0.20)
127
+ hashie (3.6.0)
128
+ i18n (0.9.5)
129
+ concurrent-ruby (~> 1.0)
130
+ ice_nine (0.11.2)
131
+ json (1.8.6)
132
+ kramdown (1.17.0)
133
+ listen (3.1.5)
134
+ rb-fsevent (~> 0.9, >= 0.9.4)
135
+ rb-inotify (~> 0.9, >= 0.9.7)
136
+ ruby_dep (~> 1.2)
137
+ lumberjack (1.0.13)
138
+ mail (2.7.1)
139
+ mini_mime (>= 0.1.1)
140
+ maruku (0.7.3)
141
+ method_source (0.9.0)
142
+ mime-types (3.2.2)
143
+ mime-types-data (~> 3.2015)
144
+ mime-types-data (3.2018.0812)
145
+ mini_mime (1.0.1)
146
+ minitest (5.11.3)
147
+ multi_json (1.13.1)
148
+ multipart-post (2.0.0)
149
+ mustermann (1.0.3)
150
+ mustermann-grape (1.0.0)
151
+ mustermann (~> 1.0.0)
152
+ nap (1.1.0)
153
+ nenv (0.3.0)
154
+ notiffany (0.1.1)
155
+ nenv (~> 0.1)
156
+ shellany (~> 0.0)
157
+ octokit (4.13.0)
158
+ sawyer (~> 0.8.0, >= 0.5.3)
159
+ open4 (1.3.4)
160
+ parallel (1.12.1)
161
+ parser (2.5.1.2)
162
+ ast (~> 2.4.0)
163
+ powerpack (0.1.2)
164
+ pry (0.11.3)
165
+ coderay (~> 1.1.0)
166
+ method_source (~> 0.9.0)
167
+ public_suffix (3.0.3)
168
+ rack (1.5.5)
169
+ rack-accept (0.4.5)
170
+ rack (>= 0.4)
171
+ rack-jsonp (1.3.1)
172
+ rack
173
+ rack-test (0.6.3)
174
+ rack (>= 1.0)
175
+ rails (4.1.6)
176
+ actionmailer (= 4.1.6)
177
+ actionpack (= 4.1.6)
178
+ actionview (= 4.1.6)
179
+ activemodel (= 4.1.6)
180
+ activerecord (= 4.1.6)
181
+ activesupport (= 4.1.6)
182
+ bundler (>= 1.3.0, < 2.0)
183
+ railties (= 4.1.6)
184
+ sprockets-rails (~> 2.0)
185
+ railties (4.1.6)
186
+ actionpack (= 4.1.6)
187
+ activesupport (= 4.1.6)
188
+ rake (>= 0.8.7)
189
+ thor (>= 0.18.1, < 2.0)
190
+ rainbow (2.2.2)
191
+ rake
192
+ rake (12.3.1)
193
+ rb-fsevent (0.10.3)
194
+ rb-inotify (0.9.10)
195
+ ffi (>= 0.5.0, < 2)
196
+ rspec (3.8.0)
197
+ rspec-core (~> 3.8.0)
198
+ rspec-expectations (~> 3.8.0)
199
+ rspec-mocks (~> 3.8.0)
200
+ rspec-core (3.8.0)
201
+ rspec-support (~> 3.8.0)
202
+ rspec-expectations (3.8.2)
203
+ diff-lcs (>= 1.2.0, < 2.0)
204
+ rspec-support (~> 3.8.0)
205
+ rspec-mocks (3.8.0)
206
+ diff-lcs (>= 1.2.0, < 2.0)
207
+ rspec-support (~> 3.8.0)
208
+ rspec-support (3.8.0)
209
+ rubocop (0.51.0)
210
+ parallel (~> 1.10)
211
+ parser (>= 2.3.3.1, < 3.0)
212
+ powerpack (~> 0.1)
213
+ rainbow (>= 2.2.2, < 3.0)
214
+ ruby-progressbar (~> 1.7)
215
+ unicode-display_width (~> 1.0, >= 1.0.1)
216
+ ruby-grape-danger (0.1.1)
217
+ danger (~> 4.0.1)
218
+ danger-changelog (~> 0.2.0)
219
+ ruby-progressbar (1.10.0)
220
+ ruby_dep (1.5.0)
221
+ sawyer (0.8.1)
222
+ addressable (>= 2.3.5, < 2.6)
223
+ faraday (~> 0.8, < 1.0)
224
+ shellany (0.0.1)
225
+ simplecov (0.16.1)
226
+ docile (~> 1.1)
227
+ json (>= 1.8, < 3)
228
+ simplecov-html (~> 0.10.0)
229
+ simplecov-html (0.10.2)
230
+ sprockets (3.7.2)
231
+ concurrent-ruby (~> 1.0)
232
+ rack (> 1, < 3)
233
+ sprockets-rails (2.3.3)
234
+ actionpack (>= 3.0)
235
+ activesupport (>= 3.0)
236
+ sprockets (>= 2.8, < 4.0)
237
+ term-ansicolor (1.6.0)
238
+ tins (~> 1.0)
239
+ terminal-table (1.8.0)
240
+ unicode-display_width (~> 1.1, >= 1.1.1)
241
+ thor (0.19.4)
242
+ thread_safe (0.3.6)
243
+ tins (1.17.0)
244
+ tzinfo (1.2.5)
245
+ thread_safe (~> 0.1)
246
+ unicode-display_width (1.4.0)
247
+ virtus (1.0.5)
248
+ axiom-types (~> 0.1)
249
+ coercible (~> 1.0)
250
+ descendants_tracker (~> 0.0, >= 0.0.3)
251
+ equalizer (~> 0.0, >= 0.0.9)
252
+
253
+ PLATFORMS
254
+ ruby
255
+
256
+ DEPENDENCIES
257
+ appraisal
258
+ benchmark-ips
259
+ bundler
260
+ cookiejar
261
+ coveralls (~> 0.8.17)
262
+ danger-toc (~> 0.1.2)
263
+ grape!
264
+ grape-entity (~> 0.6)
265
+ guard
266
+ guard-rspec
267
+ guard-rubocop
268
+ hashie
269
+ maruku
270
+ mime-types
271
+ rack-jsonp
272
+ rack-test (~> 0.6.3)
273
+ rails (= 4.1.6)
274
+ rake
275
+ rspec (~> 3.0)
276
+ rubocop (= 0.51.0)
277
+ ruby-grape-danger (~> 0.1.0)
278
+
279
+ BUNDLED WITH
280
+ 1.16.2
@@ -2,7 +2,7 @@
2
2
 
3
3
  source 'https://rubygems.org'
4
4
 
5
- gem 'rails', '5.0.0'
5
+ gem 'rails', '5.2.1'
6
6
 
7
7
  group :development, :test do
8
8
  gem 'bundler'
@@ -0,0 +1,312 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ grape (1.1.1)
5
+ activesupport
6
+ builder
7
+ mustermann-grape (~> 1.0.0)
8
+ rack (>= 1.3.0)
9
+ rack-accept
10
+ virtus (>= 1.0.0)
11
+
12
+ GEM
13
+ remote: https://rubygems.org/
14
+ specs:
15
+ actioncable (5.0.0)
16
+ actionpack (= 5.0.0)
17
+ nio4r (~> 1.2)
18
+ websocket-driver (~> 0.6.1)
19
+ actionmailer (5.0.0)
20
+ actionpack (= 5.0.0)
21
+ actionview (= 5.0.0)
22
+ activejob (= 5.0.0)
23
+ mail (~> 2.5, >= 2.5.4)
24
+ rails-dom-testing (~> 2.0)
25
+ actionpack (5.0.0)
26
+ actionview (= 5.0.0)
27
+ activesupport (= 5.0.0)
28
+ rack (~> 2.0)
29
+ rack-test (~> 0.6.3)
30
+ rails-dom-testing (~> 2.0)
31
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
32
+ actionview (5.0.0)
33
+ activesupport (= 5.0.0)
34
+ builder (~> 3.1)
35
+ erubis (~> 2.7.0)
36
+ rails-dom-testing (~> 2.0)
37
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
38
+ activejob (5.0.0)
39
+ activesupport (= 5.0.0)
40
+ globalid (>= 0.3.6)
41
+ activemodel (5.0.0)
42
+ activesupport (= 5.0.0)
43
+ activerecord (5.0.0)
44
+ activemodel (= 5.0.0)
45
+ activesupport (= 5.0.0)
46
+ arel (~> 7.0)
47
+ activesupport (5.0.0)
48
+ concurrent-ruby (~> 1.0, >= 1.0.2)
49
+ i18n (~> 0.7)
50
+ minitest (~> 5.1)
51
+ tzinfo (~> 1.1)
52
+ addressable (2.5.2)
53
+ public_suffix (>= 2.0.2, < 4.0)
54
+ appraisal (2.2.0)
55
+ bundler
56
+ rake
57
+ thor (>= 0.14.0)
58
+ arel (7.1.4)
59
+ ast (2.4.0)
60
+ axiom-types (0.1.1)
61
+ descendants_tracker (~> 0.0.4)
62
+ ice_nine (~> 0.11.0)
63
+ thread_safe (~> 0.3, >= 0.3.1)
64
+ benchmark-ips (2.7.2)
65
+ builder (3.2.3)
66
+ claide (1.0.2)
67
+ claide-plugins (0.9.2)
68
+ cork
69
+ nap
70
+ open4 (~> 1.3)
71
+ coderay (1.1.2)
72
+ coercible (1.0.0)
73
+ descendants_tracker (~> 0.0.1)
74
+ colored (1.2)
75
+ colored2 (3.1.2)
76
+ concurrent-ruby (1.0.5)
77
+ cookiejar (0.3.3)
78
+ cork (0.3.0)
79
+ colored2 (~> 3.1)
80
+ coveralls (0.8.22)
81
+ json (>= 1.8, < 3)
82
+ simplecov (~> 0.16.1)
83
+ term-ansicolor (~> 1.3)
84
+ thor (~> 0.19.4)
85
+ tins (~> 1.6)
86
+ crass (1.0.4)
87
+ danger (4.0.5)
88
+ claide (~> 1.0)
89
+ claide-plugins (>= 0.9.2)
90
+ colored (~> 1.2)
91
+ cork (~> 0.1)
92
+ faraday (~> 0.9)
93
+ faraday-http-cache (~> 1.0)
94
+ git (~> 1)
95
+ kramdown (~> 1.5)
96
+ octokit (~> 4.2)
97
+ terminal-table (~> 1)
98
+ danger-changelog (0.2.1)
99
+ danger-plugin-api (~> 1.0)
100
+ danger-plugin-api (1.0.0)
101
+ danger (> 2.0)
102
+ danger-toc (0.1.3)
103
+ activesupport
104
+ danger-plugin-api (~> 1.0)
105
+ kramdown
106
+ descendants_tracker (0.0.4)
107
+ thread_safe (~> 0.3, >= 0.3.1)
108
+ diff-lcs (1.3)
109
+ docile (1.3.1)
110
+ equalizer (0.0.11)
111
+ erubis (2.7.0)
112
+ faraday (0.15.3)
113
+ multipart-post (>= 1.2, < 3)
114
+ faraday-http-cache (1.3.1)
115
+ faraday (~> 0.8)
116
+ ffi (1.9.25)
117
+ formatador (0.2.5)
118
+ git (1.5.0)
119
+ globalid (0.4.1)
120
+ activesupport (>= 4.2.0)
121
+ grape-entity (0.7.1)
122
+ activesupport (>= 4.0)
123
+ multi_json (>= 1.3.2)
124
+ guard (2.14.2)
125
+ formatador (>= 0.2.4)
126
+ listen (>= 2.7, < 4.0)
127
+ lumberjack (>= 1.0.12, < 2.0)
128
+ nenv (~> 0.1)
129
+ notiffany (~> 0.0)
130
+ pry (>= 0.9.12)
131
+ shellany (~> 0.0)
132
+ thor (>= 0.18.1)
133
+ guard-compat (1.2.1)
134
+ guard-rspec (4.7.3)
135
+ guard (~> 2.1)
136
+ guard-compat (~> 1.1)
137
+ rspec (>= 2.99.0, < 4.0)
138
+ guard-rubocop (1.3.0)
139
+ guard (~> 2.0)
140
+ rubocop (~> 0.20)
141
+ hashie (3.6.0)
142
+ i18n (0.9.5)
143
+ concurrent-ruby (~> 1.0)
144
+ ice_nine (0.11.2)
145
+ json (2.1.0)
146
+ kramdown (1.17.0)
147
+ listen (3.1.5)
148
+ rb-fsevent (~> 0.9, >= 0.9.4)
149
+ rb-inotify (~> 0.9, >= 0.9.7)
150
+ ruby_dep (~> 1.2)
151
+ loofah (2.2.2)
152
+ crass (~> 1.0.2)
153
+ nokogiri (>= 1.5.9)
154
+ lumberjack (1.0.13)
155
+ mail (2.7.1)
156
+ mini_mime (>= 0.1.1)
157
+ maruku (0.7.3)
158
+ method_source (0.9.0)
159
+ mime-types (3.2.2)
160
+ mime-types-data (~> 3.2015)
161
+ mime-types-data (3.2018.0812)
162
+ mini_mime (1.0.1)
163
+ mini_portile2 (2.3.0)
164
+ minitest (5.11.3)
165
+ multi_json (1.13.1)
166
+ multipart-post (2.0.0)
167
+ mustermann (1.0.3)
168
+ mustermann-grape (1.0.0)
169
+ mustermann (~> 1.0.0)
170
+ nap (1.1.0)
171
+ nenv (0.3.0)
172
+ nio4r (1.2.1)
173
+ nokogiri (1.8.5)
174
+ mini_portile2 (~> 2.3.0)
175
+ notiffany (0.1.1)
176
+ nenv (~> 0.1)
177
+ shellany (~> 0.0)
178
+ octokit (4.13.0)
179
+ sawyer (~> 0.8.0, >= 0.5.3)
180
+ open4 (1.3.4)
181
+ parallel (1.12.1)
182
+ parser (2.5.1.2)
183
+ ast (~> 2.4.0)
184
+ powerpack (0.1.2)
185
+ pry (0.11.3)
186
+ coderay (~> 1.1.0)
187
+ method_source (~> 0.9.0)
188
+ public_suffix (3.0.3)
189
+ rack (2.0.5)
190
+ rack-accept (0.4.5)
191
+ rack (>= 0.4)
192
+ rack-jsonp (1.3.1)
193
+ rack
194
+ rack-test (0.6.3)
195
+ rack (>= 1.0)
196
+ rails (5.0.0)
197
+ actioncable (= 5.0.0)
198
+ actionmailer (= 5.0.0)
199
+ actionpack (= 5.0.0)
200
+ actionview (= 5.0.0)
201
+ activejob (= 5.0.0)
202
+ activemodel (= 5.0.0)
203
+ activerecord (= 5.0.0)
204
+ activesupport (= 5.0.0)
205
+ bundler (>= 1.3.0, < 2.0)
206
+ railties (= 5.0.0)
207
+ sprockets-rails (>= 2.0.0)
208
+ rails-dom-testing (2.0.3)
209
+ activesupport (>= 4.2.0)
210
+ nokogiri (>= 1.6)
211
+ rails-html-sanitizer (1.0.4)
212
+ loofah (~> 2.2, >= 2.2.2)
213
+ railties (5.0.0)
214
+ actionpack (= 5.0.0)
215
+ activesupport (= 5.0.0)
216
+ method_source
217
+ rake (>= 0.8.7)
218
+ thor (>= 0.18.1, < 2.0)
219
+ rainbow (2.2.2)
220
+ rake
221
+ rake (12.3.1)
222
+ rb-fsevent (0.10.3)
223
+ rb-inotify (0.9.10)
224
+ ffi (>= 0.5.0, < 2)
225
+ rspec (3.8.0)
226
+ rspec-core (~> 3.8.0)
227
+ rspec-expectations (~> 3.8.0)
228
+ rspec-mocks (~> 3.8.0)
229
+ rspec-core (3.8.0)
230
+ rspec-support (~> 3.8.0)
231
+ rspec-expectations (3.8.2)
232
+ diff-lcs (>= 1.2.0, < 2.0)
233
+ rspec-support (~> 3.8.0)
234
+ rspec-mocks (3.8.0)
235
+ diff-lcs (>= 1.2.0, < 2.0)
236
+ rspec-support (~> 3.8.0)
237
+ rspec-support (3.8.0)
238
+ rubocop (0.51.0)
239
+ parallel (~> 1.10)
240
+ parser (>= 2.3.3.1, < 3.0)
241
+ powerpack (~> 0.1)
242
+ rainbow (>= 2.2.2, < 3.0)
243
+ ruby-progressbar (~> 1.7)
244
+ unicode-display_width (~> 1.0, >= 1.0.1)
245
+ ruby-grape-danger (0.1.1)
246
+ danger (~> 4.0.1)
247
+ danger-changelog (~> 0.2.0)
248
+ ruby-progressbar (1.10.0)
249
+ ruby_dep (1.5.0)
250
+ sawyer (0.8.1)
251
+ addressable (>= 2.3.5, < 2.6)
252
+ faraday (~> 0.8, < 1.0)
253
+ shellany (0.0.1)
254
+ simplecov (0.16.1)
255
+ docile (~> 1.1)
256
+ json (>= 1.8, < 3)
257
+ simplecov-html (~> 0.10.0)
258
+ simplecov-html (0.10.2)
259
+ sprockets (3.7.2)
260
+ concurrent-ruby (~> 1.0)
261
+ rack (> 1, < 3)
262
+ sprockets-rails (3.2.1)
263
+ actionpack (>= 4.0)
264
+ activesupport (>= 4.0)
265
+ sprockets (>= 3.0.0)
266
+ term-ansicolor (1.6.0)
267
+ tins (~> 1.0)
268
+ terminal-table (1.8.0)
269
+ unicode-display_width (~> 1.1, >= 1.1.1)
270
+ thor (0.19.4)
271
+ thread_safe (0.3.6)
272
+ tins (1.17.0)
273
+ tzinfo (1.2.5)
274
+ thread_safe (~> 0.1)
275
+ unicode-display_width (1.4.0)
276
+ virtus (1.0.5)
277
+ axiom-types (~> 0.1)
278
+ coercible (~> 1.0)
279
+ descendants_tracker (~> 0.0, >= 0.0.3)
280
+ equalizer (~> 0.0, >= 0.0.9)
281
+ websocket-driver (0.6.5)
282
+ websocket-extensions (>= 0.1.0)
283
+ websocket-extensions (0.1.3)
284
+
285
+ PLATFORMS
286
+ ruby
287
+
288
+ DEPENDENCIES
289
+ appraisal
290
+ benchmark-ips
291
+ bundler
292
+ cookiejar
293
+ coveralls (~> 0.8.17)
294
+ danger-toc (~> 0.1.2)
295
+ grape!
296
+ grape-entity (~> 0.6)
297
+ guard
298
+ guard-rspec
299
+ guard-rubocop
300
+ hashie
301
+ maruku
302
+ mime-types
303
+ rack-jsonp
304
+ rack-test (~> 0.6.3)
305
+ rails (= 5.0.0)
306
+ rake
307
+ rspec (~> 3.0)
308
+ rubocop (= 0.51.0)
309
+ ruby-grape-danger (~> 0.1.0)
310
+
311
+ BUNDLED WITH
312
+ 1.16.2