tournament 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/bin/picker +1 -1
  3. metadata +1 -1
data/Rakefile CHANGED
@@ -16,7 +16,7 @@ PROJ.authors = 'Douglas A. Seifert'
16
16
  PROJ.email = 'doug+rubyforge@dseifert.net'
17
17
  PROJ.url = 'http://www.dseifert.net/code/tournament'
18
18
  PROJ.rubyforge_name = 'tournament'
19
- PROJ.version = '0.0.2'
19
+ PROJ.version = '0.0.3'
20
20
  PROJ.group_id = 5863
21
21
 
22
22
  PROJ.spec_opts << '--color'
data/bin/picker CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  dir = File.dirname(File.expand_path(File.join(__FILE__, "..")))
4
4
 
5
- file = ARGV[1].nil? ? '' : File.join(Dir.pwd, ARGV[1])
5
+ file = ARGV[0].nil? ? '' : File.join(Dir.pwd, ARGV[0])
6
6
 
7
7
  Dir.chdir(dir)
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tournament
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Douglas A. Seifert