icu_tournament 1.2.1 → 1.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,6 @@ module ICU
9
9
  #
10
10
  # For example:
11
11
  #
12
- # require 'rubygems'
13
12
  # require 'icu_tournament'
14
13
  #
15
14
  # t = ICU::Tournament.new('Bangor Masters', '2009-11-09')
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ICU
4
4
  class Tournament
5
- VERSION = "1.2.1"
5
+ VERSION = "1.2.2"
6
6
  end
7
7
  end
@@ -1,6 +1,5 @@
1
1
  # :enddoc:
2
2
 
3
- require 'rubygems'
4
3
  require 'icu_name'
5
4
 
6
5
  icu_tournament_files = Array.new
data/spec/spec_helper.rb CHANGED
@@ -1,4 +1,3 @@
1
- require 'rubygems'
2
1
  require 'rspec'
3
2
  require File.expand_path(File.dirname(__FILE__) + '/../lib/icu_tournament')
4
3
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 2
8
- - 1
9
- version: 1.2.1
8
+ - 2
9
+ version: 1.2.2
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