rutema 2.0.0.pre13 → 2.0.0.pre14

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: d03b39f53bd09ff213e24af85abece9d729be911
4
- data.tar.gz: fc017df49477b0f267dc544e18116605c7fb6291
3
+ metadata.gz: 311e719e7f4b3e8f03d0f0f4626dcba9d60198e0
4
+ data.tar.gz: 710a02e8c7be372a6c693807fbd50a6dff7fd54d
5
5
  SHA512:
6
- metadata.gz: 11c77f71efc98b3b4a989702df73450988b560d8de4409f748b1134ffa20783bb1b47c5506d54deadef72a2c58a6c8977ca442edb8984b3aa5dbddd64874b67a
7
- data.tar.gz: 3b49add79d0e2fa3665a0416fd7f6fea95f6c64e775a00284e3cfd2742b47895896a12e0fb1772c9f81fa5e2a16ba7fbc5c56236f0efe358e339aaa4b4728800
6
+ metadata.gz: 25cba503f6b025433a3ffa4726e4fccaeb01b0da11429adc68daa2272b76102e6d6495fc0a3d02fb59508f459436b1bba48f273de51924911693879821c06f43
7
+ data.tar.gz: 3e6977a0db884edc6f088ff0fabca374d149b8c71a73eca471ee1e4f525c2fdca5435f8c546ad42778da8fbde3c44ce4f33a9ae1d51fbcad31b1c5d4bca13132
@@ -1,3 +1,5 @@
1
+ == 2.0.0.pre14 /2017-01-11
2
+ * Fixed 2.3.1 compat issue (mrkita)
1
3
  == 2.0.0.pre13 /2016-09-13
2
4
  * Introduced suite_teardown and aliased check to suite_setup
3
5
  * Added strict_mode to example XML parser
@@ -201,8 +201,10 @@
201
201
  begin
202
202
  cfg_txt=File.read(filename)
203
203
  cwd=File.expand_path(File.dirname(filename))
204
+ #WORKAROUND for ruby 2.3.1
205
+ fname=File.basename(filename)
204
206
  #evaluate in the working directory to enable relative paths in configuration
205
- Dir.chdir(cwd){eval(cfg_txt,binding(),filename,__LINE__)}
207
+ Dir.chdir(cwd){eval(cfg_txt,binding(),fname,__LINE__)}
206
208
  rescue ConfigurationException
207
209
  #pass it on, do not wrap again
208
210
  raise
@@ -3,7 +3,7 @@ module Rutema
3
3
  module Version
4
4
  MAJOR=2
5
5
  MINOR=0
6
- TINY="0.pre13"
6
+ TINY="0.pre14"
7
7
  STRING=[ MAJOR, MINOR, TINY ].join( "." )
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rutema
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.pre13
4
+ version: 2.0.0.pre14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vassilis Rizopoulos
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-13 00:00:00.000000000 Z
11
+ date: 2017-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: patir
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '3.15'
61
+ version: '3.14'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '3.15'
68
+ version: '3.14'
69
69
  description: "rutema [http://github.com/damphyr/rutema](http://github.com/damphyr/rutema)\n\nrutema
70
70
  is a test execution tool and a framework for organizing and managing test execution
71
71
  across different tools.\n\nIt enables the combination of different test tools while