hoptoad_notifier 2.2.5 → 2.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,10 @@
1
+ Version 2.2.6 - 2010-06-02
2
+ ===============================================================================
3
+
4
+ Jason Morrison (1):
5
+ For Rails 3, just use the Rack middleware instead of specifying a location to insert_after
6
+
7
+
1
8
  Version 2.2.5 - 2010-06-02
2
9
  ===============================================================================
3
10
 
@@ -139,3 +146,4 @@ Nick Quaranto (3):
139
146
 
140
147
 
141
148
 
149
+
@@ -8,7 +8,7 @@ module HoptoadNotifier
8
8
  end
9
9
 
10
10
  initializer "hoptoad.use_rack_middleware" do |app|
11
- app.config.middleware.insert_after "::ActionDispatch::ShowExceptions", "HoptoadNotifier::Rack"
11
+ app.config.middleware.use "HoptoadNotifier::Rack"
12
12
  end
13
13
 
14
14
  config.after_initialize do
@@ -1,3 +1,3 @@
1
1
  module HoptoadNotifier
2
- VERSION = "2.2.5".freeze
2
+ VERSION = "2.2.6".freeze
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 2
8
- - 5
9
- version: 2.2.5
8
+ - 6
9
+ version: 2.2.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - thoughtbot, inc