tournament 2.1.2 → 2.2.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/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 2.2.0 / 2009-03-18
2
+ * Final update for 2009 NCAA tournament
3
+ * Fix a couple of anchor tags.
4
+
1
5
  == 2.1.2 / 2009-03-16
2
6
  * Add two new scoring strategies.
3
7
  * Another release forthcoming when play-in game is decided.
data/Rakefile CHANGED
@@ -20,7 +20,7 @@ PROJ.authors = 'Douglas A. Seifert'
20
20
  PROJ.email = 'doug+rubyforge@dseifert.net'
21
21
  PROJ.url = 'http://www.dseifert.net/code/tournament'
22
22
  PROJ.rubyforge.name = 'tournament'
23
- PROJ.version = '2.1.2'
23
+ PROJ.version = '2.2.0'
24
24
  PROJ.group_id = 5863
25
25
 
26
26
  PROJ.spec.opts << '--color'
@@ -189,7 +189,7 @@ class Tournament::Pool
189
189
  pool.add_region("Midwest",
190
190
  [
191
191
  Tournament::Team.new('Louisville', 'UNC', 1),
192
- Tournament::Team.new('TBD', 'TBD', 16),
192
+ Tournament::Team.new('Morehead State', 'MrS', 16),
193
193
  Tournament::Team.new('Ohio State', 'OSU', 8),
194
194
  Tournament::Team.new('Siena', 'Sie', 9),
195
195
  Tournament::Team.new('Utah', 'Uta', 5),
@@ -39,7 +39,7 @@ Entries for <%= current_user.login%>: <%= link_to pool.entries_for(current_user)
39
39
  <% end -%>
40
40
  <br/>
41
41
  <% else -%>
42
- <i>To enter this pool, please <%= link_to 'login', '/login'%> or <%= link_to 'signup', '/signup'%></i>
42
+ <i>To enter this pool, please <%= link_to 'login', login_path%> or <%= link_to 'signup', signup_path%></i>
43
43
  <% end -%>
44
44
  </div>
45
45
  </div>
@@ -17,5 +17,5 @@
17
17
  <p>
18
18
  <i>Don't have an account?</i>
19
19
  <br/>
20
- <%= link_to 'Register', new_user_url %>
20
+ <%= link_to 'Register', signup_path %>
21
21
  </p>
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tournament
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Douglas A. Seifert
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-16 00:00:00 -07:00
12
+ date: 2009-03-18 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- version: 2.2.2
43
+ version: 2.3.2
44
44
  version:
45
45
  - !ruby/object:Gem::Dependency
46
46
  name: sqlite3-ruby