hive-messages 1.0.3 → 1.0.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55b1f7d1ecc67456d0a2a58df7a8ab1a70037a3d
|
4
|
+
data.tar.gz: c1f9327844b970f697acfc02f27c04cd913394a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5689c98ec5ab6f4379aa15c56beba564137b973710e7f39baba452fd00d43e13e8bbbac6bb918d041c7a2fb63675513e4086e73b0b32c5e144ba8a84bb5e805
|
7
|
+
data.tar.gz: 7b1999c329735765392381eaa553ae8d6246ad984c54a78dc9a39b7541e55740711b9aa5c80a1b5ee3ccc85236b37dff811c0bbfcac3f4b59da69a7d6daae857
|
data/hive-messages.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "hive-messages"
|
7
|
-
spec.version = '1.0.
|
7
|
+
spec.version = '1.0.4'
|
8
8
|
spec.authors = ["David Buckhurst", "Paul Carey"]
|
9
9
|
spec.email = ["david.buckhurst@bbc.co.uk"]
|
10
10
|
spec.summary = %q{Hive communication library.}
|
data/lib/hive/messages/job.rb
CHANGED
@@ -22,6 +22,7 @@ describe Hive::Representers::JobRepresenter do
|
|
22
22
|
attribute :exit_value
|
23
23
|
attribute :message
|
24
24
|
attribute :result_details
|
25
|
+
attribute :test_results
|
25
26
|
|
26
27
|
attribute :extra
|
27
28
|
end
|
@@ -56,7 +57,8 @@ describe Hive::Representers::JobRepresenter do
|
|
56
57
|
result: "test result",
|
57
58
|
exit_value: 0,
|
58
59
|
message: "Hello, mum",
|
59
|
-
result_details: "Blah!"
|
60
|
+
result_details: "Blah!",
|
61
|
+
test_results: [ test_case: 'Testing', urn: '/tmp/test.txt', status: 'passed' ]
|
60
62
|
}
|
61
63
|
end
|
62
64
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hive-messages
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Buckhurst
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2016-02-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: virtus
|
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
255
255
|
version: '0'
|
256
256
|
requirements: []
|
257
257
|
rubyforge_project:
|
258
|
-
rubygems_version: 2.
|
258
|
+
rubygems_version: 2.5.0
|
259
259
|
signing_key:
|
260
260
|
specification_version: 4
|
261
261
|
summary: Hive communication library.
|