hoptoad_notifier 2.4.6 → 2.4.7
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
Version 2.4.7 - Thu Mar 10 16:21:31 -0500 2011
|
2
|
+
===============================================================================
|
3
|
+
|
4
|
+
Jonathan Yurek(1):
|
5
|
+
Rails generator requires './config/boot' for 1.9.2 compatibility.
|
6
|
+
|
1
7
|
Version 2.4.6 - Tue Feb 15 15:51:17 -0500 2011
|
2
8
|
===============================================================================
|
3
9
|
|
@@ -409,5 +415,6 @@ Nick Quaranto (3):
|
|
409
415
|
|
410
416
|
|
411
417
|
|
418
|
+
|
412
419
|
|
413
420
|
|
@@ -38,7 +38,7 @@ class HoptoadGenerator < Rails::Generators::Base
|
|
38
38
|
if File.exists?('config/deploy.rb') && File.exists?('Capfile')
|
39
39
|
append_file('config/deploy.rb', <<-HOOK)
|
40
40
|
|
41
|
-
require 'config/boot'
|
41
|
+
require './config/boot'
|
42
42
|
require 'hoptoad_notifier/capistrano'
|
43
43
|
HOOK
|
44
44
|
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:
|
4
|
+
hash: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 2.4.
|
9
|
+
- 7
|
10
|
+
version: 2.4.7
|
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-03-10 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|