app-tester 0.1.2 → 0.1.2.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.
- data/lib/app-tester.rb +1 -1
- metadata +3 -2
data/lib/app-tester.rb
CHANGED
|
@@ -3,7 +3,7 @@ $:.unshift(File.dirname(__FILE__)) unless
|
|
|
3
3
|
##
|
|
4
4
|
# @abstract AppTester main module and namespace
|
|
5
5
|
module AppTester
|
|
6
|
-
VERSION = '0.1.2'
|
|
6
|
+
VERSION = '0.1.2.1'
|
|
7
7
|
|
|
8
8
|
# @abstract AppTester main class
|
|
9
9
|
# @attr_reader [AppTester::Options] Options container. This will be shared across other classes
|
metadata
CHANGED
|
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
|
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.2.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Jose P. Airosa
|
|
@@ -14,7 +15,7 @@ autorequire:
|
|
|
14
15
|
bindir: bin
|
|
15
16
|
cert_chain: []
|
|
16
17
|
|
|
17
|
-
date: 2012-
|
|
18
|
+
date: 2012-12-04 00:00:00 +00:00
|
|
18
19
|
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|