icu_ratings 1.0.5 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.rdoc CHANGED
@@ -14,7 +14,7 @@ FIDE's.
14
14
 
15
15
  sudo gem install icu_ratings
16
16
 
17
- Tested with ruby 1.8.7 and 1.9.2.
17
+ Tested with ruby 1.9.2. Version 1.0.5 of this gem was the last to support ruby 1.8.7.
18
18
 
19
19
  == Usage
20
20
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ICU
4
4
  class Ratings
5
- VERSION = "1.0.5"
5
+ VERSION = "1.1.0"
6
6
  end
7
7
  end
data/spec/spec_helper.rb CHANGED
@@ -1,3 +1,2 @@
1
- require 'rubygems'
2
1
  require 'rspec'
3
2
  require File.expand_path(File.dirname(__FILE__) + '/../lib/icu_ratings')
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 1
7
+ - 1
7
8
  - 0
8
- - 5
9
- version: 1.0.5
9
+ version: 1.1.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Mark Orr
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-31 00:00:00 +00:00
17
+ date: 2011-01-02 00:00:00 +00:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency