res 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57a6d7960a73b04fc8fbd1ceabc329dcea135f17
4
- data.tar.gz: d8fbb6204ef84a204298eef60bfa39601491bcd3
3
+ metadata.gz: dcf73c2d31e4a4a6efe8416ab4a55578d9aa5917
4
+ data.tar.gz: b97d9c7d2861c7d38cc21b538edc8bf7fb0b4ba7
5
5
  SHA512:
6
- metadata.gz: e387461aeb1c6c9d5d5cdad5c5477bd8ccd6d9200bd6c083f05f32a10c63d7492acdd3fa0596f00a862a15e57c5cdeef057ece8b2cb6f7657d59b0121dbaf7ee
7
- data.tar.gz: b25530ad6a38fa06450909365de8ceb8d58ca6385473918cc34f3a6660c27f4978839f973db2cd79ccd024a6eff5337dd1da374c30b05404062f629cfde16a00
6
+ metadata.gz: cceb20237589a154257dbeec297d8a538a9c75f2261a1c2d2d817d76fd016bf70a33710ee66e42f3ae4e1ddf8e5e265e9613e17594566d7db8d96a79738569e3
7
+ data.tar.gz: 63d21f4d44a2210595d374f2d4f6004145374b5f3e935c128b3750779731d0afd8b4dafac44da401a2edb2f05ef4e9c2ffb21c8e8b4ede45a492d96b95095e29
@@ -116,7 +116,7 @@ module Res
116
116
  fail = @runtime.scenarios(:failed).select do |s|
117
117
  [scenario_class, example_table_class].include?(s.class)
118
118
  end.map do |s|
119
- if s.location == feature_element.location
119
+ if s.location.file == feature_element.location.file
120
120
  s
121
121
  end
122
122
  end
data/lib/res/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Res
2
- VERSION = '1.2.3'
2
+ VERSION = '1.2.4'
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.3
4
+ version: 1.2.4
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-02-25 00:00:00.000000000 Z
13
+ date: 2016-04-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json
@@ -128,8 +128,9 @@ 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.4.8
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Test Result report libraries
135
135
  test_files: []
136
+ has_rdoc: