appium_lib_core 3.4.1 → 3.4.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: 34ba59edda1f6cf14b0cb428d3530a8f7672da59fbdceaf8a34a3a6049375ba2
4
- data.tar.gz: c219e04023d5a367bc0f77103da40147016c20a641dd8c13eb831f5ec9d5403a
3
+ metadata.gz: 350f5574450e63fe95bd114cd55aa1891719a11c293f3f135af7f6aeee09a361
4
+ data.tar.gz: 646a0f57ee355f48e71b1ef6ebc763b45d1b375a8632fecf3b3043aae3f99264
5
5
  SHA512:
6
- metadata.gz: ee564670c751aa6821106c85b056fa45fa4680f4d46b62e5de1c2964cf80c4796e10f8d79b9d7592ac45d8e298fcaeaa8d700dea54b46004b00077c2f20edbd3
7
- data.tar.gz: 42e0d22f9171b0e8eb605f91f9641a2943f5b6b39799a3cc3affec223c373240dd744f15ecf254a14ea28052a7e6f5ce367c72dacf07feb9193e198cea7bcf85
6
+ metadata.gz: 4dbf445ed0af0a776e47d412b093b868ee692138344deb4dcdecadb557b9ac857e46ff75a427cd0c42e9667d968b0bcd2c98d47d6a34c62dd029ea48a11253a9
7
+ data.tar.gz: f919faafb466351267ec22f045f642b7ec60300cbd8d16e5c2960c19f745e267b66c59047e162822f064215aa54ee4ce697b7dbedb2393304238fef4481e3cb1
@@ -10,6 +10,16 @@ Read `release_notes.md` for commit level details.
10
10
 
11
11
  ### Deprecations
12
12
 
13
+ ## [3.4.2] - 2019-12-29
14
+
15
+ ### Enhancements
16
+ - Add `attr_reader :bridge` for flutter driver not to use `send`
17
+ - https://github.com/truongsinh/appium-flutter-driver/pull/35
18
+
19
+ ### Bug fixes
20
+
21
+ ### Deprecations
22
+
13
23
  ## [3.4.0, 3.4.1] - 2019-12-26, 2019-12-27
14
24
 
15
25
  ### Enhancements
@@ -29,6 +29,10 @@ module Appium
29
29
  include ::Appium::Core::Base::SearchContext
30
30
  include ::Appium::Core::Base::TakeScreenshot
31
31
 
32
+ # Private API.
33
+ # Do not use this for general use. Used by flutter driver to get bridge for creating a new element
34
+ attr_reader :bridge
35
+
32
36
  def initialize(opts = {})
33
37
  listener = opts.delete(:listener)
34
38
  @bridge = ::Appium::Core::Base::Bridge.handshake(**opts)
@@ -14,7 +14,7 @@
14
14
 
15
15
  module Appium
16
16
  module Core
17
- VERSION = '3.4.1' unless defined? ::Appium::Core::VERSION
18
- DATE = '2019-12-27' unless defined? ::Appium::Core::DATE
17
+ VERSION = '3.4.2' unless defined? ::Appium::Core::VERSION
18
+ DATE = '2019-12-29' unless defined? ::Appium::Core::DATE
19
19
  end
20
20
  end
@@ -1,3 +1,9 @@
1
+ #### v3.4.2 2019-12-29
2
+
3
+ - [416ad24](https://github.com/appium/ruby_lib_core/commit/416ad247dc8b5fc36fb88a302a3c0bd335911c65) Release 3.4.2
4
+ - [e8a3b7a](https://github.com/appium/ruby_lib_core/commit/e8a3b7a04ce6eb0abb2d37e5cc7b50505515ca2a) add attr_reader :bridge for flutter driver usage
5
+
6
+
1
7
  #### v3.4.1 2019-12-27
2
8
 
3
9
  - [93b5a9f](https://github.com/appium/ruby_lib_core/commit/93b5a9f9dc33da7f5ce8c3bf73dcc527fd9224c7) Release 3.4.1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_lib_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.1
4
+ version: 3.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kazuaki MATSUO
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-12-26 00:00:00.000000000 Z
11
+ date: 2019-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: selenium-webdriver