hoptoad_notifier 2.4.4 → 2.4.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +8 -0
- data/lib/hoptoad_notifier/railtie.rb +1 -1
- data/lib/hoptoad_notifier/version.rb +1 -1
- metadata +4 -4
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.
|
12
|
+
app.config.middleware.insert 0, "HoptoadNotifier::UserInformer"
|
13
13
|
end
|
14
14
|
|
15
15
|
config.after_initialize do
|
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:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 2.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-
|
18
|
+
date: 2011-02-02 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|