capistrano-http-notify 0.0.4 → 0.1.0

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 URI(http_notify_options[:url]), {
25
+ perform_json_post URI.parse(http_notify_options[:url]), {
26
26
  application: application,
27
27
  user: `git config --get github.user`.strip,
28
28
  stage: stage,
@@ -1,3 +1,3 @@
1
1
  module CapistranoHttpNotify
2
- VERSION = '0.0.4'
2
+ VERSION = '0.1.0'
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.4
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-10 00:00:00.000000000 Z
12
+ date: 2012-08-30 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Sends notification about a successful deploy via an HTTP POST
15
15
  email:
@@ -41,7 +41,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
41
41
  version: '0'
42
42
  segments:
43
43
  - 0
44
- hash: -3993544162854319340
44
+ hash: 4361849356833617268
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: -3993544162854319340
53
+ hash: 4361849356833617268
54
54
  requirements: []
55
55
  rubyforge_project:
56
56
  rubygems_version: 1.8.24