swiftrail 0.1.7 → 0.1.9

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
  SHA256:
3
- metadata.gz: 51234aa58e9dc759d1c9077869dd5fcddc3d3bb1a2a1dd6d8a473cd34b04059c
4
- data.tar.gz: 35cae68f64877c428d2d8e186e266f9a0e7f7e0cbf0b9eebaa68001c09992f8f
3
+ metadata.gz: c61e8522249a7ae203e2d6a9335926320056b352d4f959f3873d60eff7db7d44
4
+ data.tar.gz: 4a83a8ca14b00114f92245f7b1f9e36911cb4eb20d723fdfdf8636af19734505
5
5
  SHA512:
6
- metadata.gz: 7857a8b24416b06c7ce38d10fcbf0779df08246b04b64a5a0a4fa502c2d2aa7a9315e390b52d7cc62394c518d63a19cc0e1b454f185ce77597ecd45472ff9e08
7
- data.tar.gz: 0eb016bd6a57e0a23cbac1c5a9e5830fad3e3e6d43dc1f8d398758c78d93ebdb71677ad565fe6fa8e1f4e3cd82ca774165dce46df88c001a21715804b7b19beb
6
+ metadata.gz: 236a3aa961f770a70dc5f34987ab45050d3d7b5004cfc37e7eac278a7fab565a3373d69665bea3ec2d248ec1585b1f91854739c3943de915f5186ed8fe7cada9
7
+ data.tar.gz: b9f8af3c985c3c7c21dd7156876f756b4498201324f408d3717a3ad2370ec367f8cf834f8a231a4dcf1d40b8fc5e6a702d54d09bcef7a5110d61811d267265c6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- swiftrail (0.1.6)
4
+ swiftrail (0.1.9)
5
5
  nokogiri (~> 1.10)
6
6
  thor (~> 0.20)
7
7
 
@@ -17,15 +17,15 @@ GEM
17
17
  rspec-core (~> 3.8.0)
18
18
  rspec-expectations (~> 3.8.0)
19
19
  rspec-mocks (~> 3.8.0)
20
- rspec-core (3.8.0)
20
+ rspec-core (3.8.2)
21
21
  rspec-support (~> 3.8.0)
22
- rspec-expectations (3.8.3)
22
+ rspec-expectations (3.8.4)
23
23
  diff-lcs (>= 1.2.0, < 2.0)
24
24
  rspec-support (~> 3.8.0)
25
- rspec-mocks (3.8.0)
25
+ rspec-mocks (3.8.1)
26
26
  diff-lcs (>= 1.2.0, < 2.0)
27
27
  rspec-support (~> 3.8.0)
28
- rspec-support (3.8.0)
28
+ rspec-support (3.8.2)
29
29
  thor (0.20.3)
30
30
 
31
31
  PLATFORMS
@@ -38,4 +38,4 @@ DEPENDENCIES
38
38
  swiftrail!
39
39
 
40
40
  BUNDLED WITH
41
- 2.0.1
41
+ 2.0.2
@@ -42,7 +42,7 @@ module Swiftrail
42
42
  test.class_name == junit_test_case.class_name &&
43
43
  test.test_name == junit_test_case.test_name
44
44
  end
45
- raise Error::Ambiguity(junit_test_case, tests) if tests.count > 1
45
+ raise Error::Ambiguity.new(junit_test_case, tests) if tests.count > 1
46
46
 
47
47
  tests.first
48
48
  end
@@ -1,3 +1,3 @@
1
1
  module Swiftrail
2
- VERSION = '0.1.7'.freeze
2
+ VERSION = '0.1.9'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swiftrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Slavko Krucaj
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-02 00:00:00.000000000 Z
11
+ date: 2019-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri