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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44d824a5e5b29f32d0523730882e2a021688e0f6
4
- data.tar.gz: 673709db37ec3eb8d1c3f80a5381a3d488be2230
3
+ metadata.gz: 873e9221d77b3b966b45e5c007cb61e8aaf9dee2
4
+ data.tar.gz: cbfa5da072e0aa1c1fcc3c18b7fe32c53527a5b9
5
5
  SHA512:
6
- metadata.gz: bc1b87620cbd76905693db58a98575a8eafd8deba25f0821adea0a21b2aa491dff2a42c9815544c6cde91caf21f4c0ff94c4ad6bc1ac435e2d90fd1f6f822591
7
- data.tar.gz: ee959e545e5ca61da91215a41af8b00e1c8ab8df0a94ed29ce8660cf524fae70ca43984af84c2918ec459e890ef4279d6938cce2b27ce7904439fdf83a8991df
6
+ metadata.gz: 9e12da6df7e27771778ce3b1de0390841a4c82c5beff987620cc33c7e547567fdfc5a3122126cad4120568695f14f3843dd8e12668d4c7ea1af7fae0a9fca207
7
+ data.tar.gz: f807aab0ca6bbd7688b44be9e12adcb9c7d36ca664f2b9ed2a0ffe94f1fa1732e163304dd8af434a0ed3cde5c656b9276aacef62c1402e29e93ca39cf3e7d4d1
data/.travis.yml CHANGED
@@ -1,4 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
3
  - 2.3
4
+ - 2.4
5
+ - 2.5
4
6
  script: bundle exec rake spec
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. Can put whatever you want in here.
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")),
@@ -1,5 +1,5 @@
1
1
  module Etre
2
2
  class Client
3
- VERSION = "0.8.2"
3
+ VERSION = "0.8.3"
4
4
  end
5
5
  end
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.2
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: 2018-02-14 00:00:00.000000000 Z
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.5.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