appium_console 2.1.0 → 2.1.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.
- checksums.yaml +4 -4
- data/appium_console.gemspec +1 -1
- data/lib/appium_console/version.rb +2 -2
- data/release_notes.md +17 -0
- metadata +4 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f676faa60ada2b7dce196d193228edae08fbaea9
|
|
4
|
+
data.tar.gz: 6dd1403fd35bbdf9e51341e732111b06d4645a5d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dee6d042956015a42530dd24387eeba9d3e15f0e110af9b085e32614d402780d04434222a6fead7e3ba76a94294c08924b2981196afcb27a0ec96f5bd13319d3
|
|
7
|
+
data.tar.gz: 86679f0aedf8d785f8321aeaee2ceac80878e627a8eabc9c73e839f72c7bdd10fc85bc26d88bd7d34f299c58df2c5633006a34dcaf017d7c1b79900b6f495192
|
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', '~> 9.3.5'
|
|
28
28
|
s.add_runtime_dependency 'pry', '~> 0.10'
|
|
29
29
|
s.add_runtime_dependency 'bond', '~> 0.5'
|
|
30
30
|
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.1.
|
|
6
|
-
DATE = '
|
|
5
|
+
VERSION = '2.1.1' unless defined? ::Appium::Console::VERSION
|
|
6
|
+
DATE = '2017-03-30' unless defined? ::Appium::Console::DATE
|
|
7
7
|
end
|
data/release_notes.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
#### v2.1.1 2017-03-30
|
|
2
|
+
|
|
3
|
+
- [fd5c711](https://github.com/appium/ruby_console/commit/fd5c7114f0796440d9389a8ef1ef6aef95c83b8a) Release 2.1.1
|
|
4
|
+
- [6b63c3b](https://github.com/appium/ruby_console/commit/6b63c3b9d7736079e79dea25faf6fa7420d2c5ff) Merge pull request #63 from bblanco1/master
|
|
5
|
+
- [e39ca95](https://github.com/appium/ruby_console/commit/e39ca95812881de93b583d82089b60d8ea3691ff) Updated version of 'appium_lib' -> 9.3.5
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
#### v2.1.0 2017-03-15
|
|
9
|
+
|
|
10
|
+
- [c156dd8](https://github.com/appium/ruby_console/commit/c156dd8da2fca398fce437d05b1113d9979fada2) Release 2.1.0
|
|
11
|
+
- [5cb4efb](https://github.com/appium/ruby_console/commit/5cb4efbc1cdb4e90c6cf79bb51a1b16a2ca8c8e5) Merge pull request #59 from montdidier/master
|
|
12
|
+
- [1257eb7](https://github.com/appium/ruby_console/commit/1257eb7f53af3f4dc001480438cd5c3316d81259) support for xctest compatible version of appium
|
|
13
|
+
- [40e163e](https://github.com/appium/ruby_console/commit/40e163eaf9e61b202f9f9e35b7a564e3afa7fd4a) fixed arc setup ios|android command (issue #57)
|
|
14
|
+
- [4407a63](https://github.com/appium/ruby_console/commit/4407a631d113bba69bf93664469fb9e5b372b426) Merge pull request #55 from trevren11/patch-1
|
|
15
|
+
- [e57212c](https://github.com/appium/ruby_console/commit/e57212c4a8be3a8c0bba1958a8aa92f11de94d13) Update osx.md
|
|
16
|
+
|
|
17
|
+
|
|
1
18
|
#### v2.0.1 2016-03-18
|
|
2
19
|
|
|
3
20
|
- [bbee248](https://github.com/appium/ruby_console/commit/bbee248870ee670bf2fe199dfc193d5e3a045144) Release 2.0.1
|
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.1.
|
|
4
|
+
version: 2.1.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:
|
|
11
|
+
date: 2017-03-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: appium_lib
|
|
@@ -16,20 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
20
|
-
- - ">="
|
|
21
|
-
- !ruby/object:Gem::Version
|
|
22
|
-
version: 8.0.3
|
|
19
|
+
version: 9.3.5
|
|
23
20
|
type: :runtime
|
|
24
21
|
prerelease: false
|
|
25
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
23
|
requirements:
|
|
27
24
|
- - "~>"
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
30
|
-
- - ">="
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: 8.0.3
|
|
26
|
+
version: 9.3.5
|
|
33
27
|
- !ruby/object:Gem::Dependency
|
|
34
28
|
name: pry
|
|
35
29
|
requirement: !ruby/object:Gem::Requirement
|