touch_action 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/touch_action/version.rb +1 -1
- data/lib/touch_action/watir-webdriver.rb +1 -1
- data/spec/spec_helper.rb +3 -3
- 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: bfa947340d9b1adb9be7ed82fd79ecd464c860b5
|
4
|
+
data.tar.gz: 8cbef3fbadc44447983247c002980644a58d12b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95c7a7bd87ef4983362ee27d2d27cdd16f3973772dc0f6a72d3aceb595eb0948b28ee53450c6e1a83c125955c392c0676a37061f72b5911f79e22f8783412950
|
7
|
+
data.tar.gz: 85d7accb204826af76f47dcba3429629e9593130ca3e9bd3ed5f4b5f01faef22473664a0e888953b7c43aa08eaf408d8f479742e7961b97b69178c3f34f8739b
|
data/lib/touch_action/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
@@ -14,12 +14,12 @@ Dir["./spec/support/**/*.rb"].sort.each { |f| require f}
|
|
14
14
|
end
|
15
15
|
|
16
16
|
|
17
|
-
case ENV['
|
17
|
+
case ENV['PLATFORM']
|
18
18
|
when 'ios'
|
19
19
|
capabilities = {
|
20
20
|
:deviceName => 'iPhone 5s',
|
21
21
|
:browserName => 'Safari',
|
22
|
-
:platformVersion => '
|
22
|
+
:platformVersion => '8.1',
|
23
23
|
:platformName => 'iOS',
|
24
24
|
:app => 'safari',
|
25
25
|
:newCommandTimeout => 9999
|
@@ -46,7 +46,7 @@ ENV['browser'] ||= 'firefox'
|
|
46
46
|
RSpec.configure do |config|
|
47
47
|
|
48
48
|
config.before(:each) do |example|
|
49
|
-
if ENV['
|
49
|
+
if ENV['PLATFORM']
|
50
50
|
@browser = Watir::Browser.new(Selenium::WebDriver.for(:remote, :desired_capabilities => capabilities, :url => ENV['appium_url']))
|
51
51
|
else
|
52
52
|
case example.metadata[:use_webdriver]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: touch_action
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ricardo Nacif
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-01-
|
11
|
+
date: 2015-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: watir-webdriver
|