cap-slack-notify 1.3.6 → 1.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/capistrano/slack_notify.rb +1 -1
  2. metadata +4 -4
@@ -24,7 +24,7 @@ module Capistrano
24
24
  uri = URI.parse(slack_webhook_url)
25
25
  http = Net::HTTP.new(uri.host, uri.port)
26
26
  http.use_ssl = true
27
- http.verify_mode = OpenSSL::SSL::VERIFY_PEER
27
+ http.verify_mode = OpenSSL::SSL::VERIFY_NONE
28
28
  request = Net::HTTP::Post.new(uri.request_uri)
29
29
  request.set_form_data(:payload => payload)
30
30
  http.request(request)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cap-slack-notify
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 6
10
- version: 1.3.6
9
+ - 7
10
+ version: 1.3.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Parker Moore
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2015-04-14 00:00:00 Z
18
+ date: 2015-04-15 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: capistrano