sanichi-chess_icu 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/chess_icu.rb +1 -2
  3. metadata +2 -2
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 5
4
- :patch: 1
4
+ :patch: 2
data/lib/chess_icu.rb CHANGED
@@ -5,5 +5,4 @@ chess_icu_files.concat %w{util name federation}
5
5
  chess_icu_files.concat %w{player result team tournament}
6
6
  chess_icu_files.concat %w{fcsv krause}.map{ |f| "tournament_#{f}"}
7
7
 
8
- dir = File.dirname(__FILE__)
9
- chess_icu_files.each { |file| require "#{dir}/chess_icu/#{file}" }
8
+ chess_icu_files.each { |file| require "chess_icu/#{file}" }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sanichi-chess_icu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Orr
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-02 00:00:00 -07:00
12
+ date: 2009-09-03 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency