infopark_cloud_connector 6.8.0.518.30999728 → 6.8.0.529.114081979
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rails_connector/content_service.rb +2 -2
- metadata +8 -8
@@ -99,8 +99,8 @@ class ContentService
|
|
99
99
|
conn = Net::HTTP.new(uri.host, uri.port)
|
100
100
|
if uri.scheme == 'https'
|
101
101
|
conn.use_ssl = true
|
102
|
-
|
103
|
-
conn.
|
102
|
+
conn.verify_mode = OpenSSL::SSL::VERIFY_PEER
|
103
|
+
conn.ca_file = RailsConnector::Configuration.ca_file
|
104
104
|
end
|
105
105
|
retry_twice_on_socket_error { conn.start }
|
106
106
|
@connection = conn
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: infopark_cloud_connector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 228166093
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 6
|
8
8
|
- 8
|
9
9
|
- 0
|
10
|
-
-
|
11
|
-
-
|
12
|
-
version: 6.8.0.
|
10
|
+
- 529
|
11
|
+
- 114081979
|
12
|
+
version: 6.8.0.529.114081979
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Infopark AG
|
@@ -57,14 +57,14 @@ dependencies:
|
|
57
57
|
requirements:
|
58
58
|
- - "="
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
hash:
|
60
|
+
hash: 228166093
|
61
61
|
segments:
|
62
62
|
- 6
|
63
63
|
- 8
|
64
64
|
- 0
|
65
|
-
-
|
66
|
-
-
|
67
|
-
version: 6.8.0.
|
65
|
+
- 529
|
66
|
+
- 114081979
|
67
|
+
version: 6.8.0.529.114081979
|
68
68
|
version_requirements: *id003
|
69
69
|
name: kvom
|
70
70
|
prerelease: false
|