res 1.2.5 → 1.2.6

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: 397c8eaa87c2580e7614f5cffbecb68002b49918
4
- data.tar.gz: bf6cbb9371ce3a37f97ad4f312343024723bf602
3
+ metadata.gz: 69d1a6c5c7646f24de5ef463ee5f9b8277527d94
4
+ data.tar.gz: a1ce4fc3dc637dbca1e2366678214f110d4eae3a
5
5
  SHA512:
6
- metadata.gz: b2da6b94daacf555737a09118713510f2335095f2b5cad63f09e57149ee93939ffdcf70da43cb8b0d7cc11a80f11150d57723f31e396032907c4db04125891f3
7
- data.tar.gz: 2e1d7b1350423779a1e8210483d65922747cc58bb249f5f7a6d9315b6503797d0e6206993b9f336a7685caa6d728be1ec22f1a94ecc819825b629cabe077ff40
6
+ metadata.gz: 3a69b51c0674daf6f4d9e3ee1cda33dad27e33538596e676bcaec86baf8463be0e182aba314a0413cd050a81abc98a2e237aec482b0917fe47d7701e16b45b7b
7
+ data.tar.gz: 74e7cca201901f4a1dddf606d711be020a721e614687e5c153f2951dcb0d1a55657701b0a18c9adfb19cdb6fba22f434f108b62915e3001caa61e551ce3de0aa
@@ -8,7 +8,7 @@ module Res
8
8
 
9
9
  def initialize(args)
10
10
  @url = args[:url]
11
- @config = Res::Config.new([:url, :tag, :description, :app_name],
11
+ @config = Res::Config.new([:url, :tag, :description, :app_name, :target],
12
12
  :optional => [:hive_job_id, :queue, :cert, :cacert, :ssl_verify_mode],
13
13
  :pre_env => 'LION_')
14
14
  config.process(args)
@@ -30,7 +30,7 @@ module Res
30
30
  :app_name => config.app_name,
31
31
  :tag => config.tag,
32
32
  :description => config.description,
33
- :queue_name => ENV["HIVE_QUEUE_NAME"] || config.queue,
33
+ :queue_name => config.target,
34
34
  :type => ir.type,
35
35
  :started => ir.results.first[:started],
36
36
  :finished => ir.results.last[:finished],
@@ -1,3 +1,3 @@
1
1
  module Res
2
- VERSION = '1.2.5'
2
+ VERSION = '1.2.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: res
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - BBC
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-05-12 00:00:00.000000000 Z
13
+ date: 2016-05-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json
@@ -128,9 +128,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  requirements: []
130
130
  rubyforge_project:
131
- rubygems_version: 2.4.5.1
131
+ rubygems_version: 2.5.0
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Test Result report libraries
135
135
  test_files: []
136
- has_rdoc: