sirportly 1.4.3 → 1.4.4

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
  SHA256:
3
- metadata.gz: 81c0293e6f37d76d1e921d9fe4232ce379aac2e2a4b11324cb0a60c3101f65fa
4
- data.tar.gz: bdbfa28561cc04f34cd82e8925a9e98d2f773227aeba48888cf9a747b0f4840c
3
+ metadata.gz: b8ac885776f196f8bf066e38c56c2c526fdff64a4b8f8679c62c3cc635a05005
4
+ data.tar.gz: ec008b81773eae481d7285ed22f7d946b217bb109ba204a84220884338a28a66
5
5
  SHA512:
6
- metadata.gz: 2c7b6dc26bc33ab6896b1a7c9a157851954d8aaff93306151e9ff753b3b30fb57d1e2ca4491ba335daabab3b3124df72ea524b426f63c10772a8d721d75cde41
7
- data.tar.gz: 79b135f2b62533b31e6a471ef8b9d029aaae5cd3fcd6582dc34699896faa2ba5614c9b60cb07e6258c4477bf7807390f53aa9313181e86949d536299a1b56a51
6
+ metadata.gz: 42c5a58dd233a81eb10b776aeabf56d223c5e266f77ed5d42afa720ded0aea3e36357165d89e1d2e03f307f46a8559d8a38dcd73c0c00ad8fc28abff32318d56
7
+ data.tar.gz: 98bce375886c5269869bf7a72f6423d19719388968e703b901d485c9115ab8be546f2f57ac1596d6df1847ffa87b26e2f21c2475a53ec5aab286d54e6c9884d9
@@ -33,7 +33,7 @@ require 'sirportly/data_objects/twitter_account'
33
33
  require 'sirportly/data_objects/user'
34
34
 
35
35
  module Sirportly
36
- VERSION = '1.4.3'
36
+ VERSION = '1.4.4'
37
37
 
38
38
  class << self
39
39
 
@@ -40,7 +40,6 @@ module Sirportly
40
40
 
41
41
  if uri.scheme == 'https'
42
42
  http.use_ssl = true
43
- http.verify_mode = OpenSSL::SSL::VERIFY_NONE
44
43
  end
45
44
 
46
45
  http_result = http.request(http_request)
@@ -112,4 +111,4 @@ module Sirportly
112
111
  end
113
112
 
114
113
  end
115
- end
114
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sirportly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3
4
+ version: 1.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Cooke
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-26 00:00:00.000000000 Z
11
+ date: 2018-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multipart-post