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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1874b2b8e591a44f19ac98f59f7916fe62159a2909a68b0b10756eb319f9b1b
4
- data.tar.gz: 4ab25613b2a752a7acc6391f3669d250f39cf103ee4848f26bbcaff8c42ef933
3
+ metadata.gz: 5522744a31bb535fe74d2646cf1ee1be2bf03490edec835ce0ce0c4d9e60ce17
4
+ data.tar.gz: 7e87867b13d2f99c2f112549e52c80c32333303b6b852730c2ee1ceee099ffcc
5
5
  SHA512:
6
- metadata.gz: 36441f0bca9f5f5549924b53b510c8e4484fd0a1a1db18796d413486fb4050545d053585a25658cd46bb195ca5afc239b3638657178da017010076eb32e58df4
7
- data.tar.gz: ed4e0babfd46c9e5819692646c613118b9cecd85eff97f61e7240554d59eac573450dcf8a4d35b3b0fa32405063febc0e52c26f87a1af913ee4d47438f9256ad
6
+ metadata.gz: 7aeb3c23b5130b988b63fce0677204df50900d5cfda5adc0fe1c694f8a84727000487bfef58640eb24124ef410911b8a5be56d0fe1e978b870bdd6eb564b7e7b
7
+ data.tar.gz: 5c0c4681a8c48e1c850ffc6706b4d5e22f0e042082fc9f60fdd3c79e3ae85c451151b90a867e1808e49139351b8fb53d73da8e7d22b4415ad00bbc3106356fbc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- regressy_common (1.3.1)
4
+ regressy_common (1.3.2)
5
5
  activesupport (~> 6.0.1)
6
6
  appium_lib (~> 10.5.0)
7
7
  httpclient (~> 2.8.3)
@@ -1,4 +1,4 @@
1
- FROM ruby:2.6.1
1
+ FROM ruby:2.6
2
2
 
3
3
  # locale
4
4
  ENV LANG C.UTF-8
@@ -1,8 +1,8 @@
1
1
  module RegressyCommon
2
2
  module Capabilities
3
- def self.galaxy_s8_real
3
+ def self.real_galaxy_s8
4
4
  caps = {}
5
- caps["name"] = "galaxy_s8_real"
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.real_iphone_6x
3
+ def self.real_iphone_6s
4
4
  caps = {}
5
- caps["name"] = "iphone_6x_real"
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"
@@ -1,3 +1,3 @@
1
1
  module RegressyCommon
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.2"
3
3
  end
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.1
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-12 00:00:00.000000000 Z
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/cap_real_iphone_6x.rb
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