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 +4 -4
- data/lib/hawkular/operations/operations_api.rb +3 -3
- data/lib/hawkular/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f83e017f8509a6444e3be74eb62ff1aee1530779
|
|
4
|
+
data.tar.gz: 60046b96e3cc0450ec10da845122ecdb139fe8dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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::
|
|
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
|
-
|
|
376
|
+
Client.handle_error parsed, &callback
|
|
377
377
|
client.remove_listener :message
|
|
378
378
|
end
|
|
379
379
|
end
|
data/lib/hawkular/version.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
283
|
+
rubygems_version: 2.6.11
|
|
283
284
|
signing_key:
|
|
284
285
|
specification_version: 4
|
|
285
286
|
summary: A Ruby client for Hawkular
|