appium_console 2.7.2 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/appium_console.gemspec +2 -1
- data/lib/appium_console/version.rb +2 -2
- data/release_notes.md +6 -0
- metadata +18 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdd6160c25c28d544d0e7681d63f2439502b2a0c
|
4
|
+
data.tar.gz: 37df961c65cdb8cf3c5c020505c5615a9f34f0d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: daf37fdc83a7d8cfa14b7167a51dab767716b01019a8044d05d1ebe7a5687916ac7a5fd66777766355255618a9575779c067f8cd05e34faa8c00c6a6c1904f39
|
7
|
+
data.tar.gz: 5f6d821c31a0ac6081e4ed73ed614e016cab2caf31e0776176ef09f0bcb73a4079b0558cec264efd552e8288a992ce349428daccbf5c80c3862ce17dfae46148
|
data/appium_console.gemspec
CHANGED
@@ -24,7 +24,8 @@ 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', '>= 9.
|
27
|
+
s.add_runtime_dependency 'appium_lib', '~> 9', '>= 9.8'
|
28
|
+
s.add_runtime_dependency 'awesome_print', '~> 1.7'
|
28
29
|
s.add_runtime_dependency 'pry', '~> 0.11.0'
|
29
30
|
s.add_runtime_dependency 'bond', '~> 0.5'
|
30
31
|
s.add_runtime_dependency 'spec', '~> 5.3', '>= 5.3.1'
|
@@ -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.
|
6
|
-
DATE = '2017-12-
|
5
|
+
VERSION = '2.8.0' unless defined? ::Appium::Console::VERSION
|
6
|
+
DATE = '2017-12-18' unless defined? ::Appium::Console::DATE
|
7
7
|
end
|
data/release_notes.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
#### v2.8.0 2017-12-18
|
2
|
+
|
3
|
+
- [2eef9cf](https://github.com/appium/ruby_console/commit/2eef9cfacb4ab405998da4f3712139ac97f381e8) Release 2.8.0
|
4
|
+
- [0d9bde6](https://github.com/appium/ruby_console/commit/0d9bde6846cf9a8e4820c84820f1ae12224dcf0d) add awesome print (#88)
|
5
|
+
|
6
|
+
|
1
7
|
#### v2.7.2 2017-12-17
|
2
8
|
|
3
9
|
- [3e0aeab](https://github.com/appium/ruby_console/commit/3e0aeab27669dda26e70375f477614507dc9bdeb) Release 2.7.2
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appium_console
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.8.0
|
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: 2017-12-
|
11
|
+
date: 2017-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: appium_lib
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '9'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '9.
|
22
|
+
version: '9.8'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,21 @@ dependencies:
|
|
29
29
|
version: '9'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '9.
|
32
|
+
version: '9.8'
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: awesome_print
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.7'
|
40
|
+
type: :runtime
|
41
|
+
prerelease: false
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '1.7'
|
33
47
|
- !ruby/object:Gem::Dependency
|
34
48
|
name: pry
|
35
49
|
requirement: !ruby/object:Gem::Requirement
|