appium_console 2.3.0 → 2.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c95bbae517e07ce65a6a941bd3277c9edbf5d6a5
4
- data.tar.gz: dc454ecffaa44bf0bebb5257d9b5078d35d45515
3
+ metadata.gz: 5f47196cf7cba502c593df94239f779feb10160b
4
+ data.tar.gz: 43659cfbd39f556aaff94bb79e8a2f4f4b0d3088
5
5
  SHA512:
6
- metadata.gz: f7f35b7277daa5c3619cc833876b434a9cf77fec19c139d9bf96a0803e90def9a57f1484cf5e8479b931db7b43463a150e40927ffa87868622b4d6e489fc3bef
7
- data.tar.gz: 6477956029c67002d77ee35ad5e1deb138cff1faa9103567e7e8256a98569dd86c9b5a3db294eb50dac6a1c3dd284f22fd52708ba898b3a4f8084a43e8236eb2
6
+ metadata.gz: 684c07576b8e96e49ba9f2e9795485c22baf4c0462fcd1f7cd3f8d2d02b08f5d5bd1c8f7a2bc2f0539eb2965766d2f5ab99c440e23ffeef1237501fe940a1288
7
+ data.tar.gz: bf7ea97b63c9c99b6b8ba84b4d2e12829b94d4dad0d1c0d029b83240c4b863700b76212aa75890960cf850c974b74bfd46b1101ac7b3e8727086275bedb797aa
@@ -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.4.0'
27
+ s.add_runtime_dependency 'appium_lib', '~> 9'
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.3.0' unless defined? ::Appium::Console::VERSION
6
- DATE = '2017-04-27' unless defined? ::Appium::Console::DATE
5
+ VERSION = '2.4.0' unless defined? ::Appium::Console::VERSION
6
+ DATE = '2017-08-16' unless defined? ::Appium::Console::DATE
7
7
  end
data/osx.md CHANGED
@@ -197,7 +197,7 @@ If you see `error: protocol fault (no status)` just keep running the command unt
197
197
 
198
198
  `arc`
199
199
 
200
- - See [running on OS X](https://github.com/appium/appium/blob/master/docs/running-on-osx.md)
200
+ - See [running on OS X](https://github.com/appium/appium/blob/master/docs/en/appium-setup/running-on-osx.md)
201
201
 
202
202
  #### Troubleshooting
203
203
 
data/readme.md CHANGED
@@ -7,7 +7,7 @@
7
7
 
8
8
  #### How to use
9
9
 
10
- Read the [bootcamp guide on the ruby console](https://saucelabs.com/resources/appium-bootcamp/appium-bootcamp-2013-chapter-2-the-console).
10
+ Read the [bootcamp guide on the ruby console](https://wiki.saucelabs.com/display/DOCS/Appium+Bootcamp+2%3A+Configuring+Appium).
11
11
 
12
12
  #### Update system
13
13
 
@@ -1,3 +1,14 @@
1
+ #### v2.4.0 2017-08-16
2
+
3
+ - [e28a78f](https://github.com/appium/ruby_console/commit/e28a78f9197160f3fccd1b017205f6371e462d1a) Release 2.4.0
4
+ - [6fba7c1](https://github.com/appium/ruby_console/commit/6fba7c1eff397928a75c97c1a2207fde827abe07) Merge pull request #75 from tommeier/loosen-dependency-restriction
5
+ - [97558d5](https://github.com/appium/ruby_console/commit/97558d5a672d4f22631ae67a07527027273e4794) Allow minor and patch updates
6
+ - [3ad2c8f](https://github.com/appium/ruby_console/commit/3ad2c8f3ab19f91df5a3e618d65f6bcbec992a52) Merge pull request #74 from appium/fix_a_link_for_boorcamp
7
+ - [bfe789f](https://github.com/appium/ruby_console/commit/bfe789fa74bb17db276dbf852c0a5a0539c3fce6) Update readme.md
8
+ - [40a848b](https://github.com/appium/ruby_console/commit/40a848b51c49b8523a3c9509072c5a83ea4117d5) Merge pull request #71 from liangway/patch-1
9
+ - [4a4f5c9](https://github.com/appium/ruby_console/commit/4a4f5c90ed4c1b272d12517cc4dff3145632faf0) Update doc url
10
+
11
+
1
12
  #### v2.3.0 2017-04-27
2
13
 
3
14
  - [c643e10](https://github.com/appium/ruby_console/commit/c643e10294e5bb4b3c695273f2312718ebc5a428) Release 2.3.0
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.3.0
4
+ version: 2.4.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-04-27 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: appium_lib
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 9.4.0
19
+ version: '9'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 9.4.0
26
+ version: '9'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pry
29
29
  requirement: !ruby/object:Gem::Requirement