app-tester 0.1.2 → 0.1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/app-tester.rb +1 -1
  2. metadata +3 -2
@@ -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
- version: 0.1.2
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-09-21 00:00:00 +01:00
18
+ date: 2012-12-04 00:00:00 +00:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency