testcentricity_web 2.1.1 → 2.1.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: d9f9c0750e07c39f6ed6f0682481b76e9a117592
4
- data.tar.gz: 7b860948427e5f1661725a9dffbf1e80d51a8ddb
3
+ metadata.gz: bb6a1152d1a7b5dcaa417870738d1198731bfa34
4
+ data.tar.gz: bcc3b3f4e2e042bc8a94c4037d259bac43f9288a
5
5
  SHA512:
6
- metadata.gz: 8ff451ef1d203ea5b3151e150ca645079c673dc316afb4da0124cb6456374dc428d983227417dbba58fdb978839de81b616b5d53c4a1fdd3a9a1b867edf19a7c
7
- data.tar.gz: 0cd5cf3c4cb3396fd72948dcd71e1e249b9e52ebd7307002ff5e9d212a69136a21bae9c6fe358709c9dd66755147b2c6149c2785f5ed640bfd759e6d2e74e1b9
6
+ metadata.gz: 44779f5361bc9f123317ef3aea7d854c82d0d6daf365d3e8c5ddeef0972c81dae4b42e33a13c79319938082624e922825a6d42a62c08f91e144ec126a5223bbf
7
+ data.tar.gz: bbabf61a65429924ac6d2ddf8d91c9b3f6e1cb639236ecda369079b31d958d6ae109d3a199de374fcd8b69a67cf695fbc206c13569700682b05174e03e4672ce
data/README.md CHANGED
@@ -23,6 +23,12 @@ feature incomplete and potentially unstable. More information can be found [here
23
23
 
24
24
 
25
25
  ## What's New
26
+ ###Version 2.1.2
27
+
28
+ * Added device profiles for Microsoft Lumia 950, Blackberry Leap, Blackberry Passport, and Kindle Fire HD 10
29
+ * Added ability to set browser language support via the `LOCALE` Environment Variable for local instances of Chrome or Firefox browsers
30
+
31
+ ###Version 2.1.0
26
32
 
27
33
  * Added device profiles for iPhone 8, iPhone 8 Plus, iPhone X devices running iOS 11
28
34
  * Added device profile for iPad Pro 10.5" with iOS 11
@@ -32,6 +38,7 @@ feature incomplete and potentially unstable. More information can be found [here
32
38
 
33
39
 
34
40
  ## What's Fixed
41
+ ###Version 2.1.0
35
42
 
36
43
  * The `TestCentricity::WebDriverConnect.initialize_web_driver` method now sets the `Environ` object to the correct device connection states for local and
37
44
  cloud hosted browsers.
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '2.1.1'
2
+ VERSION = '2.1.2'
3
3
  end
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: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski