appium_console 2.9.1 → 2.9.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: b59de512c70b6c3e86fb22e86e300f3fd938a988
4
- data.tar.gz: 8d0aa491ba527986147b7c645eed7e797b29b06e
3
+ metadata.gz: 6e642a098d138689268455bba709d07e78462be9
4
+ data.tar.gz: e60543db1eecdd0e53abdd609c53cd638ca8b384
5
5
  SHA512:
6
- metadata.gz: d4c4db697631f810d90b2a122a1ca96c31e8bbfa12ffeebe3dc57d17a153db400064d4a2ff602f654acf16ccc0e83444730b1a0290b295b2ceb8486672e6cbf3
7
- data.tar.gz: b0cd53312b977b8c08f1ff3555942a217e326e57a47721b0fdaaee0680b3f6d4eddace8cb1cec60faa581079a7f0e1d23d5c973c76889d559e7e4f77d9908cbf
6
+ metadata.gz: fe92a1c7f1527aac0618871c80c1b24ea0769cb5aa201d3cc440b333cb956b98c7cad4902ff930e34b96a78dfc07c31b96425302c57d230fd37261c83db47fb6
7
+ data.tar.gz: 2a4e676519aae7ef0f544f49d9689a389fa15587a1173127bfc9667c4a255b2f9496b5698dda1753caea0e69bcffff1417007a2b3977c8012ef00a44e07a327d
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.require_paths = [ 'lib' ]
25
25
 
26
26
  # appium_lib version must match ruby console version.
27
- s.add_runtime_dependency 'appium_lib', '~> 9.15.0'
27
+ s.add_runtime_dependency 'appium_lib', '~> 9.16'
28
28
  s.add_runtime_dependency 'awesome_print', '~> 1.7'
29
29
  s.add_runtime_dependency 'pry', '~> 0.11.0'
30
30
  s.add_runtime_dependency 'bond', '~> 0.5'
@@ -2,6 +2,6 @@
2
2
  # Define Appium module so version can be required directly.
3
3
  module Appium; end unless defined? Appium
4
4
  module Appium::Console
5
- VERSION = '2.9.1' unless defined? ::Appium::Console::VERSION
6
- DATE = '2018-10-11' unless defined? ::Appium::Console::DATE
5
+ VERSION = '2.9.2' unless defined? ::Appium::Console::VERSION
6
+ DATE = '2018-11-30' unless defined? ::Appium::Console::DATE
7
7
  end
@@ -1,3 +1,9 @@
1
+ #### v2.9.2 2018-11-30
2
+
3
+ - [510438c](https://github.com/appium/ruby_console/commit/510438cbf0dca2747923150e60c61e8f2e91e7ad) Release 2.9.2
4
+ - [8dd00cc](https://github.com/appium/ruby_console/commit/8dd00ccb9481c0f6a3add83d834b4dc3d0c22917) relax the version of appium lib (#95)
5
+
6
+
1
7
  #### v2.9.1 2018-10-11
2
8
 
3
9
  - [9ee4361](https://github.com/appium/ruby_console/commit/9ee4361b41a8056199c7f743f56032f64940855e) Release 2.9.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_console
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.1
4
+ version: 2.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-10-11 00:00:00.000000000 Z
12
+ date: 2018-11-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: appium_lib
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: 9.15.0
20
+ version: '9.16'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: 9.15.0
27
+ version: '9.16'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: awesome_print
30
30
  requirement: !ruby/object:Gem::Requirement