grape 0.1.1 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grape might be problematic. Click here for more details.
- data/.gitignore +1 -1
- data/.yardoc/checksums +13 -0
- data/.yardoc/objects/Grape.dat +0 -0
- data/.yardoc/objects/Grape/API.dat +0 -0
- data/.yardoc/objects/Grape/API/auth_c.dat +0 -0
- data/.yardoc/objects/Grape/API/build_endpoint_c.dat +0 -0
- data/.yardoc/objects/Grape/API/call_c.dat +0 -0
- data/.yardoc/objects/Grape/API/compile_path_c.dat +0 -0
- data/.yardoc/objects/Grape/API/default_format_c.dat +0 -0
- data/.yardoc/objects/Grape/API/delete_c.dat +0 -0
- data/.yardoc/objects/Grape/API/get_c.dat +0 -0
- data/.yardoc/objects/Grape/API/group_c.dat +0 -0
- data/.yardoc/objects/Grape/API/head_c.dat +0 -0
- data/.yardoc/objects/Grape/API/helpers_c.dat +0 -0
- data/.yardoc/objects/Grape/API/http_basic_c.dat +0 -0
- data/.yardoc/objects/Grape/API/inherited_c.dat +0 -0
- data/.yardoc/objects/Grape/API/logger_c.dat +0 -0
- data/.yardoc/objects/Grape/API/namespace_c.dat +0 -0
- data/.yardoc/objects/Grape/API/nest_c.dat +0 -0
- data/.yardoc/objects/Grape/API/post_c.dat +0 -0
- data/.yardoc/objects/Grape/API/prefix_c.dat +0 -0
- data/.yardoc/objects/Grape/API/put_c.dat +0 -0
- data/.yardoc/objects/Grape/API/reset_21_c.dat +0 -0
- data/.yardoc/objects/Grape/API/resource_c.dat +0 -0
- data/.yardoc/objects/Grape/API/resources_c.dat +0 -0
- data/.yardoc/objects/Grape/API/route_c.dat +0 -0
- data/.yardoc/objects/Grape/API/route_set_c.dat +0 -0
- data/.yardoc/objects/Grape/API/scope_c.dat +0 -0
- data/.yardoc/objects/Grape/API/set_c.dat +0 -0
- data/.yardoc/objects/Grape/API/settings_c.dat +0 -0
- data/.yardoc/objects/Grape/API/settings_stack_c.dat +0 -0
- data/.yardoc/objects/Grape/API/version_c.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/block_3D_c.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/block_c.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/call_c.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/call_i.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/env_i.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/error_21_i.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/generate_c.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/header_i.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/params_i.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/request_i.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/status_i.dat +0 -0
- data/.yardoc/objects/Grape/Endpoint/version_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/Basic.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/Basic/authenticator_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/Basic/basic_request_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/Basic/before_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/Basic/credentials_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/Basic/initialize_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/OAuth2.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/OAuth2/before_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/OAuth2/default_options_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/OAuth2/error_out_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/OAuth2/parse_authorization_header_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/OAuth2/token_class_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Auth/OAuth2/verify_token_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base/after_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base/app_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base/before_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base/call_21_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base/call_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base/default_options_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base/env_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base/initialize_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base/options_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base/request_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Base/response_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Error.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Error/call_21_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Error/error_response_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/CONTENT_TYPES.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/after_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/before_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/content_types_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/default_options_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/encode_json_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/encode_txt_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/format_from_extension_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/format_from_header_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/headers_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/mime_array_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Formatter/mime_types_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Prefixer.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Prefixer/before_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Prefixer/prefix_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Versioner.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Versioner/before_i.dat +0 -0
- data/.yardoc/objects/Grape/Middleware/Versioner/default_options_i.dat +0 -0
- data/.yardoc/objects/Grape/MiddlewareStack.dat +0 -0
- data/.yardoc/objects/Grape/MiddlewareStack/initialize_i.dat +0 -0
- data/.yardoc/objects/Grape/MiddlewareStack/stack_i.dat +0 -0
- data/.yardoc/objects/Grape/MiddlewareStack/to_app_i.dat +0 -0
- data/.yardoc/objects/Grape/MiddlewareStack/use_i.dat +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/.yardoc/proxy_types +2 -0
- data/Gemfile +2 -1
- data/Gemfile.lock +6 -0
- data/README.markdown +3 -3
- data/VERSION +1 -1
- data/grape.gemspec +108 -6
- data/lib/grape/api.rb +59 -21
- data/lib/grape/middleware/base.rb +1 -1
- data/lib/grape/middleware/error.rb +1 -1
- data/spec/grape/api_spec.rb +85 -4
- data/spec/grape/endpoint_spec.rb +13 -1
- data/spec/grape/middleware/auth/basic_spec.rb +2 -2
- metadata +161 -49
- data/lib/grape/middleware_stack.rb +0 -35
- data/spec/grape/middleware_stack_spec.rb +0 -47
data/.gitignore
CHANGED
data/.yardoc/checksums
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
lib/grape.rb 8d663c999a1330ad24920b6b509c80226ebae3cf
|
2
|
+
lib/grape/middleware/auth/basic.rb 5a1b8e48fc23bae64f59df40ae5e4532954d3f14
|
3
|
+
lib/grape/middleware/auth/oauth2.rb 5c2101f96cd2072966078759b5ca58f045c8f966
|
4
|
+
lib/grape/middleware/versioner.rb 3f5bc78e47672cccfae1fc1bed54ee40e6af00fc
|
5
|
+
LICENSE de44c0f8d891b6e9d7fa511f30e71c3aaf512155
|
6
|
+
lib/grape/middleware/formatter.rb 2840dd6304e007e7bcb872cf802f5cee64edc190
|
7
|
+
lib/grape/endpoint.rb df89fce4da897dbd88af91d862ae937f5550c4b1
|
8
|
+
README.markdown 9229a954c8e2dbe7f32486913479e05ecffdfc56
|
9
|
+
lib/grape/middleware/prefixer.rb 3c296ee67cce85467aaa92cdac5001db8cf90dde
|
10
|
+
lib/grape/middleware/error.rb 8244c1e237ddf5d0b2170e61652b16d7821c4b91
|
11
|
+
lib/grape/api.rb 007bd49e3ab2f6a1a6ce95296892feb6313631dc
|
12
|
+
lib/grape/middleware_stack.rb ed7dff6f588f13eeb5437b2aa41df1fbaba39643
|
13
|
+
lib/grape/middleware/base.rb 1f8fafa2575ff63448976ccb5ab576d67efc6ec4
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/.yardoc/proxy_types
ADDED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -19,6 +19,8 @@ GEM
|
|
19
19
|
rubyforge (>= 2.0.0)
|
20
20
|
json (1.4.6)
|
21
21
|
json_pure (1.4.3)
|
22
|
+
maruku (0.6.0)
|
23
|
+
syntax (>= 1.0.0)
|
22
24
|
multi_json (0.0.4)
|
23
25
|
multi_xml (0.0.1)
|
24
26
|
rack (1.2.1)
|
@@ -38,8 +40,10 @@ GEM
|
|
38
40
|
rspec-mocks (2.1.0)
|
39
41
|
rubyforge (2.0.4)
|
40
42
|
json_pure (>= 1.1.7)
|
43
|
+
syntax (1.0.0)
|
41
44
|
term-ansicolor (1.0.5)
|
42
45
|
trollop (1.16.2)
|
46
|
+
yard (0.6.1)
|
43
47
|
|
44
48
|
PLATFORMS
|
45
49
|
ruby
|
@@ -48,6 +52,7 @@ DEPENDENCIES
|
|
48
52
|
cucumber (>= 0.8.5)
|
49
53
|
jeweler
|
50
54
|
json
|
55
|
+
maruku
|
51
56
|
multi_json
|
52
57
|
multi_xml
|
53
58
|
rack
|
@@ -56,3 +61,4 @@ DEPENDENCIES
|
|
56
61
|
rack-test
|
57
62
|
rake
|
58
63
|
rspec (>= 2.1.0)
|
64
|
+
yard
|
data/README.markdown
CHANGED
@@ -12,7 +12,7 @@ Grape is available as a gem, to install it just install the gem:
|
|
12
12
|
|
13
13
|
Grape APIs are Rack applications that are created by subclassing `Grape::API`. Below is a simple example showing some of the more common features of Grape in the context of recreating parts of the Twitter API.
|
14
14
|
|
15
|
-
class Twitter::API < Grape::
|
15
|
+
class Twitter::API < Grape::API
|
16
16
|
version '1'
|
17
17
|
|
18
18
|
helpers do
|
@@ -49,9 +49,9 @@ Grape APIs are Rack applications that are created by subclassing `Grape::API`. B
|
|
49
49
|
end
|
50
50
|
end
|
51
51
|
|
52
|
-
This would create a Rack application that could be used like so (in a Rackup file):
|
52
|
+
This would create a Rack application that could be used like so (in a Rackup config.ru file):
|
53
53
|
|
54
|
-
|
54
|
+
run Twitter::API
|
55
55
|
|
56
56
|
And would respond to the following routes:
|
57
57
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.3
|
data/grape.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{grape}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Michael Bleigh"]
|
12
|
-
s.date = %q{
|
12
|
+
s.date = %q{2011-01-10}
|
13
13
|
s.description = %q{A Ruby framework for rapid API development with great conventions.}
|
14
14
|
s.email = %q{michael@intridea.com}
|
15
15
|
s.extra_rdoc_files = [
|
@@ -20,7 +20,106 @@ Gem::Specification.new do |s|
|
|
20
20
|
".document",
|
21
21
|
".gitignore",
|
22
22
|
".rspec",
|
23
|
-
".
|
23
|
+
".yardoc/checksums",
|
24
|
+
".yardoc/objects/Grape.dat",
|
25
|
+
".yardoc/objects/Grape/API.dat",
|
26
|
+
".yardoc/objects/Grape/API/auth_c.dat",
|
27
|
+
".yardoc/objects/Grape/API/build_endpoint_c.dat",
|
28
|
+
".yardoc/objects/Grape/API/call_c.dat",
|
29
|
+
".yardoc/objects/Grape/API/compile_path_c.dat",
|
30
|
+
".yardoc/objects/Grape/API/default_format_c.dat",
|
31
|
+
".yardoc/objects/Grape/API/delete_c.dat",
|
32
|
+
".yardoc/objects/Grape/API/get_c.dat",
|
33
|
+
".yardoc/objects/Grape/API/group_c.dat",
|
34
|
+
".yardoc/objects/Grape/API/head_c.dat",
|
35
|
+
".yardoc/objects/Grape/API/helpers_c.dat",
|
36
|
+
".yardoc/objects/Grape/API/http_basic_c.dat",
|
37
|
+
".yardoc/objects/Grape/API/inherited_c.dat",
|
38
|
+
".yardoc/objects/Grape/API/logger_c.dat",
|
39
|
+
".yardoc/objects/Grape/API/namespace_c.dat",
|
40
|
+
".yardoc/objects/Grape/API/nest_c.dat",
|
41
|
+
".yardoc/objects/Grape/API/post_c.dat",
|
42
|
+
".yardoc/objects/Grape/API/prefix_c.dat",
|
43
|
+
".yardoc/objects/Grape/API/put_c.dat",
|
44
|
+
".yardoc/objects/Grape/API/reset_21_c.dat",
|
45
|
+
".yardoc/objects/Grape/API/resource_c.dat",
|
46
|
+
".yardoc/objects/Grape/API/resources_c.dat",
|
47
|
+
".yardoc/objects/Grape/API/route_c.dat",
|
48
|
+
".yardoc/objects/Grape/API/route_set_c.dat",
|
49
|
+
".yardoc/objects/Grape/API/scope_c.dat",
|
50
|
+
".yardoc/objects/Grape/API/set_c.dat",
|
51
|
+
".yardoc/objects/Grape/API/settings_c.dat",
|
52
|
+
".yardoc/objects/Grape/API/settings_stack_c.dat",
|
53
|
+
".yardoc/objects/Grape/API/version_c.dat",
|
54
|
+
".yardoc/objects/Grape/Endpoint.dat",
|
55
|
+
".yardoc/objects/Grape/Endpoint/block_3D_c.dat",
|
56
|
+
".yardoc/objects/Grape/Endpoint/block_c.dat",
|
57
|
+
".yardoc/objects/Grape/Endpoint/call_c.dat",
|
58
|
+
".yardoc/objects/Grape/Endpoint/call_i.dat",
|
59
|
+
".yardoc/objects/Grape/Endpoint/env_i.dat",
|
60
|
+
".yardoc/objects/Grape/Endpoint/error_21_i.dat",
|
61
|
+
".yardoc/objects/Grape/Endpoint/generate_c.dat",
|
62
|
+
".yardoc/objects/Grape/Endpoint/header_i.dat",
|
63
|
+
".yardoc/objects/Grape/Endpoint/params_i.dat",
|
64
|
+
".yardoc/objects/Grape/Endpoint/request_i.dat",
|
65
|
+
".yardoc/objects/Grape/Endpoint/status_i.dat",
|
66
|
+
".yardoc/objects/Grape/Endpoint/version_i.dat",
|
67
|
+
".yardoc/objects/Grape/Middleware.dat",
|
68
|
+
".yardoc/objects/Grape/Middleware/Auth.dat",
|
69
|
+
".yardoc/objects/Grape/Middleware/Auth/Basic.dat",
|
70
|
+
".yardoc/objects/Grape/Middleware/Auth/Basic/authenticator_i.dat",
|
71
|
+
".yardoc/objects/Grape/Middleware/Auth/Basic/basic_request_i.dat",
|
72
|
+
".yardoc/objects/Grape/Middleware/Auth/Basic/before_i.dat",
|
73
|
+
".yardoc/objects/Grape/Middleware/Auth/Basic/credentials_i.dat",
|
74
|
+
".yardoc/objects/Grape/Middleware/Auth/Basic/initialize_i.dat",
|
75
|
+
".yardoc/objects/Grape/Middleware/Auth/OAuth2.dat",
|
76
|
+
".yardoc/objects/Grape/Middleware/Auth/OAuth2/before_i.dat",
|
77
|
+
".yardoc/objects/Grape/Middleware/Auth/OAuth2/default_options_i.dat",
|
78
|
+
".yardoc/objects/Grape/Middleware/Auth/OAuth2/error_out_i.dat",
|
79
|
+
".yardoc/objects/Grape/Middleware/Auth/OAuth2/parse_authorization_header_i.dat",
|
80
|
+
".yardoc/objects/Grape/Middleware/Auth/OAuth2/token_class_i.dat",
|
81
|
+
".yardoc/objects/Grape/Middleware/Auth/OAuth2/verify_token_i.dat",
|
82
|
+
".yardoc/objects/Grape/Middleware/Base.dat",
|
83
|
+
".yardoc/objects/Grape/Middleware/Base/after_i.dat",
|
84
|
+
".yardoc/objects/Grape/Middleware/Base/app_i.dat",
|
85
|
+
".yardoc/objects/Grape/Middleware/Base/before_i.dat",
|
86
|
+
".yardoc/objects/Grape/Middleware/Base/call_21_i.dat",
|
87
|
+
".yardoc/objects/Grape/Middleware/Base/call_i.dat",
|
88
|
+
".yardoc/objects/Grape/Middleware/Base/default_options_i.dat",
|
89
|
+
".yardoc/objects/Grape/Middleware/Base/env_i.dat",
|
90
|
+
".yardoc/objects/Grape/Middleware/Base/initialize_i.dat",
|
91
|
+
".yardoc/objects/Grape/Middleware/Base/options_i.dat",
|
92
|
+
".yardoc/objects/Grape/Middleware/Base/request_i.dat",
|
93
|
+
".yardoc/objects/Grape/Middleware/Base/response_i.dat",
|
94
|
+
".yardoc/objects/Grape/Middleware/Error.dat",
|
95
|
+
".yardoc/objects/Grape/Middleware/Error/call_21_i.dat",
|
96
|
+
".yardoc/objects/Grape/Middleware/Error/error_response_i.dat",
|
97
|
+
".yardoc/objects/Grape/Middleware/Formatter.dat",
|
98
|
+
".yardoc/objects/Grape/Middleware/Formatter/CONTENT_TYPES.dat",
|
99
|
+
".yardoc/objects/Grape/Middleware/Formatter/after_i.dat",
|
100
|
+
".yardoc/objects/Grape/Middleware/Formatter/before_i.dat",
|
101
|
+
".yardoc/objects/Grape/Middleware/Formatter/content_types_i.dat",
|
102
|
+
".yardoc/objects/Grape/Middleware/Formatter/default_options_i.dat",
|
103
|
+
".yardoc/objects/Grape/Middleware/Formatter/encode_json_i.dat",
|
104
|
+
".yardoc/objects/Grape/Middleware/Formatter/encode_txt_i.dat",
|
105
|
+
".yardoc/objects/Grape/Middleware/Formatter/format_from_extension_i.dat",
|
106
|
+
".yardoc/objects/Grape/Middleware/Formatter/format_from_header_i.dat",
|
107
|
+
".yardoc/objects/Grape/Middleware/Formatter/headers_i.dat",
|
108
|
+
".yardoc/objects/Grape/Middleware/Formatter/mime_array_i.dat",
|
109
|
+
".yardoc/objects/Grape/Middleware/Formatter/mime_types_i.dat",
|
110
|
+
".yardoc/objects/Grape/Middleware/Prefixer.dat",
|
111
|
+
".yardoc/objects/Grape/Middleware/Prefixer/before_i.dat",
|
112
|
+
".yardoc/objects/Grape/Middleware/Prefixer/prefix_i.dat",
|
113
|
+
".yardoc/objects/Grape/Middleware/Versioner.dat",
|
114
|
+
".yardoc/objects/Grape/Middleware/Versioner/before_i.dat",
|
115
|
+
".yardoc/objects/Grape/Middleware/Versioner/default_options_i.dat",
|
116
|
+
".yardoc/objects/Grape/MiddlewareStack.dat",
|
117
|
+
".yardoc/objects/Grape/MiddlewareStack/initialize_i.dat",
|
118
|
+
".yardoc/objects/Grape/MiddlewareStack/stack_i.dat",
|
119
|
+
".yardoc/objects/Grape/MiddlewareStack/to_app_i.dat",
|
120
|
+
".yardoc/objects/Grape/MiddlewareStack/use_i.dat",
|
121
|
+
".yardoc/objects/root.dat",
|
122
|
+
".yardoc/proxy_types",
|
24
123
|
"Gemfile",
|
25
124
|
"Gemfile.lock",
|
26
125
|
"LICENSE",
|
@@ -39,7 +138,6 @@ Gem::Specification.new do |s|
|
|
39
138
|
"lib/grape/middleware/formatter.rb",
|
40
139
|
"lib/grape/middleware/prefixer.rb",
|
41
140
|
"lib/grape/middleware/versioner.rb",
|
42
|
-
"lib/grape/middleware_stack.rb",
|
43
141
|
"spec/grape/api_spec.rb",
|
44
142
|
"spec/grape/endpoint_spec.rb",
|
45
143
|
"spec/grape/middleware/auth/basic_spec.rb",
|
@@ -49,7 +147,6 @@ Gem::Specification.new do |s|
|
|
49
147
|
"spec/grape/middleware/formatter_spec.rb",
|
50
148
|
"spec/grape/middleware/prefixer_spec.rb",
|
51
149
|
"spec/grape/middleware/versioner_spec.rb",
|
52
|
-
"spec/grape/middleware_stack_spec.rb",
|
53
150
|
"spec/grape_spec.rb",
|
54
151
|
"spec/spec_helper.rb"
|
55
152
|
]
|
@@ -68,7 +165,6 @@ Gem::Specification.new do |s|
|
|
68
165
|
"spec/grape/middleware/formatter_spec.rb",
|
69
166
|
"spec/grape/middleware/prefixer_spec.rb",
|
70
167
|
"spec/grape/middleware/versioner_spec.rb",
|
71
|
-
"spec/grape/middleware_stack_spec.rb",
|
72
168
|
"spec/grape_spec.rb",
|
73
169
|
"spec/spec_helper.rb"
|
74
170
|
]
|
@@ -86,6 +182,8 @@ Gem::Specification.new do |s|
|
|
86
182
|
s.add_runtime_dependency(%q<multi_xml>, [">= 0"])
|
87
183
|
s.add_development_dependency(%q<rake>, [">= 0"])
|
88
184
|
s.add_development_dependency(%q<jeweler>, [">= 0"])
|
185
|
+
s.add_development_dependency(%q<maruku>, [">= 0"])
|
186
|
+
s.add_development_dependency(%q<yard>, [">= 0"])
|
89
187
|
else
|
90
188
|
s.add_dependency(%q<rack>, [">= 0"])
|
91
189
|
s.add_dependency(%q<rack-mount>, ["~> 0.6.13"])
|
@@ -95,6 +193,8 @@ Gem::Specification.new do |s|
|
|
95
193
|
s.add_dependency(%q<multi_xml>, [">= 0"])
|
96
194
|
s.add_dependency(%q<rake>, [">= 0"])
|
97
195
|
s.add_dependency(%q<jeweler>, [">= 0"])
|
196
|
+
s.add_dependency(%q<maruku>, [">= 0"])
|
197
|
+
s.add_dependency(%q<yard>, [">= 0"])
|
98
198
|
end
|
99
199
|
else
|
100
200
|
s.add_dependency(%q<rack>, [">= 0"])
|
@@ -105,6 +205,8 @@ Gem::Specification.new do |s|
|
|
105
205
|
s.add_dependency(%q<multi_xml>, [">= 0"])
|
106
206
|
s.add_dependency(%q<rake>, [">= 0"])
|
107
207
|
s.add_dependency(%q<jeweler>, [">= 0"])
|
208
|
+
s.add_dependency(%q<maruku>, [">= 0"])
|
209
|
+
s.add_dependency(%q<yard>, [">= 0"])
|
108
210
|
end
|
109
211
|
end
|
110
212
|
|