rendezvous 0.0.1 → 0.0.2
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.
- data/lib/rendezvous.rb +1 -1
- data/lib/rendezvous/version.rb +1 -1
- metadata +3 -8
data/lib/rendezvous.rb
CHANGED
|
@@ -75,7 +75,7 @@ class Rendezvous
|
|
|
75
75
|
host, port, secret = uri.host, uri.port, uri.path[1..-1]
|
|
76
76
|
|
|
77
77
|
ssl_context = OpenSSL::SSL::SSLContext.new
|
|
78
|
-
ssl_context.ca_file = File.expand_path("
|
|
78
|
+
ssl_context.ca_file = File.expand_path("../../data/cacert.pem", __FILE__)
|
|
79
79
|
ssl_context.verify_mode = OpenSSL::SSL::VERIFY_PEER
|
|
80
80
|
|
|
81
81
|
Timeout.timeout(connect_timeout) do
|
data/lib/rendezvous/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rendezvous
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
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-12-
|
|
12
|
+
date: 2012-12-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Client for interacting with Heroku processes.
|
|
15
15
|
email:
|
|
@@ -40,18 +40,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
40
40
|
- - ! '>='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: '0'
|
|
43
|
-
segments:
|
|
44
|
-
- 0
|
|
45
|
-
hash: 2376978038075154548
|
|
46
43
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
44
|
none: false
|
|
48
45
|
requirements:
|
|
49
46
|
- - ! '>='
|
|
50
47
|
- !ruby/object:Gem::Version
|
|
51
48
|
version: '0'
|
|
52
|
-
segments:
|
|
53
|
-
- 0
|
|
54
|
-
hash: 2376978038075154548
|
|
55
49
|
requirements: []
|
|
56
50
|
rubyforge_project:
|
|
57
51
|
rubygems_version: 1.8.23
|
|
@@ -59,3 +53,4 @@ signing_key:
|
|
|
59
53
|
specification_version: 3
|
|
60
54
|
summary: Client for interacting with Heroku processes.
|
|
61
55
|
test_files: []
|
|
56
|
+
has_rdoc:
|