wraith 2.1.0 → 2.1.1

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: bc1b08d5b7dbe5e6347a8a661f82560cef5552ea
4
- data.tar.gz: 259f28a58b73bf17ff37902636b9bcfb70e836a9
3
+ metadata.gz: e0c76259cb8695e6552a8b7b939994e6b9a99e59
4
+ data.tar.gz: b78bf8799a480270634004106ccd6f840c4fda70
5
5
  SHA512:
6
- metadata.gz: 9bf5dc5c91429da67d420246b3b11ea16f260836a9aeccd0e20fbdc249c380d66f2848a475bb440ed53f6e5fdf904cc2a63a665aadf24037089ea5b03edb2a60
7
- data.tar.gz: f1e2400695398f549b49d438f0f33dd6e176e8d6524eca2004ed3057d362854194da4956da298ddf38abbd564d8b9ce942626de3796d4b080d8f90c5d15ecfd8
6
+ metadata.gz: 2737b52433482b8f89dda9eddaa2a4e413e3abe272034f69eee1daca65a7838ca45484659cb43d92c9fc1ba020f4a9f12b8d05178c4e69d4fc693c0c5e0a3194
7
+ data.tar.gz: 7c109a5ea043b6dc145d18eaabb470637223386e5cb9bd0f5c15e96c11cc90362113de5061cbcd2b080fd22a26aa29a1fe55bb96f3b0d299a0f5db6b60eb3aa1
@@ -1,3 +1,3 @@
1
1
  module Wraith
2
- VERSION = '2.1.0'
2
+ VERSION = '2.1.1'
3
3
  end
@@ -4,7 +4,7 @@ browser:
4
4
  # slimerjs: "slimerjs"
5
5
 
6
6
  #If you want to have multiple snapping files, set the file name here
7
- snap_file: "lib/wraith/javascript/casper.js"
7
+ snap_file: "javascript/casper.js"
8
8
 
9
9
  # Type the name of the directory that shots will be stored in
10
10
  directory: 'shots'
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: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Blooman