capistrano-basecamp 0.0.4 → 0.0.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/lib/capistrano-basecamp.rb +1 -1
- data/lib/capistrano-basecamp/version.rb +1 -1
- metadata +3 -3
data/lib/capistrano-basecamp.rb
CHANGED
@@ -36,7 +36,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
36
36
|
basecamp_host = self.fetch(:basecamp_host)
|
37
37
|
logger.info "Posting message to Basecamp (#{basecamp_host})"
|
38
38
|
|
39
|
-
user_data =
|
39
|
+
user_data = nil
|
40
40
|
|
41
41
|
if File.exists?(File.join(ENV['HOME'], '.basecamp.capistrano'))
|
42
42
|
user_data = YAML::load(File.read(File.join(ENV['HOME'], '.basecamp.capistrano'))).fetch(basecamp_host) rescue nil
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-basecamp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Priit Haamer
|