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.
@@ -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 = Hash.new
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
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Basecamp
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
5
5
  end
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: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Priit Haamer