batchbase 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -148,8 +148,8 @@ module Batchbase
148
148
  @__signal_observers << method_name
149
149
  end
150
150
 
151
- def parse_options(options)
152
- parse_options_inner(options,ARGV)
151
+ def parse_options(options,argv=ARGV)
152
+ parse_options_inner(options,argv)
153
153
  end
154
154
 
155
155
  private
@@ -1,3 +1,3 @@
1
1
  module Batchbase
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: batchbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-26 00:00:00.000000000 Z
12
+ date: 2013-01-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sys-proctable
@@ -102,4 +102,3 @@ test_files:
102
102
  - test/pg_for_test.rb
103
103
  - test/test.rb
104
104
  - test/test_helper.rb
105
- has_rdoc: