puppetclassify 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. checksums.yaml +4 -4
  2. data/lib/puppet_https.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5250c1eb3c32ccb86d0ef618bca29d3329a97b35
4
- data.tar.gz: d4e0d119a544c5e35e560b1477a2269c91961bfa
3
+ metadata.gz: 8622af09a33d9132d7d5c289808c81c3fcc2f1a7
4
+ data.tar.gz: 4da1c58b220164c1b45c9c82b2cf2b36a9f9d0a9
5
5
  SHA512:
6
- metadata.gz: 10517340d864c6c2dacb7932ec44d0cca9b8223564c304d69caa43c57b569a399ea85a191354072226731b2d8ec932b22fb1b0ae35ec44af01979bea3d9d6b11
7
- data.tar.gz: d9c944525c38d9fd507dc39cb8745780c9808c4d033d4cfc68327f46ca82b66ac66c5f9b8e191e49a232a2f9c90bc7850308b6fb4031d73c2b22f67d542cc7ec
6
+ metadata.gz: cc0ce1b7f394c5ba9288627ff3a31b768ad899d2fefa56a2985b028d6b70839127858c04b409c9f31d381fba1b18d842386e838fc3954706b543e6c4f32da1bf
7
+ data.tar.gz: d82050677b876b5404a260c269ed90e68451064ec6fe74a4e3f8e41f3993dd35d30d77b90ebfc84bcec3dcb3f95acc9e6549cd1d54d937c2c3c83b8f79615d42
@@ -70,7 +70,7 @@ class PuppetHttps
70
70
  # connection.set_debug_output $stderr
71
71
 
72
72
  connection.use_ssl = true
73
- connection.ssl_version = :TLSv1
73
+ connection.ssl_version = :TLSv1_2
74
74
  connection.verify_mode = OpenSSL::SSL::VERIFY_PEER
75
75
  connection.ca_file = @ca_file if @ca_file
76
76
  connection.read_timeout = @read_timeout
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppetclassify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet Labs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-16 00:00:00.000000000 Z
11
+ date: 2019-05-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A ruby library to interface with the classifier service
14
14
  email: info@puppet.com
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  version: '0'
51
51
  requirements: []
52
52
  rubyforge_project:
53
- rubygems_version: 2.2.5
53
+ rubygems_version: 2.6.14
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: Puppet Classify!