hawkular-client 3.0.0 → 3.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e76b799552626ef0cdf91e857c5d3adaf87eb895
4
- data.tar.gz: 60e0412e27855f6938372e48cf4b5a891636558f
3
+ metadata.gz: f83e017f8509a6444e3be74eb62ff1aee1530779
4
+ data.tar.gz: 60046b96e3cc0450ec10da845122ecdb139fe8dc
5
5
  SHA512:
6
- metadata.gz: 58308a3a777a01ee4d24def939d59a79b520e23632d78103f198af1b38812561699d749ccfd242fdcf64ebb25453cd8b0060f1976c123c8f4b3d46a3dc1487b2
7
- data.tar.gz: c2321e151cf25093156ccf8c070041ac7759d2c6ed1e824af9bf631546078324206bf0e46465a4e9a39fc4b2e7fadea1673a20e1479e47b4520bcbf2a3587c48
6
+ metadata.gz: 827819fd051b896810082a8f83fa7a8ef98067fe6fec99feafbd43d043e863dd877a6358fd5726a21def0eda824ba2f4e91cb49bd982a6a5497fffa341b39266
7
+ data.tar.gz: ae796c19d656385a5482d348ff02b69bb7be967e6cb321df34e36211a27ec016025d9c1b1438fe2ed359936b6905f7e0c74bdd91b8b88334c47f7f52a2e8601b
@@ -44,7 +44,7 @@ module Hawkular::Operations
44
44
  end
45
45
  end
46
46
 
47
- # Initialize new OperationsClient
47
+ # Initialize new Client
48
48
  #
49
49
  # @param [Hash] args Arguments for client.
50
50
  # There are two ways of passing in the target host/port: via :host and via :entrypoint. If
@@ -59,7 +59,7 @@ module Hawkular::Operations
59
59
  # @option args [Fixnum] :wait_time Time in seconds describing how long the constructor should block - handshake
60
60
  #
61
61
  # @example
62
- # Hawkular::Operations::OperationsClient.new(credentials: {username: 'jdoe', password: 'password'})
62
+ # Hawkular::Operations::Client.new(credentials: {username: 'jdoe', password: 'password'})
63
63
  def initialize(args)
64
64
  args = {
65
65
  credentials: {},
@@ -373,7 +373,7 @@ module Hawkular::Operations
373
373
  client.remove_listener :message
374
374
  end
375
375
  when 'GenericErrorResponse'
376
- OperationsClient.handle_error parsed, &callback
376
+ Client.handle_error parsed, &callback
377
377
  client.remove_listener :message
378
378
  end
379
379
  end
@@ -4,5 +4,5 @@
4
4
  # @see https://github.com/hawkular
5
5
  module Hawkular
6
6
  # Version of the Hawkular Ruby Gem
7
- VERSION = '3.0.0'.freeze
7
+ VERSION = '3.0.1'.freeze
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hawkular-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Libor Zoubek
@@ -223,7 +223,8 @@ dependencies:
223
223
  - - ">="
224
224
  - !ruby/object:Gem::Version
225
225
  version: '0'
226
- description: " A Ruby client for Hawkular\n"
226
+ description: |2
227
+ A Ruby client for Hawkular
227
228
  email:
228
229
  - lzoubek@redhat.com
229
230
  - hrupp@redhat.com
@@ -279,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
279
280
  version: '0'
280
281
  requirements: []
281
282
  rubyforge_project:
282
- rubygems_version: 2.5.1
283
+ rubygems_version: 2.6.11
283
284
  signing_key:
284
285
  specification_version: 4
285
286
  summary: A Ruby client for Hawkular