tournament 2.5.0 → 2.5.1

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.
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.5.0
4
+ version: 2.5.1
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-25 00:00:00 -07:00
12
+ date: 2009-03-26 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -52,6 +52,16 @@ dependencies:
52
52
  - !ruby/object:Gem::Version
53
53
  version: 1.2.4
54
54
  version:
55
+ - !ruby/object:Gem::Dependency
56
+ name: bones
57
+ type: :development
58
+ version_requirement:
59
+ version_requirements: !ruby/object:Gem::Requirement
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: 2.4.2
64
+ version:
55
65
  description: Small library, command line program and Rails web GUI for managing a NCAA basketball tournament pool.
56
66
  email: doug+rubyforge@dseifert.net
57
67
  executables:
@@ -63,6 +73,7 @@ extensions: []
63
73
 
64
74
  extra_rdoc_files:
65
75
  - History.txt
76
+ - Manifest.txt
66
77
  - README.txt
67
78
  - bin/benchmark_pool
68
79
  - bin/picker
@@ -179,7 +190,9 @@ files:
179
190
  - webgui/config/initializers/site_keys.rb
180
191
  - webgui/config/locales/en.yml
181
192
  - webgui/config/routes.rb
193
+ - webgui/db/development.sql
182
194
  - webgui/db/development.sqlite3
195
+ - webgui/db/foo.yml
183
196
  - webgui/db/migrate/20090216015836_create_entries.rb
184
197
  - webgui/db/migrate/20090217001611_add_tie_break_to_entry.rb
185
198
  - webgui/db/migrate/20090217004039_create_users.rb
@@ -201,8 +214,10 @@ files:
201
214
  - webgui/db/migrate/20090301090511_create_regions.rb
202
215
  - webgui/db/migrate/20090316023841_change_illinois_short_name.rb
203
216
  - webgui/db/migrate/teams.txt
217
+ - webgui/db/old_development.sqlite3
204
218
  - webgui/db/pool.yml
205
219
  - webgui/db/schema.rb
220
+ - webgui/db/stats.yml
206
221
  - webgui/db/test.sqlite3
207
222
  - webgui/doc/README_FOR_APP
208
223
  - webgui/lib/authenticated_system.rb
@@ -212,6 +227,9 @@ files:
212
227
  - webgui/lib/prince.rb
213
228
  - webgui/lib/saves_picks.rb
214
229
  - webgui/lib/tasks/admin.rake
230
+ - webgui/lib/tasks/possibility.rake
231
+ - webgui/log/development.log
232
+ - webgui/log/test.log
215
233
  - webgui/public/404.html
216
234
  - webgui/public/422.html
217
235
  - webgui/public/500.html