waterpig 0.2.2 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/waterpig/browser-integration.rb +1 -1
- 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: e20640440d771664f5460b57a1178345f9ad5ac1
|
4
|
+
data.tar.gz: cb422e922758a986a040ca543e5a8de6e694f851
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf1486128af018b73e88021e0eeef68ee6ad1c339970e4317c70216c6c358f5b03cfde112c2ebd8015f52f3d97563d8017f2b1f623eee87a742ea5377ea812ca
|
7
|
+
data.tar.gz: a3bf55677893c493e49715fc42df9eb810822a3da1a720f47cc9fe274a66d6da2dae8afbfce0095c73a27c0b0d8737b042e32d63b4a80a87ac8185ccf8df31cd
|
@@ -22,7 +22,7 @@ end
|
|
22
22
|
|
23
23
|
RSpec.configure do |config|
|
24
24
|
config.add_setting :waterpig_browser_types, :default => [:feature]
|
25
|
-
config.add_setting :waterpig_autosnap, :default =>
|
25
|
+
config.add_setting :waterpig_autosnap, :default => ENV['WATERPIG_AUTOSNAP']
|
26
26
|
config.add_setting :waterpig_driver, :default => ENV['CAPYBARA_DRIVER']
|
27
27
|
config.add_setting :waterpig_js_driver, :default => ENV['CAPYBARA_JS_DRIVER']
|
28
28
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterpig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Judson Lester
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-12-
|
11
|
+
date: 2014-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capybara
|
@@ -84,7 +84,7 @@ rdoc_options:
|
|
84
84
|
- --main
|
85
85
|
- doc/README
|
86
86
|
- --title
|
87
|
-
- waterpig-0.
|
87
|
+
- waterpig-0.3.0 Documentation
|
88
88
|
require_paths:
|
89
89
|
- lib/
|
90
90
|
required_ruby_version: !ruby/object:Gem::Requirement
|