appium_console 2.11.0 → 2.12.0
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 +5 -5
- data/appium_console.gemspec +1 -1
- data/lib/appium_console/version.rb +2 -2
- data/release_notes.md +6 -0
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 6674f1d875c5ea4aceaf054529961c6e7a453719b8c68836f0dbc61cafece14e
|
|
4
|
+
data.tar.gz: 022aa79cfbbbf67b15df923150ca0cc3f8c22faea9ea0f327c7f51c94defcb21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31d0419f0665d4390647aa83cef84206ea86708cc9d0af9bf8ae4ad9e5cf40d9ae4ffc3bb5367ac3ff1a7b549b0eb725bf500333ac3157413db461a7d6f9ea84
|
|
7
|
+
data.tar.gz: 665f6ab7aed2805f4131a57b1a4d329466a9e32bc5506a3ef13f42086e16dca4c91f735f6f5271f7119073e2be8f3f4187fb61e067fe82e9b4f898d029d869bc
|
data/appium_console.gemspec
CHANGED
|
@@ -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', '~>
|
|
27
|
+
s.add_runtime_dependency 'appium_lib', '~> 10.0'
|
|
28
28
|
s.add_runtime_dependency 'pry', '~> 0.12.0'
|
|
29
29
|
s.add_runtime_dependency 'bond', '~> 0.5'
|
|
30
30
|
s.add_runtime_dependency 'spec', '~> 5.3', '>= 5.3.1'
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
module Appium; end unless defined? Appium
|
|
3
3
|
module Appium
|
|
4
4
|
module Console
|
|
5
|
-
VERSION = '2.
|
|
6
|
-
DATE = '
|
|
5
|
+
VERSION = '2.12.0'.freeze unless defined? ::Appium::Console::VERSION
|
|
6
|
+
DATE = '2019-02-08'.freeze unless defined? ::Appium::Console::DATE
|
|
7
7
|
end
|
|
8
8
|
end
|
data/release_notes.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
#### v2.12.0 2019-02-08
|
|
2
|
+
|
|
3
|
+
- [5ecc460](https://github.com/appium/ruby_console/commit/5ecc4600605da1a7167e1b279540145edcb07ad9) Release 2.12.0
|
|
4
|
+
- [d38e70b](https://github.com/appium/ruby_console/commit/d38e70bc40e230214719a1f7ea1dfb196f4873d2) bump ruby lib to 10.0+ (#99)
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
#### v2.11.0 2018-12-28
|
|
2
8
|
|
|
3
9
|
- [22c0247](https://github.com/appium/ruby_console/commit/22c02479270a04dbc01a68caa5cd6b3eb6b10b14) Release 2.11.0
|
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.
|
|
4
|
+
version: 2.12.0
|
|
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:
|
|
12
|
+
date: 2019-02-08 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: '
|
|
20
|
+
version: '10.0'
|
|
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: '
|
|
27
|
+
version: '10.0'
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: pry
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -194,8 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
194
194
|
- !ruby/object:Gem::Version
|
|
195
195
|
version: '0'
|
|
196
196
|
requirements: []
|
|
197
|
-
|
|
198
|
-
rubygems_version: 2.6.14
|
|
197
|
+
rubygems_version: 3.0.1
|
|
199
198
|
signing_key:
|
|
200
199
|
specification_version: 4
|
|
201
200
|
summary: Appium Ruby Console
|