icu_ratings 0.2.4 → 0.2.5

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/icu_ratings.rb +3 -1
  3. metadata +2 -2
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 4
2
+ :patch: 5
3
3
  :build:
4
4
  :major: 0
5
5
  :minor: 2
data/lib/icu_ratings.rb CHANGED
@@ -3,4 +3,6 @@
3
3
  icu_ratings_files = Array.new
4
4
  icu_ratings_files.concat %w{tournament player result}
5
5
 
6
- icu_ratings_files.each { |file| require "icu_ratings/#{file}" }
6
+ dir = File.dirname(__FILE__)
7
+
8
+ icu_ratings_files.each { |file| require "#{dir}/icu_ratings/#{file}" }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icu_ratings
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
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: 2010-01-04 00:00:00 +00:00
12
+ date: 2010-01-10 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies: []
15
15