sinatra-rabbit 1.0.9 → 1.0.10
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.
- data/lib/sinatra/rabbit/features.rb +1 -1
- data/sinatra-rabbit.gemspec +1 -1
- metadata +51 -27
data/sinatra-rabbit.gemspec
CHANGED
metadata
CHANGED
@@ -1,35 +1,47 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinatra-rabbit
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 3
|
5
5
|
prerelease:
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 0
|
9
|
+
- 10
|
10
|
+
version: 1.0.10
|
6
11
|
platform: ruby
|
7
|
-
authors:
|
12
|
+
authors:
|
8
13
|
- The Apache Software Foundation
|
9
14
|
autorequire:
|
10
15
|
bindir: bin
|
11
16
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
17
|
+
|
18
|
+
date: 2012-07-20 00:00:00 Z
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
15
21
|
name: sinatra
|
16
|
-
|
22
|
+
prerelease: false
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
17
24
|
none: false
|
18
|
-
requirements:
|
19
|
-
- -
|
20
|
-
- !ruby/object:Gem::Version
|
25
|
+
requirements:
|
26
|
+
- - ">="
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
hash: 27
|
29
|
+
segments:
|
30
|
+
- 1
|
31
|
+
- 3
|
32
|
+
- 0
|
21
33
|
version: 1.3.0
|
22
34
|
type: :runtime
|
23
|
-
|
24
|
-
|
25
|
-
description: ! " Rabbit is a Sinatra extension which can help you writing\n a
|
26
|
-
simple REST API using easy to undestand DSL.\n"
|
35
|
+
version_requirements: *id001
|
36
|
+
description: " Rabbit is a Sinatra extension which can help you writing\n a simple REST API using easy to undestand DSL.\n"
|
27
37
|
email: dev@deltacloud.apache.org
|
28
38
|
executables: []
|
39
|
+
|
29
40
|
extensions: []
|
30
|
-
|
41
|
+
|
42
|
+
extra_rdoc_files:
|
31
43
|
- LICENSE
|
32
|
-
files:
|
44
|
+
files:
|
33
45
|
- lib/sinatra/rabbit.rb
|
34
46
|
- lib/sinatra/rabbit/base.rb
|
35
47
|
- lib/sinatra/rabbit/base_collection.rb
|
@@ -47,26 +59,38 @@ files:
|
|
47
59
|
- sinatra-rabbit.gemspec
|
48
60
|
homepage: http://github.com/mifo/sinatra-rabbit
|
49
61
|
licenses: []
|
62
|
+
|
50
63
|
post_install_message:
|
51
64
|
rdoc_options: []
|
52
|
-
|
65
|
+
|
66
|
+
require_paths:
|
53
67
|
- lib
|
54
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
68
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
55
69
|
none: false
|
56
|
-
requirements:
|
57
|
-
- -
|
58
|
-
- !ruby/object:Gem::Version
|
70
|
+
requirements:
|
71
|
+
- - ">="
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
hash: 53
|
74
|
+
segments:
|
75
|
+
- 1
|
76
|
+
- 8
|
77
|
+
- 1
|
59
78
|
version: 1.8.1
|
60
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
79
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
80
|
none: false
|
62
|
-
requirements:
|
63
|
-
- -
|
64
|
-
- !ruby/object:Gem::Version
|
65
|
-
|
81
|
+
requirements:
|
82
|
+
- - ">="
|
83
|
+
- !ruby/object:Gem::Version
|
84
|
+
hash: 3
|
85
|
+
segments:
|
86
|
+
- 0
|
87
|
+
version: "0"
|
66
88
|
requirements: []
|
89
|
+
|
67
90
|
rubyforge_project:
|
68
91
|
rubygems_version: 1.8.15
|
69
92
|
signing_key:
|
70
93
|
specification_version: 3
|
71
94
|
summary: Sinatra REST API DSL
|
72
95
|
test_files: []
|
96
|
+
|