capistrano-http-notify 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,7 +22,7 @@ CapistranoHttpNotify.with_configuration do
22
22
  end
23
23
 
24
24
  task :deploy_notification_via_http do
25
- perform_json_post http_notify_options[:url], {
25
+ perform_json_post URI(http_notify_options[:url]), {
26
26
  application: application,
27
27
  user: `git config --get github.user`,
28
28
  stage: stage,
@@ -1,3 +1,3 @@
1
1
  module CapistranoHttpNotify
2
- VERSION = "0.0.2"
2
+ VERSION = '0.0.3'
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.2
4
+ version: 0.0.3
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: -3817151501875671195
44
+ hash: 3683454681348988248
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: -3817151501875671195
53
+ hash: 3683454681348988248
54
54
  requirements: []
55
55
  rubyforge_project:
56
56
  rubygems_version: 1.8.24