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 +4 -0
- data/Rakefile +1 -1
- data/lib/tournament/pool.rb +1 -1
- data/webgui/app/views/pool/index.html.erb +1 -1
- data/webgui/app/views/sessions/new.html.erb +1 -1
- data/webgui/db/test.sqlite3 +0 -0
- metadata +3 -3
data/History.txt
CHANGED
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.
|
|
23
|
+
PROJ.version = '2.2.0'
|
|
24
24
|
PROJ.group_id = 5863
|
|
25
25
|
|
|
26
26
|
PROJ.spec.opts << '--color'
|
data/lib/tournament/pool.rb
CHANGED
|
@@ -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('
|
|
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',
|
|
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>
|
data/webgui/db/test.sqlite3
CHANGED
|
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.
|
|
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-
|
|
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.
|
|
43
|
+
version: 2.3.2
|
|
44
44
|
version:
|
|
45
45
|
- !ruby/object:Gem::Dependency
|
|
46
46
|
name: sqlite3-ruby
|