sinatra-rabbit 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sinatra/rabbit/respond_to.rb +0 -2
- data/sinatra-rabbit.gemspec +2 -2
- metadata +5 -5
data/sinatra-rabbit.gemspec
CHANGED
@@ -20,7 +20,7 @@ require 'rake'
|
|
20
20
|
|
21
21
|
Gem::Specification.new do |s|
|
22
22
|
s.author = 'Red Hat, Inc.'
|
23
|
-
s.homepage = "http://
|
23
|
+
s.homepage = "http://github.com/mifo/sinatra-rabbit"
|
24
24
|
s.email = 'deltacloud-dev@incubator.apache.org'
|
25
25
|
s.name = 'sinatra-rabbit'
|
26
26
|
|
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
|
|
29
29
|
a simple REST API using easy to undestand DSL.
|
30
30
|
EOF
|
31
31
|
|
32
|
-
s.version = '0.0.
|
32
|
+
s.version = '0.0.2'
|
33
33
|
s.date = Time.now
|
34
34
|
s.summary = %q{Sinatra REST API DSL}
|
35
35
|
s.files = FileList[
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sinatra-rabbit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Red Hat, Inc.
|
@@ -76,13 +76,13 @@ extra_rdoc_files:
|
|
76
76
|
- COPYING
|
77
77
|
files:
|
78
78
|
- lib/sinatra/rabbit.rb
|
79
|
-
- lib/sinatra/rabbit/respond_to.rb
|
80
79
|
- lib/sinatra/rabbit/url_for.rb
|
81
80
|
- lib/sinatra/rabbit/validation.rb
|
81
|
+
- lib/sinatra/rabbit/respond_to.rb
|
82
82
|
- sinatra-rabbit.gemspec
|
83
83
|
- COPYING
|
84
84
|
has_rdoc: true
|
85
|
-
homepage: http://
|
85
|
+
homepage: http://github.com/mifo/sinatra-rabbit
|
86
86
|
licenses: []
|
87
87
|
|
88
88
|
post_install_message:
|