grape 1.2.2 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +58 -58
- data/README.md +52 -3
- data/gemfiles/multi_json.gemfile +1 -1
- data/gemfiles/multi_xml.gemfile +1 -1
- data/gemfiles/rack_1.5.2.gemfile.lock +232 -0
- data/gemfiles/rack_edge.gemfile +1 -1
- data/gemfiles/rails_3.gemfile +1 -1
- data/gemfiles/rails_3.gemfile.lock +288 -0
- data/gemfiles/rails_4.gemfile +1 -1
- data/gemfiles/rails_4.gemfile.lock +280 -0
- data/gemfiles/rails_5.gemfile +1 -1
- data/gemfiles/rails_5.gemfile.lock +312 -0
- data/gemfiles/rails_edge.gemfile +1 -1
- data/gemfiles/rails_edge.gemfile.lock +335 -0
- data/lib/grape.rb +2 -1
- data/lib/grape/config.rb +32 -0
- data/lib/grape/endpoint.rb +9 -1
- data/lib/grape/locale/en.yml +1 -0
- data/lib/grape/request.rb +1 -1
- data/lib/grape/validations/types/file.rb +1 -1
- data/lib/grape/validations/validators/as.rb +0 -1
- data/lib/grape/validations/validators/same_as.rb +23 -0
- data/lib/grape/version.rb +1 -1
- data/pkg/grape-1.2.0.gem +0 -0
- data/pkg/grape-1.2.1.gem +0 -0
- data/spec/grape/config_spec.rb +17 -0
- data/spec/grape/request_spec.rb +24 -0
- data/spec/grape/validations/params_scope_spec.rb +10 -0
- data/spec/grape/validations/validators/coerce_spec.rb +4 -0
- data/spec/grape/validations/validators/same_as_spec.rb +63 -0
- data/spec/spec_helper.rb +1 -0
- metadata +102 -92
- data/pkg/grape-0.19.1.gem +0 -0
- data/pkg/grape-1.0.1.gem +0 -0
- data/pkg/grape-1.0.2.gem +0 -0
data/gemfiles/rack_edge.gemfile
CHANGED
data/gemfiles/rails_3.gemfile
CHANGED
@@ -0,0 +1,288 @@
|
|
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 (3.2.19)
|
16
|
+
actionpack (= 3.2.19)
|
17
|
+
mail (~> 2.5.4)
|
18
|
+
actionpack (3.2.19)
|
19
|
+
activemodel (= 3.2.19)
|
20
|
+
activesupport (= 3.2.19)
|
21
|
+
builder (~> 3.0.0)
|
22
|
+
erubis (~> 2.7.0)
|
23
|
+
journey (~> 1.0.4)
|
24
|
+
rack (~> 1.4.5)
|
25
|
+
rack-cache (~> 1.2)
|
26
|
+
rack-test (~> 0.6.1)
|
27
|
+
sprockets (~> 2.2.1)
|
28
|
+
activemodel (3.2.19)
|
29
|
+
activesupport (= 3.2.19)
|
30
|
+
builder (~> 3.0.0)
|
31
|
+
activerecord (3.2.19)
|
32
|
+
activemodel (= 3.2.19)
|
33
|
+
activesupport (= 3.2.19)
|
34
|
+
arel (~> 3.0.2)
|
35
|
+
tzinfo (~> 0.3.29)
|
36
|
+
activeresource (3.2.19)
|
37
|
+
activemodel (= 3.2.19)
|
38
|
+
activesupport (= 3.2.19)
|
39
|
+
activesupport (3.2.19)
|
40
|
+
i18n (~> 0.6, >= 0.6.4)
|
41
|
+
multi_json (~> 1.0)
|
42
|
+
addressable (2.5.2)
|
43
|
+
public_suffix (>= 2.0.2, < 4.0)
|
44
|
+
appraisal (2.2.0)
|
45
|
+
bundler
|
46
|
+
rake
|
47
|
+
thor (>= 0.14.0)
|
48
|
+
arel (3.0.3)
|
49
|
+
ast (2.4.0)
|
50
|
+
axiom-types (0.1.1)
|
51
|
+
descendants_tracker (~> 0.0.4)
|
52
|
+
ice_nine (~> 0.11.0)
|
53
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
54
|
+
benchmark-ips (2.7.2)
|
55
|
+
builder (3.0.4)
|
56
|
+
claide (1.0.2)
|
57
|
+
claide-plugins (0.9.2)
|
58
|
+
cork
|
59
|
+
nap
|
60
|
+
open4 (~> 1.3)
|
61
|
+
coderay (1.1.2)
|
62
|
+
coercible (1.0.0)
|
63
|
+
descendants_tracker (~> 0.0.1)
|
64
|
+
colored (1.2)
|
65
|
+
colored2 (3.1.2)
|
66
|
+
concurrent-ruby (1.0.5)
|
67
|
+
cookiejar (0.3.3)
|
68
|
+
cork (0.3.0)
|
69
|
+
colored2 (~> 3.1)
|
70
|
+
coveralls (0.8.22)
|
71
|
+
json (>= 1.8, < 3)
|
72
|
+
simplecov (~> 0.16.1)
|
73
|
+
term-ansicolor (~> 1.3)
|
74
|
+
thor (~> 0.19.4)
|
75
|
+
tins (~> 1.6)
|
76
|
+
danger (4.0.5)
|
77
|
+
claide (~> 1.0)
|
78
|
+
claide-plugins (>= 0.9.2)
|
79
|
+
colored (~> 1.2)
|
80
|
+
cork (~> 0.1)
|
81
|
+
faraday (~> 0.9)
|
82
|
+
faraday-http-cache (~> 1.0)
|
83
|
+
git (~> 1)
|
84
|
+
kramdown (~> 1.5)
|
85
|
+
octokit (~> 4.2)
|
86
|
+
terminal-table (~> 1)
|
87
|
+
danger-changelog (0.2.1)
|
88
|
+
danger-plugin-api (~> 1.0)
|
89
|
+
danger-plugin-api (1.0.0)
|
90
|
+
danger (> 2.0)
|
91
|
+
danger-toc (0.1.3)
|
92
|
+
activesupport
|
93
|
+
danger-plugin-api (~> 1.0)
|
94
|
+
kramdown
|
95
|
+
descendants_tracker (0.0.4)
|
96
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
97
|
+
diff-lcs (1.3)
|
98
|
+
docile (1.3.1)
|
99
|
+
equalizer (0.0.11)
|
100
|
+
erubis (2.7.0)
|
101
|
+
faraday (0.15.3)
|
102
|
+
multipart-post (>= 1.2, < 3)
|
103
|
+
faraday-http-cache (1.3.1)
|
104
|
+
faraday (~> 0.8)
|
105
|
+
ffi (1.9.25)
|
106
|
+
formatador (0.2.5)
|
107
|
+
git (1.5.0)
|
108
|
+
grape-entity (0.6.0)
|
109
|
+
activesupport
|
110
|
+
multi_json (>= 1.3.2)
|
111
|
+
guard (2.14.2)
|
112
|
+
formatador (>= 0.2.4)
|
113
|
+
listen (>= 2.7, < 4.0)
|
114
|
+
lumberjack (>= 1.0.12, < 2.0)
|
115
|
+
nenv (~> 0.1)
|
116
|
+
notiffany (~> 0.0)
|
117
|
+
pry (>= 0.9.12)
|
118
|
+
shellany (~> 0.0)
|
119
|
+
thor (>= 0.18.1)
|
120
|
+
guard-compat (1.2.1)
|
121
|
+
guard-rspec (4.7.3)
|
122
|
+
guard (~> 2.1)
|
123
|
+
guard-compat (~> 1.1)
|
124
|
+
rspec (>= 2.99.0, < 4.0)
|
125
|
+
guard-rubocop (1.3.0)
|
126
|
+
guard (~> 2.0)
|
127
|
+
rubocop (~> 0.20)
|
128
|
+
hashie (3.6.0)
|
129
|
+
hike (1.2.3)
|
130
|
+
i18n (0.9.5)
|
131
|
+
concurrent-ruby (~> 1.0)
|
132
|
+
ice_nine (0.11.2)
|
133
|
+
journey (1.0.4)
|
134
|
+
json (2.1.0)
|
135
|
+
kramdown (1.17.0)
|
136
|
+
listen (3.1.5)
|
137
|
+
rb-fsevent (~> 0.9, >= 0.9.4)
|
138
|
+
rb-inotify (~> 0.9, >= 0.9.7)
|
139
|
+
ruby_dep (~> 1.2)
|
140
|
+
lumberjack (1.0.13)
|
141
|
+
mail (2.5.5)
|
142
|
+
mime-types (~> 1.16)
|
143
|
+
treetop (~> 1.4.8)
|
144
|
+
maruku (0.7.3)
|
145
|
+
method_source (0.9.0)
|
146
|
+
mime-types (1.25.1)
|
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
|
+
polyglot (0.3.5)
|
164
|
+
powerpack (0.1.2)
|
165
|
+
pry (0.11.3)
|
166
|
+
coderay (~> 1.1.0)
|
167
|
+
method_source (~> 0.9.0)
|
168
|
+
public_suffix (3.0.3)
|
169
|
+
rack (1.4.7)
|
170
|
+
rack-accept (0.4.5)
|
171
|
+
rack (>= 0.4)
|
172
|
+
rack-cache (1.2)
|
173
|
+
rack (>= 0.4)
|
174
|
+
rack-jsonp (1.3.1)
|
175
|
+
rack
|
176
|
+
rack-ssl (1.3.4)
|
177
|
+
rack
|
178
|
+
rack-test (0.6.3)
|
179
|
+
rack (>= 1.0)
|
180
|
+
rails (3.2.19)
|
181
|
+
actionmailer (= 3.2.19)
|
182
|
+
actionpack (= 3.2.19)
|
183
|
+
activerecord (= 3.2.19)
|
184
|
+
activeresource (= 3.2.19)
|
185
|
+
activesupport (= 3.2.19)
|
186
|
+
bundler (~> 1.0)
|
187
|
+
railties (= 3.2.19)
|
188
|
+
railties (3.2.19)
|
189
|
+
actionpack (= 3.2.19)
|
190
|
+
activesupport (= 3.2.19)
|
191
|
+
rack-ssl (~> 1.3.2)
|
192
|
+
rake (>= 0.8.7)
|
193
|
+
rdoc (~> 3.4)
|
194
|
+
thor (>= 0.14.6, < 2.0)
|
195
|
+
rainbow (2.2.2)
|
196
|
+
rake
|
197
|
+
rake (12.3.1)
|
198
|
+
rb-fsevent (0.10.3)
|
199
|
+
rb-inotify (0.9.10)
|
200
|
+
ffi (>= 0.5.0, < 2)
|
201
|
+
rdoc (3.9.5)
|
202
|
+
rspec (3.8.0)
|
203
|
+
rspec-core (~> 3.8.0)
|
204
|
+
rspec-expectations (~> 3.8.0)
|
205
|
+
rspec-mocks (~> 3.8.0)
|
206
|
+
rspec-core (3.8.0)
|
207
|
+
rspec-support (~> 3.8.0)
|
208
|
+
rspec-expectations (3.8.2)
|
209
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
210
|
+
rspec-support (~> 3.8.0)
|
211
|
+
rspec-mocks (3.8.0)
|
212
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
213
|
+
rspec-support (~> 3.8.0)
|
214
|
+
rspec-support (3.8.0)
|
215
|
+
rubocop (0.51.0)
|
216
|
+
parallel (~> 1.10)
|
217
|
+
parser (>= 2.3.3.1, < 3.0)
|
218
|
+
powerpack (~> 0.1)
|
219
|
+
rainbow (>= 2.2.2, < 3.0)
|
220
|
+
ruby-progressbar (~> 1.7)
|
221
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
222
|
+
ruby-grape-danger (0.1.1)
|
223
|
+
danger (~> 4.0.1)
|
224
|
+
danger-changelog (~> 0.2.0)
|
225
|
+
ruby-progressbar (1.10.0)
|
226
|
+
ruby_dep (1.5.0)
|
227
|
+
sawyer (0.8.1)
|
228
|
+
addressable (>= 2.3.5, < 2.6)
|
229
|
+
faraday (~> 0.8, < 1.0)
|
230
|
+
shellany (0.0.1)
|
231
|
+
simplecov (0.16.1)
|
232
|
+
docile (~> 1.1)
|
233
|
+
json (>= 1.8, < 3)
|
234
|
+
simplecov-html (~> 0.10.0)
|
235
|
+
simplecov-html (0.10.2)
|
236
|
+
sprockets (2.2.3)
|
237
|
+
hike (~> 1.2)
|
238
|
+
multi_json (~> 1.0)
|
239
|
+
rack (~> 1.0)
|
240
|
+
tilt (~> 1.1, != 1.3.0)
|
241
|
+
term-ansicolor (1.6.0)
|
242
|
+
tins (~> 1.0)
|
243
|
+
terminal-table (1.8.0)
|
244
|
+
unicode-display_width (~> 1.1, >= 1.1.1)
|
245
|
+
thor (0.19.4)
|
246
|
+
thread_safe (0.3.6)
|
247
|
+
tilt (1.4.1)
|
248
|
+
tins (1.17.0)
|
249
|
+
treetop (1.4.15)
|
250
|
+
polyglot
|
251
|
+
polyglot (>= 0.3.1)
|
252
|
+
tzinfo (0.3.54)
|
253
|
+
unicode-display_width (1.4.0)
|
254
|
+
virtus (1.0.5)
|
255
|
+
axiom-types (~> 0.1)
|
256
|
+
coercible (~> 1.0)
|
257
|
+
descendants_tracker (~> 0.0, >= 0.0.3)
|
258
|
+
equalizer (~> 0.0, >= 0.0.9)
|
259
|
+
|
260
|
+
PLATFORMS
|
261
|
+
ruby
|
262
|
+
|
263
|
+
DEPENDENCIES
|
264
|
+
appraisal
|
265
|
+
benchmark-ips
|
266
|
+
bundler
|
267
|
+
cookiejar
|
268
|
+
coveralls (~> 0.8.17)
|
269
|
+
danger-toc (~> 0.1.2)
|
270
|
+
grape!
|
271
|
+
grape-entity (~> 0.6)
|
272
|
+
guard
|
273
|
+
guard-rspec
|
274
|
+
guard-rubocop
|
275
|
+
hashie
|
276
|
+
maruku
|
277
|
+
mime-types
|
278
|
+
rack-cache (<= 1.2)
|
279
|
+
rack-jsonp
|
280
|
+
rack-test (~> 0.6.3)
|
281
|
+
rails (= 3.2.19)
|
282
|
+
rake
|
283
|
+
rspec (~> 3.0)
|
284
|
+
rubocop (= 0.51.0)
|
285
|
+
ruby-grape-danger (~> 0.1.0)
|
286
|
+
|
287
|
+
BUNDLED WITH
|
288
|
+
1.16.2
|
data/gemfiles/rails_4.gemfile
CHANGED
@@ -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
|