icu_ratings 1.0.0 → 1.0.1

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 +2 -1
  3. metadata +2 -2
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- :patch: 0
2
+ :patch: 1
3
3
  :build:
4
4
  :major: 1
5
5
  :minor: 0
data/lib/icu_ratings.rb CHANGED
@@ -1,3 +1,4 @@
1
1
  # :enddoc:
2
2
  dir = File.dirname(__FILE__)
3
- %w{tournament player result util}.each { |f| require "#{dir}/icu_ratings/#{f}" }
3
+ $:.unshift(dir) unless $:.include?(dir) || $:.include?(File.expand_path(dir))
4
+ %w{tournament player result util}.each { |f| require "icu_ratings/#{f}" }
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: 1.0.0
4
+ version: 1.0.1
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-02-14 00:00:00 +00:00
12
+ date: 2010-04-18 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15