sinatra 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sinatra might be problematic. Click here for more details.

data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ = 1.4.1 / 2013-03-15
2
+
3
+ * Make delegated methods available in config.ru (Konstantin Haase)
4
+
1
5
  = 1.4.0 / 2013-03-15
2
6
 
3
7
  * Add support for LINK and UNLINK requests. (Konstantin Haase)
@@ -28,3 +28,7 @@ end
28
28
  # include would include the module in Object
29
29
  # extend only extends the `main` object
30
30
  extend Sinatra::Delegator
31
+
32
+ class Rack::Builder
33
+ include Sinatra::Delegator
34
+ end
@@ -1,3 +1,3 @@
1
1
  module Sinatra
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -236,7 +236,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
236
236
  version: '0'
237
237
  segments:
238
238
  - 0
239
- hash: -99514115148589374
239
+ hash: 2287557311002662172
240
240
  required_rubygems_version: !ruby/object:Gem::Requirement
241
241
  none: false
242
242
  requirements:
@@ -245,7 +245,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
245
245
  version: '0'
246
246
  segments:
247
247
  - 0
248
- hash: -99514115148589374
248
+ hash: 2287557311002662172
249
249
  requirements: []
250
250
  rubyforge_project:
251
251
  rubygems_version: 1.8.23