appium_console 0.5.0 → 0.5.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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjMzNjRmMDhlNDJiYmY2YTFiMzg5MGQ5ZjQ1NWE3YjU1YzE2Nzc4Nw==
4
+ OTk0OGIxODE5Zjk2NzJkYTNjODJjYmE1M2QwMjI3NjZkZTQ1MmE5Mw==
5
5
  data.tar.gz: !binary |-
6
- OTg5ODZmNDhkNTBkYWRjN2MyMGNjNGY0MzNkYTMyMzNiNWYxNTM5Nw==
6
+ M2RkOTVhNWYwODE4Y2JiNzczNWE2NTBjNGRmMzIxNmQxMTcwYTEyNw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NTQzOWFhMzdmZThlZmU1ZDVmZWU1YTc5NTFjYzA3MTI4NDRmMTk0MDQ1Yjg5
10
- ZjMyOTM2ZTdkNzllMzQ4NGJiZWVmYWExNjNlYjM1MDcxZjBjYTAzNWZkNGRk
11
- NTkxZTg5Njk2YjA5YjJjYmU1MmY1YTY2YTU4N2NjYTY0MGJmZGM=
9
+ YWY5N2Q4NzZjZDgyYTIyZTRkYzM3ZmM3NjM3ZWNjNDBjNTI1NTkxZTQ1ZTYx
10
+ NTc1MDZjZjRlMDZkZWNkMTM4MTk0ODg4NTBhYTI0YTI0MDZkYzU4YTQ1YjYz
11
+ ZjcxMTJiZTY2NTI0YzUxMTNkNTdmYTFlYThhYjFmNWQ0NDU2Nzc=
12
12
  data.tar.gz: !binary |-
13
- ZWNkOTNlYjhmMjIxMjVmN2IxMzg4MWUzMTEwYTI4MzNmMWM4MDk1YzE0NzUy
14
- Y2Y1MWMwNzQ0ODY1ZDZiYzVlY2Y0YTY0MTM0YzdlYjRkNWYxMGNkNTUyZGI4
15
- Mjg4ZDI1YjE3ODNiM2U1NTU2MDRlZGUwMzI4YTNiYmJiN2EwNzQ=
13
+ NTkxNTQ3YTNkMWI1NWU5ODFkN2QzM2YyZTFmZTVjMTRkMjBlZDc0YmU1ODkx
14
+ N2JmNTk5NTdmOTViM2U2NGI2ZjU2NDUwMGJjMWI0MjVhNzkwNDM4ODQ2N2Uw
15
+ ZmQxYmNmNDA4MThjZGZlMzYwNTg3YWM5MDU3ZDEwNGNmNjBmNTg=
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.version = Appium::Console::VERSION
18
18
  s.date = Appium::Console::DATE
19
19
  s.license = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
20
- s.description = s.summary = 'Ruby console for use with Appium'
20
+ s.description = s.summary = 'Appium Ruby Console'
21
21
  s.description += '.' # avoid identical warning
22
22
  s.authors = s.email = [ 'code@bootstraponline.com' ]
23
23
  s.homepage = 'https://github.com/appium/ruby_console' # published as appium_console
@@ -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 = '0.5.0' unless defined? ::Appium::Console::VERSION
5
+ VERSION = '0.5.1' unless defined? ::Appium::Console::VERSION
6
6
  DATE = '2013-05-24' unless defined? ::Appium::Console::DATE
7
7
  end
data/readme.md CHANGED
@@ -80,6 +80,6 @@ Reset Appium after pulling the latest changes.
80
80
  #### Documentation
81
81
 
82
82
  - [Installing Appium on OS X](https://github.com/appium/ruby_console/blob/master/osx.md)
83
- - [Overview ](https://github.com/appium/ruby_lib/blob/master/docs/docs.md)
83
+ - [Overview](https://github.com/appium/ruby_lib/blob/master/docs/docs.md)
84
84
  - [Android methods](https://github.com/appium/ruby_lib/blob/master/docs/android_docs.md)
85
85
  - [iOS methods](https://github.com/appium/ruby_lib/blob/master/docs/ios_docs.md)
@@ -1,3 +1,16 @@
1
+ #### v0.5.0 2013-05-24
2
+
3
+ - [2734fda](https://github.com/appium/ruby_console/commit/2734fdabed2802e15f161bf81ba56dc51cd76ce3) Release 0.5.0
4
+ - [b79814c](https://github.com/appium/ruby_console/commit/b79814c1b83c756583038aabe419c6ea81bc41cd) Fix gemspec
5
+ - [57883e6](https://github.com/appium/ruby_console/commit/57883e63d76f006ffecca38df38bfe4332d10f19) Move appium.txt loading to appium_lib
6
+ - [b683249](https://github.com/appium/ruby_console/commit/b6832498adce98a053370085f96973d272b6be58) Update osx.md
7
+ - [4b1dc4e](https://github.com/appium/ruby_console/commit/4b1dc4efa56be4be23e4e4842c6ca5c98486f12f) Update osx.md
8
+ - [ab94da2](https://github.com/appium/ruby_console/commit/ab94da2212c89d22bbe77ab3ad749343da390242) Update readme.md
9
+ - [263ca4d](https://github.com/appium/ruby_console/commit/263ca4d2490e712901279fe6f184864760edc1a8) Update osx.md
10
+ - [5c001b3](https://github.com/appium/ruby_console/commit/5c001b357c132d26f3eee1d0e5f40569d489e9bf) Update osx.md
11
+ - [0bf1dd7](https://github.com/appium/ruby_console/commit/0bf1dd7f517cde84f77f46bcff1fe03aa26f9e95) Update osx.md
12
+
13
+
1
14
  #### v0.3.6 2013-05-20
2
15
 
3
16
  - [20508c2](https://github.com/appium/ruby_console/commit/20508c2ed00edb3ae1260fe1b0f4b61206658631) Release 0.3.6
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: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: 10.0.4
55
- description: Ruby console for use with Appium.
55
+ description: Appium Ruby Console.
56
56
  email:
57
57
  - code@bootstraponline.com
58
58
  executables:
@@ -100,6 +100,6 @@ rubyforge_project:
100
100
  rubygems_version: 2.0.3
101
101
  signing_key:
102
102
  specification_version: 4
103
- summary: Ruby console for use with Appium
103
+ summary: Appium Ruby Console
104
104
  test_files: []
105
105
  has_rdoc: