wraith 3.1.1 → 3.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/wraith/version.rb +1 -1
- data/lib/wraith/wraith.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2234a11b8548aac2bd199ae784311b52a9102480
|
4
|
+
data.tar.gz: c8afeecbe1da85c8d251f16c3aebc98da0f8dad2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b93b59d02beb230f6b21da591fe7bbf0893fe9d5c410654459c30e6b3549d4ff6284b10a2f6f9ef8e92d4108095c4c718943e768c4fe22262cafd0d6305a6f78
|
7
|
+
data.tar.gz: ca7af6a875b05e382465974bc85ba6390dae954cd08945532c5bcd187cfe90f44b70f330537c2e435e54f39f0268812f1201fa0fedbbd22975e05e2920084338
|
data/lib/wraith/version.rb
CHANGED
data/lib/wraith/wraith.rb
CHANGED
@@ -22,12 +22,12 @@ class Wraith::Wraith
|
|
22
22
|
|
23
23
|
possible_filenames.each do |filepath|
|
24
24
|
if File.exist?(filepath)
|
25
|
-
config = File.open
|
25
|
+
config = File.open filepath
|
26
26
|
return YAML.load config
|
27
27
|
end
|
28
28
|
end
|
29
29
|
rescue
|
30
|
-
logger.error "unable to find config \"#{
|
30
|
+
logger.error "unable to find config \"#{config_name}\""
|
31
31
|
end
|
32
32
|
|
33
33
|
def directory
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wraith
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Blooman
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-02-
|
13
|
+
date: 2016-02-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: pry
|
@@ -264,7 +264,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
264
264
|
version: '0'
|
265
265
|
requirements: []
|
266
266
|
rubyforge_project:
|
267
|
-
rubygems_version: 2.4.
|
267
|
+
rubygems_version: 2.4.7
|
268
268
|
signing_key:
|
269
269
|
specification_version: 4
|
270
270
|
summary: Wraith is a screenshot comparison tool, created by developers at BBC News.
|