appium_console 0.5.3 → 0.5.4
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/lib/appium_console/version.rb +2 -2
- data/lib/start.rb +1 -1
- data/release_notes.md +9 -0
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdc7f7135b4de06f3f4985d9c0587179834fe4e8
|
4
|
+
data.tar.gz: 9f02de95df12fa6630321d9f383a83f2f965d4e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 176f132c79a446ae7b4086126f3c22796de4fe0b3850cc03c8f92196bc214c5a0aeaa967a75d349f32de540e33a494d027f34e05483975b04d5a837ad16db13f
|
7
|
+
data.tar.gz: 74790bbfa4cae39438fabe91572461b16f3bc3e4cf90a5c56e0081880933bffd0e7ecb603d19efa9d7394574ad78d60dd4cc9f282951f69feb02abb6902110b1
|
@@ -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.
|
6
|
-
DATE = '2013-08-
|
5
|
+
VERSION = '0.5.4' unless defined? ::Appium::Console::VERSION
|
6
|
+
DATE = '2013-08-19' unless defined? ::Appium::Console::DATE
|
7
7
|
end
|
data/lib/start.rb
CHANGED
data/release_notes.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
#### v0.5.3 2013-08-07
|
2
|
+
|
3
|
+
- [595bbe9](https://github.com/appium/ruby_console/commit/595bbe91fd437f95efde7da5a16cf85b0debb4f2) Release 0.5.3
|
4
|
+
- [91b8afc](https://github.com/appium/ruby_console/commit/91b8afcfabb2a2884da343f7f7e7781a6e08da02) Use awesome_print in Pry
|
5
|
+
- [220c31c](https://github.com/appium/ruby_console/commit/220c31c12c4aa765181ed271fdadbef8d004c50d) Fix release notes
|
6
|
+
- [d3d1960](https://github.com/appium/ruby_console/commit/d3d1960eb3de6d097ae46dfe19340159a1851990) Recommend Ruby 2.0
|
7
|
+
- [02850fa](https://github.com/appium/ruby_console/commit/02850faab107e3749334560573061db2ddf034ea) Remove old todo
|
8
|
+
|
9
|
+
|
1
10
|
#### v0.5.2 2013-07-26
|
2
11
|
|
3
12
|
- [0845ddd](https://github.com/appium/ruby_console/commit/0845dddda181f9349a4e1162b3dfea732491a743) Release 0.5.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: 0.5.
|
4
|
+
version: 0.5.4
|
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: 2013-08-
|
11
|
+
date: 2013-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: appium_lib
|
@@ -102,4 +102,3 @@ signing_key:
|
|
102
102
|
specification_version: 4
|
103
103
|
summary: Appium Ruby Console
|
104
104
|
test_files: []
|
105
|
-
has_rdoc:
|