etre-client 0.8.2 → 0.8.3
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/.travis.yml +2 -0
- data/README.md +2 -1
- data/lib/etre-client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 873e9221d77b3b966b45e5c007cb61e8aaf9dee2
|
4
|
+
data.tar.gz: cbfa5da072e0aa1c1fcc3c18b7fe32c53527a5b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e12da6df7e27771778ce3b1de0390841a4c82c5beff987620cc33c7e547567fdfc5a3122126cad4120568695f14f3843dd8e12668d4c7ea1af7fae0a9fca207
|
7
|
+
data.tar.gz: f807aab0ca6bbd7688b44be9e12adcb9c7d36ca664f2b9ed2a0ffe94f1fa1732e163304dd8af434a0ed3cde5c656b9276aacef62c1402e29e93ca39cf3e7d4d1
|
data/.travis.yml
CHANGED
data/README.md
CHANGED
@@ -24,7 +24,8 @@ Create a new client
|
|
24
24
|
# Create a standard client.
|
25
25
|
e = Etre::Client.new(entity_type: "node", url: "http://127.0.0.1:8080")
|
26
26
|
|
27
|
-
# Create a client with advanced HTTP options.
|
27
|
+
# Create a client with advanced HTTP options. These are passed down to the rest-client within the Etre Client.
|
28
|
+
# See https://github.com/rest-client/rest-client#passing-advanced-options for more details.
|
28
29
|
options = {
|
29
30
|
:ssl_client_cert => OpenSSL::X509::Certificate.new(File.read("path_to_ssl_cert")),
|
30
31
|
:ssl_client_key => OpenSSL::PKey::RSA.new(File.read("path_to_ssl_key")),
|
data/lib/etre-client/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: etre-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Finch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
114
114
|
version: '0'
|
115
115
|
requirements: []
|
116
116
|
rubyforge_project:
|
117
|
-
rubygems_version: 2.
|
117
|
+
rubygems_version: 2.6.14
|
118
118
|
signing_key:
|
119
119
|
specification_version: 4
|
120
120
|
summary: Client gem for interacting with Etre
|