bozo-scripts 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/bozo/hooks/git_hub.rb +2 -0
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.7
1
+ 0.1.8
@@ -14,6 +14,7 @@ module Bozo::Hooks
14
14
  #
15
15
  class GitHub
16
16
  require 'net/http'
17
+ require 'openssl'
17
18
  require 'json'
18
19
 
19
20
  def pre_build
@@ -67,6 +68,7 @@ module Bozo::Hooks
67
68
 
68
69
  http = Net::HTTP.new(uri.host, uri.port)
69
70
  http.use_ssl = true
71
+ http.verify_mode = OpenSSL::SSL::VERIFY_NONE
70
72
  http.post(uri.request_uri, data, header)
71
73
 
72
74
  log_info "Notified GitHub of #{state} - #{description} - #{build_url}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bozo-scripts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -139,7 +139,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
139
139
  version: '0'
140
140
  segments:
141
141
  - 0
142
- hash: -4209399307139239301
142
+ hash: -3162786078519489967
143
143
  required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  none: false
145
145
  requirements:
@@ -148,7 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  version: '0'
149
149
  segments:
150
150
  - 0
151
- hash: -4209399307139239301
151
+ hash: -3162786078519489967
152
152
  requirements: []
153
153
  rubyforge_project: bozo-scripts
154
154
  rubygems_version: 1.8.24