rack_heroku 0.2.0 → 0.2.1

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.
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.0.0
4
+ - 1.9.3
@@ -1,17 +1,17 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rack_heroku (0.2.0)
4
+ rack_heroku (0.2.1)
5
5
  rack
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- diff-lcs (1.2.3)
10
+ diff-lcs (1.2.4)
11
11
  rack (1.5.2)
12
12
  rack-test (0.6.2)
13
13
  rack (>= 1.0)
14
- rake (10.0.4)
14
+ rake (10.1.0)
15
15
  rspec (2.13.0)
16
16
  rspec-core (~> 2.13.0)
17
17
  rspec-expectations (~> 2.13.0)
@@ -1,7 +1,7 @@
1
1
  class Rack::Heroku::Railtie < Rails::Railtie
2
2
 
3
3
  initializer "rack_heroku.middleware" do |app|
4
- app.config.middleware.insert_before ActionDispatch::Static, Rack::Heroku::Profiler
4
+ app.config.middleware.insert 0, Rack::Heroku::Profiler
5
5
  end
6
6
 
7
7
  end
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
5
5
 
6
6
  s.name = "rack_heroku"
7
7
  s.summary = "Rack middleware for Heroku"
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
  s.license = "MIT"
10
10
 
11
11
  s.authors = ["Dimitrij Denissenko"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack_heroku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-08 00:00:00.000000000 Z
12
+ date: 2013-06-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -98,6 +98,7 @@ extensions: []
98
98
  extra_rdoc_files: []
99
99
  files:
100
100
  - .gitignore
101
+ - .travis.yml
101
102
  - Gemfile
102
103
  - Gemfile.lock
103
104
  - README.rdoc
@@ -137,4 +138,3 @@ summary: Rack middleware for Heroku
137
138
  test_files:
138
139
  - spec/rack/heroku/profiler_spec.rb
139
140
  - spec/spec_helper.rb
140
- has_rdoc: