testcentricity_web 0.9.0.1 → 0.9.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2adc9a4dabc15820e247311ed88356ee0e45acc
4
- data.tar.gz: 0b060aa17cc17c580f03fa50179492d7fc16b106
3
+ metadata.gz: c857bacf3ee12fce4212af455a6f141bea384684
4
+ data.tar.gz: 29884dbe0fbf8bad09fc9e9a8a3eb3c6ee964558
5
5
  SHA512:
6
- metadata.gz: 8520981b5a3152275e61075751ab286391efbd228e5aa2755fdfe3de9a80e59ca4630c6fec7db23e1f4c2ab37d405f1bca8f2f9a37183b2d52b6c21ba4b2fbec
7
- data.tar.gz: 8d049c0159593432de27f4dde82c7bb5c6814b283d4d9e65525b739ca2258972a8bde2815377176059425b05d59d994f2858f5778cabb0f92668d3bfecc3747d
6
+ metadata.gz: d41d31d9c6c6189d919b30c33902010116659cd0075817085da2bc35915fc09a0f268d7931d0571b418db50437e0cb9640d8b936e256a32dd8f15de833b79122
7
+ data.tar.gz: e8efe23fbd75d5accf36effe9a312d7040de6a702e1a6d8ca5f38813d617755ebe2b39dbe65463aa3c73dbb31666c7cb9c0aa85c0f21513acbbb6ef0958f854d
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '0.9.0.1'
2
+ VERSION = '0.9.0.2'
3
3
  end
@@ -14,12 +14,12 @@ Gem::Specification.new do |spec|
14
14
  spec.description = %q{
15
15
  TestCentricity™ Web core generic framework for desktop and mobile web site testing implements a Page Object Model DSL for use
16
16
  with Cucumber, Capybara, and Selenium-Webdriver. The TestCentricity™ Web gem supports running testing against the following
17
- web test targets:
18
- * locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge)
19
- * locally hosted emulated iOS, Android, Windows Phone, or Blackberry mobile browsers (using Firefox or Chrome)
20
- * a "headless" browser (using Poltergeist and PhantomJS)
21
- * mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X)
22
- * cloud hosted desktop or mobile web browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services.}
17
+ web test targets:\n
18
+ * locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge)\n
19
+ * locally hosted emulated iOS, Android, Windows Phone, or Blackberry mobile browsers (using Firefox or Chrome)\n
20
+ * a "headless" browser (using Poltergeist and PhantomJS)\n
21
+ * mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X)\n
22
+ * cloud hosted desktop or mobile web browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services}
23
23
  spec.homepage = ''
24
24
  spec.license = 'BSD3'
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.1
4
+ version: 0.9.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski
@@ -146,12 +146,12 @@ description: |2-
146
146
 
147
147
  TestCentricity™ Web core generic framework for desktop and mobile web site testing implements a Page Object Model DSL for use
148
148
  with Cucumber, Capybara, and Selenium-Webdriver. The TestCentricity™ Web gem supports running testing against the following
149
- web test targets:
150
- * locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge)
151
- * locally hosted emulated iOS, Android, Windows Phone, or Blackberry mobile browsers (using Firefox or Chrome)
152
- * a "headless" browser (using Poltergeist and PhantomJS)
153
- * mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X)
154
- * cloud hosted desktop or mobile web browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services.
149
+ web test targets:\n
150
+ * locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge)\n
151
+ * locally hosted emulated iOS, Android, Windows Phone, or Blackberry mobile browsers (using Firefox or Chrome)\n
152
+ * a "headless" browser (using Poltergeist and PhantomJS)\n
153
+ * mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X)\n
154
+ * cloud hosted desktop or mobile web browsers using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services
155
155
  email:
156
156
  - testcentricity@gmail.com
157
157
  executables: []