icu_tournament 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ module ICU
2
+ class Tournament
3
+ VERSION = "0.9.2"
4
+ end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icu_tournament
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.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: 2010-01-04 00:00:00 +00:00
12
+ date: 2010-04-18 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -22,6 +22,16 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 1.4.0
24
24
  version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: rspec
27
+ type: :development
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: "0"
34
+ version:
25
35
  description: Convert files of chess tournament data in different formats to ruby classes and vice-versa.
26
36
  email: mark.j.l.orr@googlemail.com
27
37
  executables: []
@@ -32,10 +42,6 @@ extra_rdoc_files:
32
42
  - LICENCE
33
43
  - README.rdoc
34
44
  files:
35
- - LICENCE
36
- - README.rdoc
37
- - VERSION.yml
38
- - lib/icu_tournament.rb
39
45
  - lib/icu_tournament/federation.rb
40
46
  - lib/icu_tournament/name.rb
41
47
  - lib/icu_tournament/player.rb
@@ -45,6 +51,8 @@ files:
45
51
  - lib/icu_tournament/tournament_fcsv.rb
46
52
  - lib/icu_tournament/tournament_krause.rb
47
53
  - lib/icu_tournament/util.rb
54
+ - lib/icu_tournament/version.rb
55
+ - lib/icu_tournament.rb
48
56
  - spec/federation_spec.rb
49
57
  - spec/name_spec.rb
50
58
  - spec/player_spec.rb
@@ -55,6 +63,8 @@ files:
55
63
  - spec/tournament_krause_spec.rb
56
64
  - spec/tournament_spec.rb
57
65
  - spec/util_spec.rb
66
+ - LICENCE
67
+ - README.rdoc
58
68
  has_rdoc: true
59
69
  homepage: http://github.com/sanichi/icu_tournament
60
70
  licenses: []
data/VERSION.yml DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- :major: 0
3
- :build:
4
- :minor: 9
5
- :patch: 1