crossbrowsify 0.0.7 → 0.0.9

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: 7ac8c96265b4e5007a47ba650003f92662c16acc
4
- data.tar.gz: 45a5ae17a730236757096bd4fb8c91408af8b058
3
+ metadata.gz: 83dd6f8238569c2906b4099b1e0a4192f9d48c4c
4
+ data.tar.gz: 1bef42e6aeec943e0fc85a8fb0aadae5771a8da3
5
5
  SHA512:
6
- metadata.gz: efed351022a7d9ae4844a6faf9243906ec00d38e3ac8626edf7842ecceaff990964c32a29f02a4f37c33a5aed16f0f2510fee0570edc1511af1c10a0fc6fdcc1
7
- data.tar.gz: 4a5f329a031e3dc4c96a9ea030490d170d9b57f0952b1ccfe92f8ef7af76ad4a229ebcd5d5cc8fec9555ea3896213d0c6c6c50fc7238e15c25142cfa1850de84
6
+ metadata.gz: e613fd326831d8530568b096415d326c21a943248faabc9bb2f556f0a92ad8ce99b8b5730b4399a6ceb5365485105c7d7e08885009ac91baa238fd6c02d39446
7
+ data.tar.gz: 20c5eb34c45a662e79bea13c493a74647230f0ff0ef5d18b2da4436d9c12280d116125a5da89dff6baf81a4676d63b90997d21954b3f0fc0e009da07ede8b70d
@@ -33,7 +33,7 @@ def setup_remote_browser
33
33
  end
34
34
 
35
35
  capabilities['browserstack.debug'] = true
36
- capabilities['browserstack.local'] = true
36
+ capabilities['browserstack.local'] = ENV['BS_LOCAL'] =~ /false/i ? false : true
37
37
 
38
38
 
39
39
  if ENV['CIRCLECI']
@@ -1,3 +1,3 @@
1
1
  module Crossbrowsify
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crossbrowsify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Haiku Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-18 00:00:00.000000000 Z
11
+ date: 2014-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler