sinatra-rabbit 0.0.1 → 0.0.2

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.
@@ -14,8 +14,6 @@
14
14
 
15
15
  require 'rack/accept'
16
16
 
17
- puts "Loading repond_to"
18
-
19
17
  module Sinatra
20
18
 
21
19
  module RespondTo
@@ -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://incubator.apache.org/deltacloud"
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.1'
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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://incubator.apache.org/deltacloud
85
+ homepage: http://github.com/mifo/sinatra-rabbit
86
86
  licenses: []
87
87
 
88
88
  post_install_message: