appium_lib 9.14.0 → 9.14.1

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.
@@ -6,7 +6,6 @@ module Appium
6
6
  class Bridge
7
7
  def self.for(target)
8
8
  target.extend Appium::Ios
9
- target.extend Appium::Ios::Device
10
9
  target.extend Appium::Ios::Xcuitest
11
10
  target.extend Appium::Ios::Xcuitest::PasteBoard
12
11
  target.extend Appium::Ios::Xcuitest::Source
@@ -1,5 +1,5 @@
1
1
  module Appium
2
2
  # Version and Date are defined on the 'Appium' module, not 'Appium::Common'
3
- VERSION = '9.14.0'.freeze unless defined? ::Appium::VERSION
4
- DATE = '2018-05-28'.freeze unless defined? ::Appium::DATE
3
+ VERSION = '9.14.1'.freeze unless defined? ::Appium::VERSION
4
+ DATE = '2018-05-31'.freeze unless defined? ::Appium::DATE
5
5
  end
@@ -1,3 +1,8 @@
1
+ #### v9.14.0 2018-05-28
2
+
3
+ - [d60947d](https://github.com/appium/ruby_lib/commit/d60947df856da65dd31fcdbc34d71719a75d9003) [Release 9 14 0 (#783)](https://github.com/appium/ruby_lib/issues/783)
4
+
5
+
1
6
  #### v9.13.0 2018-05-08
2
7
 
3
8
  - [c8b797e](https://github.com/appium/ruby_lib/commit/c8b797ef404c57a24b00e9c355ec36b3335f4a5f) [Release 9 13 0 (#781)](https://github.com/appium/ruby_lib/issues/781)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.14.0
4
+ version: 9.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-28 00:00:00.000000000 Z
11
+ date: 2018-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: appium_lib_core