capistrano-http-notify 0.0.3 → 0.0.4
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.
|
@@ -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
|
}
|
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.
|
|
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:
|
|
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:
|
|
53
|
+
hash: -3993544162854319340
|
|
54
54
|
requirements: []
|
|
55
55
|
rubyforge_project:
|
|
56
56
|
rubygems_version: 1.8.24
|