telerivet 1.8.0 → 1.8.1
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 +4 -4
- data/lib/telerivet.rb +1 -2
- metadata +2 -3
- data/lib/cacert.pem +0 -3895
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ae422387e175d6c137438986d88641791a0021384d1c50788138e918518e0b6
|
|
4
|
+
data.tar.gz: 9343dddcdef29f57c1ca3885594e781fe5f58116c5e30f77ba93c4d99377c81b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a39b6807b3a7a6fbece67d43fb35017ff321bf9066c3c6b094ed88771b5edb899ee9d192ae116c932afa16e5da7c3601d197ec5a5b414518d345c5f48ae13b1
|
|
7
|
+
data.tar.gz: 695ba3ae9dc488d775051f51f92170c765b49e032f250536e4661851e8e5c0f66d10a58fc965148c96d21c2822a7ca035874e1781bb3658272c2627543416362
|
data/lib/telerivet.rb
CHANGED
|
@@ -9,7 +9,7 @@ module Telerivet
|
|
|
9
9
|
class API
|
|
10
10
|
attr_reader :num_requests
|
|
11
11
|
|
|
12
|
-
@@client_version = '1.8.
|
|
12
|
+
@@client_version = '1.8.1'
|
|
13
13
|
|
|
14
14
|
#
|
|
15
15
|
# Initializes a client handle to the Telerivet REST API.
|
|
@@ -47,7 +47,6 @@ class API
|
|
|
47
47
|
if @session == nil
|
|
48
48
|
@session = Net::HTTP.start(uri.host, uri.port,
|
|
49
49
|
:use_ssl => @api_url.start_with?("https://"),
|
|
50
|
-
:ca_file => File.dirname(__FILE__) + '/cacert.pem',
|
|
51
50
|
:read_timeout => 35,
|
|
52
51
|
:open_timeout => 20,
|
|
53
52
|
)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: telerivet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.
|
|
4
|
+
version: 1.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jesse Young
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Ruby client library for Telerivet REST API
|
|
14
14
|
email: support@telerivet.com
|
|
@@ -16,7 +16,6 @@ executables: []
|
|
|
16
16
|
extensions: []
|
|
17
17
|
extra_rdoc_files: []
|
|
18
18
|
files:
|
|
19
|
-
- lib/cacert.pem
|
|
20
19
|
- lib/telerivet.rb
|
|
21
20
|
- lib/telerivet/airtimetransaction.rb
|
|
22
21
|
- lib/telerivet/apicursor.rb
|