dohtest 0.1.31 → 0.1.32
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 +4 -4
- data/lib/dohtest/configure.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e0f590fb18bde45d6540a526e3c0c903be65ff0
|
4
|
+
data.tar.gz: bebf0f0f72be1a54efe0b5e8e77cc93939634ead
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 244df9e79b0235ac2a41aa13b030b8ae38462da5937b86a1ab73bdd69b0dbd478e05dcfc7afff01122ec07eeeabdae862812aef635ec0e5b0cd0b6739bf4e29d
|
7
|
+
data.tar.gz: ce161c00bb03b58ee954d47bafb7354c73eac10f04cabb259e121c8cf0f03db0e36737bfdf0d28aa12cfb02f45366504d1d3582483362742888a0e3fa94f6a81
|
data/lib/dohtest/configure.rb
CHANGED
@@ -29,7 +29,9 @@ def load_configuration_files(start_path)
|
|
29
29
|
root_directory = find_root(start_directory)
|
30
30
|
raise "unable to determine root directory to run tests from" unless root_directory
|
31
31
|
DohTest.config[:root] = root_directory
|
32
|
+
|
32
33
|
Doh.find_root_from_path(root_directory)
|
34
|
+
$LOAD_PATH.delete(File.join(Doh.root, 'lib'))
|
33
35
|
|
34
36
|
libdir = File.join(root_directory, 'lib')
|
35
37
|
if File.directory?(libdir) && !$LOAD_PATH.include?(libdir)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dohtest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Makani Mason
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-11-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: dohroot
|