sinatra-rabbit 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sinatra/rabbit/base.rb +6 -0
- data/sinatra-rabbit.gemspec +1 -1
- metadata +4 -4
data/lib/sinatra/rabbit/base.rb
CHANGED
@@ -360,6 +360,12 @@ module Sinatra
|
|
360
360
|
@description ||= text
|
361
361
|
end
|
362
362
|
|
363
|
+
# TODO: This method is here only to maintain 'backward' compatibility
|
364
|
+
#
|
365
|
+
def self.has_capability?
|
366
|
+
true
|
367
|
+
end
|
368
|
+
|
363
369
|
def self.control(&block)
|
364
370
|
params_def = @params
|
365
371
|
klass = self
|
data/sinatra-rabbit.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinatra-rabbit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-07-
|
12
|
+
date: 2012-07-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sinatra
|
16
|
-
requirement: &
|
16
|
+
requirement: &70232274364220 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: 1.3.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70232274364220
|
25
25
|
description: ! " Rabbit is a Sinatra extension which can help you writing\n a
|
26
26
|
simple REST API using easy to undestand DSL.\n"
|
27
27
|
email: dev@deltacloud.apache.org
|