capistrano-http-notify 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@ CapistranoHttpNotify.with_configuration do
24
24
  task :deploy_notification_via_http do
25
25
  perform_json_post URI(http_notify_options[:url]), {
26
26
  application: application,
27
- user: `git config --get github.user`,
27
+ user: `git config --get github.user`.strip,
28
28
  stage: stage,
29
29
  branch: branch
30
30
  }
@@ -1,3 +1,3 @@
1
1
  module CapistranoHttpNotify
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-http-notify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -41,7 +41,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
41
41
  version: '0'
42
42
  segments:
43
43
  - 0
44
- hash: 3683454681348988248
44
+ hash: -3993544162854319340
45
45
  required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  none: false
47
47
  requirements:
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  version: '0'
51
51
  segments:
52
52
  - 0
53
- hash: 3683454681348988248
53
+ hash: -3993544162854319340
54
54
  requirements: []
55
55
  rubyforge_project:
56
56
  rubygems_version: 1.8.24