appium_lib 9.9.1 → 9.9.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.
@@ -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.9.1'.freeze unless defined? ::Appium::VERSION
4
- DATE = '2018-02-02'.freeze unless defined? ::Appium::DATE
3
+ VERSION = '9.9.2'.freeze unless defined? ::Appium::VERSION
4
+ DATE = '2018-02-12'.freeze unless defined? ::Appium::DATE
5
5
  end
@@ -1,3 +1,9 @@
1
+ #### v9.9.1 2018-02-02
2
+
3
+ - [591048d](https://github.com/appium/ruby_lib/commit/591048d98b63f1cde559227e166705147880902e) [Release 9 9 1 (#759)](https://github.com/appium/ruby_lib/issues/759)
4
+ - [03f2850](https://github.com/appium/ruby_lib/commit/03f2850f04e1a4fcb33b6f28f9c14e1efb694eff) [Fix minitest revert (#758)](https://github.com/appium/ruby_lib/issues/758)
5
+
6
+
1
7
  #### v9.9.0 2018-01-29
2
8
 
3
9
  - [913c6b5](https://github.com/appium/ruby_lib/commit/913c6b5098ebdd6659d949121b42f4a38d8c34d4) [Release 9 9 0 (#756)](https://github.com/appium/ruby_lib/issues/756)
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.9.1
4
+ version: 9.9.2
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-02-02 00:00:00.000000000 Z
11
+ date: 2018-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: appium_lib_core
@@ -44,20 +44,20 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '1.6'
47
+ version: '1.8'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 1.6.6
50
+ version: 1.8.1
51
51
  type: :runtime
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - "~>"
56
56
  - !ruby/object:Gem::Version
57
- version: '1.6'
57
+ version: '1.8'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 1.6.6
60
+ version: 1.8.1
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: posix-spawn
63
63
  requirement: !ruby/object:Gem::Requirement