percy-client 0.2.9 → 0.2.10

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a42792b22f7b32888eb5d2a8d3c3c76439a3a7a
4
- data.tar.gz: a49db44daf08242a653ac578a781a45ced5c86aa
3
+ metadata.gz: 889249015fd99e435bc41c55103db8a291c07841
4
+ data.tar.gz: dde6632ffb16567c3d0fbd52170a9adf3936b588
5
5
  SHA512:
6
- metadata.gz: 30b396da03eb59dc4befb53d1ba27acb2ed6cf2f46993228672da78a467468e454ecfa3b6dfe0cc1ca0f8a165e2c9f99a69209c1173d1391baac9bf975c8ba7f
7
- data.tar.gz: da11f1258d0b4d492e468e5f7868b10937baa5b38e71b89b50cdca3051178224ef6fb6818ca3d6e8bc15f844b90b5c61713b83857652f0360579e12db7103db1
6
+ metadata.gz: 5b03a87f31742e8a941aa595d0840b7155ec82182006e12203983b73a7445b232517dcb806c1454ed9562704fa5a7a2f71d4a260a84414fe39f385e27bb5346d
7
+ data.tar.gz: 912bd4f594568b85c2e0d9b7e7ff19507077268ef7ed4fbff3b02a6ac4e0f4b6236eb2424dc15743aaad84bae196da5db3b431c2e54fc755010486bdcd343a8d
@@ -12,6 +12,7 @@ module Percy
12
12
  # Turn off SSLv2 and SSLv3 to force TLS because CloudFlare smartly blocks SSLv2 and SSLv3.
13
13
  @client.ssl_config.options |= OpenSSL::SSL::OP_NO_SSLv2
14
14
  @client.ssl_config.options |= OpenSSL::SSL::OP_NO_SSLv3
15
+ @client.ssl_config.ssl_version = :TLSv1
15
16
  @client
16
17
  end
17
18
  end
@@ -1,5 +1,5 @@
1
1
  module Percy
2
2
  class Client
3
- VERSION = '0.2.9'
3
+ VERSION = '0.2.10'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: percy-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Perceptual Inc.