regressy_common 1.3.1 → 1.3.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/docker/development/Dockerfile +1 -1
- data/lib/regressy_common/capabilities/cap_real_galaxy_s8.rb +2 -2
- data/lib/regressy_common/capabilities/{cap_real_iphone_6x.rb → cap_real_iphone_6s.rb} +2 -2
- data/lib/regressy_common/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5522744a31bb535fe74d2646cf1ee1be2bf03490edec835ce0ce0c4d9e60ce17
|
|
4
|
+
data.tar.gz: 7e87867b13d2f99c2f112549e52c80c32333303b6b852730c2ee1ceee099ffcc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7aeb3c23b5130b988b63fce0677204df50900d5cfda5adc0fe1c694f8a84727000487bfef58640eb24124ef410911b8a5be56d0fe1e978b870bdd6eb564b7e7b
|
|
7
|
+
data.tar.gz: 5c0c4681a8c48e1c850ffc6706b4d5e22f0e042082fc9f60fdd3c79e3ae85c451151b90a867e1808e49139351b8fb53d73da8e7d22b4415ad00bbc3106356fbc
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
module RegressyCommon
|
|
2
2
|
module Capabilities
|
|
3
|
-
def self.
|
|
3
|
+
def self.real_galaxy_s8
|
|
4
4
|
caps = {}
|
|
5
|
-
caps["name"] = "
|
|
5
|
+
caps["name"] = "real_galaxy_s8"
|
|
6
6
|
caps["version"] = "9.0"
|
|
7
7
|
caps["app"] = "https://testingbot.com/appium/sample.apk"
|
|
8
8
|
caps["deviceName"] = "Galaxy S8"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
module RegressyCommon
|
|
2
2
|
module Capabilities
|
|
3
|
-
def self.
|
|
3
|
+
def self.real_iphone_6s
|
|
4
4
|
caps = {}
|
|
5
|
-
caps["name"] = "
|
|
5
|
+
caps["name"] = "real_iphone_6s"
|
|
6
6
|
caps["version"] = "12.1"
|
|
7
7
|
caps["app"] = "https://testingbot.com/appium/sample.ipa"
|
|
8
8
|
caps["deviceName"] = "iPhone 6s"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: regressy_common
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- info@fluxware.co.jp
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-12-
|
|
11
|
+
date: 2019-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpclient
|
|
@@ -177,7 +177,7 @@ files:
|
|
|
177
177
|
- lib/regressy_common/capabilities/cap_ios_13_1_iphone_8.rb
|
|
178
178
|
- lib/regressy_common/capabilities/cap_local_firefox.rb
|
|
179
179
|
- lib/regressy_common/capabilities/cap_real_galaxy_s8.rb
|
|
180
|
-
- lib/regressy_common/capabilities/
|
|
180
|
+
- lib/regressy_common/capabilities/cap_real_iphone_6s.rb
|
|
181
181
|
- lib/regressy_common/capabilities/cap_win10_ie11.rb
|
|
182
182
|
- lib/regressy_common/capabilities/capability.rb
|
|
183
183
|
- lib/regressy_common/checker.rb
|