hoptoad_notifier 2.4.4 → 2.4.5

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.
data/CHANGELOG CHANGED
@@ -1,3 +1,10 @@
1
+ Version 2.4.5 - Wed Feb 02 13:24:29 -0500 2011
2
+ ===============================================================================
3
+
4
+ Jonathan Yurek (1):
5
+ Don't require Rack::Lock's presence in the middleware for UserInformer
6
+
7
+
1
8
  Version 2.4.4 - Fri Jan 28 13:50:10 -0500 2011
2
9
  ===============================================================================
3
10
 
@@ -394,5 +401,6 @@ Nick Quaranto (3):
394
401
 
395
402
 
396
403
 
404
+
397
405
 
398
406
 
@@ -9,7 +9,7 @@ module HoptoadNotifier
9
9
 
10
10
  initializer "hoptoad.use_rack_middleware" do |app|
11
11
  app.config.middleware.use "HoptoadNotifier::Rack"
12
- app.config.middleware.insert_after "Rack::Lock", "HoptoadNotifier::UserInformer"
12
+ app.config.middleware.insert 0, "HoptoadNotifier::UserInformer"
13
13
  end
14
14
 
15
15
  config.after_initialize do
@@ -1,3 +1,3 @@
1
1
  module HoptoadNotifier
2
- VERSION = "2.4.4".freeze
2
+ VERSION = "2.4.5".freeze
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoptoad_notifier
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 4
9
- - 4
10
- version: 2.4.4
9
+ - 5
10
+ version: 2.4.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - thoughtbot, inc
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-28 00:00:00 -05:00
18
+ date: 2011-02-02 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency