sinatra-rest-addons 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -0,0 +1,6 @@
1
+ require 'sinatra/rest/helpers'
2
+ require 'sinatra/rest/routes'
3
+ module Sinatra
4
+ module REST
5
+ end
6
+ end
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sinatra-rest-addons}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Cyril Rohr"]
@@ -21,6 +21,7 @@ Gem::Specification.new do |s|
21
21
  "README.rdoc",
22
22
  "Rakefile",
23
23
  "VERSION",
24
+ "lib/sinatra/rest.rb",
24
25
  "lib/sinatra/rest/helpers.rb",
25
26
  "lib/sinatra/rest/routes.rb",
26
27
  "sinatra-rest-addons.gemspec",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-rest-addons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cyril Rohr
@@ -46,6 +46,7 @@ files:
46
46
  - README.rdoc
47
47
  - Rakefile
48
48
  - VERSION
49
+ - lib/sinatra/rest.rb
49
50
  - lib/sinatra/rest/helpers.rb
50
51
  - lib/sinatra/rest/routes.rb
51
52
  - sinatra-rest-addons.gemspec