--- !ruby/object:Gem::Specification name: tournament version: !ruby/object:Gem::Version version: 2.5.0 platform: ruby authors: - Douglas A. Seifert autorequire: bindir: bin cert_chain: [] date: 2009-03-25 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: main type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.8.3 version: - !ruby/object:Gem::Dependency name: rake type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.8.3 version: - !ruby/object:Gem::Dependency name: rails type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - "=" - !ruby/object:Gem::Version version: 2.2.2 version: - !ruby/object:Gem::Dependency name: sqlite3-ruby type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.4 version: description: Small library, command line program and Rails web GUI for managing a NCAA basketball tournament pool. email: doug+rubyforge@dseifert.net executables: - benchmark_pool - gui.rb - picker - pool extensions: [] extra_rdoc_files: - History.txt - README.txt - bin/benchmark_pool - bin/picker - bin/pool - webgui/db/migrate/teams.txt - webgui/public/robots.txt - webgui/vendor/plugins/restful_authentication/notes/AccessControl.txt - webgui/vendor/plugins/restful_authentication/notes/Authentication.txt - webgui/vendor/plugins/restful_authentication/notes/Authorization.txt - webgui/vendor/plugins/restful_authentication/notes/RailsPlugins.txt - webgui/vendor/plugins/restful_authentication/notes/SecurityPatterns.txt - webgui/vendor/plugins/restful_authentication/notes/Tradeoffs.txt - webgui/vendor/plugins/restful_authentication/notes/Trustification.txt files: - History.txt - Manifest.txt - README.txt - Rakefile - bin/benchmark_pool - bin/gui.rb - bin/picker - bin/pool - lib/tournament.rb - lib/tournament/bracket.rb - lib/tournament/entry.rb - lib/tournament/pool.rb - lib/tournament/possibility.rb - lib/tournament/scoring_strategy.rb - lib/tournament/team.rb - lib/tournament/webgui_installer.rb - spec/spec_helper.rb - spec/tournament_spec.rb - static/shoes-icon.png - tasks/ann.rake - tasks/bones.rake - tasks/gem.rake - tasks/git.rake - tasks/jamis.rb - tasks/manifest.rake - tasks/notes.rake - tasks/post_load.rake - tasks/rdoc.rake - tasks/rubyforge.rake - tasks/setup.rb - tasks/spec.rake - tasks/svn.rake - tasks/test.rake - test/test_tournament.rb - test/test_webgui_installer.rb - webgui/README - webgui/Rakefile - webgui/app/controllers/admin_controller.rb - webgui/app/controllers/application.rb - webgui/app/controllers/entry_controller.rb - webgui/app/controllers/pool_controller.rb - webgui/app/controllers/reports_controller.rb - webgui/app/controllers/sessions_controller.rb - webgui/app/controllers/teams_controller.rb - webgui/app/controllers/users_controller.rb - webgui/app/helpers/admin_helper.rb - webgui/app/helpers/application_helper.rb - webgui/app/helpers/entry_helper.rb - webgui/app/helpers/pool_helper.rb - webgui/app/helpers/reports_helper.rb - webgui/app/helpers/sessions_helper.rb - webgui/app/helpers/teams_helper.rb - webgui/app/helpers/users_helper.rb - webgui/app/models/entry.rb - webgui/app/models/pool.rb - webgui/app/models/region.rb - webgui/app/models/role.rb - webgui/app/models/seeding.rb - webgui/app/models/team.rb - webgui/app/models/user.rb - webgui/app/models/user_mailer.rb - webgui/app/views/admin/bracket.html.erb - webgui/app/views/admin/entries.html.erb - webgui/app/views/admin/index.html.erb - webgui/app/views/admin/pool.html.erb - webgui/app/views/admin/recap.html.erb - webgui/app/views/entry/index.html.erb - webgui/app/views/entry/print.erb - webgui/app/views/entry/print.html.erb - webgui/app/views/entry/show.html.erb - webgui/app/views/layouts/bracket.html.erb - webgui/app/views/layouts/default.html.erb - webgui/app/views/layouts/print.html.erb - webgui/app/views/layouts/report.html.erb - webgui/app/views/pool/index.html.erb - webgui/app/views/reports/_leader.html.erb - webgui/app/views/reports/_possibility.html.erb - webgui/app/views/reports/_report.html.erb - webgui/app/views/reports/show.html.erb - webgui/app/views/sessions/new.html.erb - webgui/app/views/shared/_admins.html.erb - webgui/app/views/shared/_bracket.html.erb - webgui/app/views/teams/choose.html.erb - webgui/app/views/user_mailer/activation.erb - webgui/app/views/user_mailer/recap.erb - webgui/app/views/user_mailer/signup_notification.erb - webgui/app/views/users/_user_bar.html.erb - webgui/app/views/users/new.html.erb - webgui/config/boot.rb - webgui/config/database.yml - webgui/config/environment.rb - webgui/config/environments/development.rb - webgui/config/environments/production.rb - webgui/config/environments/test.rb - webgui/config/initializers/inflections.rb - webgui/config/initializers/mime_types.rb - webgui/config/initializers/new_rails_defaults.rb - webgui/config/initializers/ordinal.rb - webgui/config/initializers/pool.rb - webgui/config/initializers/site_keys.rb - webgui/config/locales/en.yml - webgui/config/routes.rb - webgui/db/development.sqlite3 - webgui/db/migrate/20090216015836_create_entries.rb - webgui/db/migrate/20090217001611_add_tie_break_to_entry.rb - webgui/db/migrate/20090217004039_create_users.rb - webgui/db/migrate/20090217014940_relate_entry_and_user.rb - webgui/db/migrate/20090218024350_create_roles.rb - webgui/db/migrate/20090218024657_add_postition_to_roles.rb - webgui/db/migrate/20090218025240_add_admin_role.rb - webgui/db/migrate/20090225022928_create_pools.rb - webgui/db/migrate/20090225030346_associate_pool_and_entry.rb - webgui/db/migrate/20090225072358_change_pool_data_column.rb - webgui/db/migrate/20090225072849_add_completed_to_entries.rb - webgui/db/migrate/20090225074149_add_pool_id_index_to_entries.rb - webgui/db/migrate/20090225084414_add_user_id_to_pool.rb - webgui/db/migrate/20090226021913_add_active_to_pools.rb - webgui/db/migrate/20090226142240_rename_bracket_column_to_data.rb - webgui/db/migrate/20090301014710_create_teams.rb - webgui/db/migrate/20090301025902_add_more_teams.rb - webgui/db/migrate/20090301041526_create_seedings.rb - webgui/db/migrate/20090301090511_create_regions.rb - webgui/db/migrate/20090316023841_change_illinois_short_name.rb - webgui/db/migrate/teams.txt - webgui/db/pool.yml - webgui/db/schema.rb - webgui/db/test.sqlite3 - webgui/doc/README_FOR_APP - webgui/lib/authenticated_system.rb - webgui/lib/authenticated_test_helper.rb - webgui/lib/form_object.rb - webgui/lib/pdf_helper.rb - webgui/lib/prince.rb - webgui/lib/saves_picks.rb - webgui/lib/tasks/admin.rake - webgui/public/404.html - webgui/public/422.html - webgui/public/500.html - webgui/public/dispatch.cgi - webgui/public/dispatch.fcgi - webgui/public/dispatch.rb - webgui/public/favicon.ico - webgui/public/images/2009FinalFour.png - webgui/public/images/rails.png - webgui/public/javascripts/application.js - webgui/public/javascripts/bracket.js - webgui/public/javascripts/controls.js - webgui/public/javascripts/dragdrop.js - webgui/public/javascripts/effects.js - webgui/public/javascripts/prototype.js - webgui/public/robots.txt - webgui/public/stylesheets/bracket-print.css - webgui/public/stylesheets/bracket.css - webgui/public/stylesheets/main.css - webgui/public/stylesheets/prince.css - webgui/public/stylesheets/prince_landscape.css - webgui/public/stylesheets/reports.css - webgui/script/about - webgui/script/console - webgui/script/dbconsole - webgui/script/destroy - webgui/script/generate - webgui/script/performance/benchmarker - webgui/script/performance/profiler - webgui/script/performance/request - webgui/script/plugin - webgui/script/process/inspector - webgui/script/process/reaper - webgui/script/process/spawner - webgui/script/runner - webgui/script/server - webgui/test/fixtures/entries.yml - webgui/test/fixtures/pools.yml - webgui/test/fixtures/regions.yml - webgui/test/fixtures/roles.yml - webgui/test/fixtures/roles_users.yml - webgui/test/fixtures/seedings.yml - webgui/test/fixtures/teams.yml - webgui/test/fixtures/users.yml - webgui/test/functional/admin_controller_test.rb - webgui/test/functional/entry_controller_test.rb - webgui/test/functional/pool_controller_test.rb - webgui/test/functional/reports_controller_test.rb - webgui/test/functional/sessions_controller_test.rb - webgui/test/functional/teams_controller_test.rb - webgui/test/functional/users_controller_test.rb - webgui/test/performance/browsing_test.rb - webgui/test/test_helper.rb - webgui/test/unit/entry_test.rb - webgui/test/unit/pool_test.rb - webgui/test/unit/region_test.rb - webgui/test/unit/role_test.rb - webgui/test/unit/seeding_test.rb - webgui/test/unit/team_test.rb - webgui/test/unit/user_mailer_test.rb - webgui/test/unit/user_test.rb - webgui/vendor/plugins/auto_complete/README - webgui/vendor/plugins/auto_complete/Rakefile - webgui/vendor/plugins/auto_complete/init.rb - webgui/vendor/plugins/auto_complete/lib/auto_complete.rb - webgui/vendor/plugins/auto_complete/lib/auto_complete_macros_helper.rb - webgui/vendor/plugins/auto_complete/test/auto_complete_test.rb - webgui/vendor/plugins/enumerations_mixin/ATTENTION - webgui/vendor/plugins/enumerations_mixin/LICENSE - webgui/vendor/plugins/enumerations_mixin/README_ENUMERATIONS - webgui/vendor/plugins/enumerations_mixin/init.rb - webgui/vendor/plugins/enumerations_mixin/lib/active_record/acts/enumerated.rb - webgui/vendor/plugins/enumerations_mixin/lib/active_record/aggregations/has_enumerated.rb - webgui/vendor/plugins/enumerations_mixin/lib/active_record/virtual_enumerations.rb - webgui/vendor/plugins/enumerations_mixin/virtual_enumerations_sample.rb - webgui/vendor/plugins/restful_authentication/.gitignore - webgui/vendor/plugins/restful_authentication/CHANGELOG - webgui/vendor/plugins/restful_authentication/README.textile - webgui/vendor/plugins/restful_authentication/Rakefile - webgui/vendor/plugins/restful_authentication/TODO - webgui/vendor/plugins/restful_authentication/generators/authenticated/USAGE - webgui/vendor/plugins/restful_authentication/generators/authenticated/authenticated_generator.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/lib/insert_routes.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/activation.erb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_system.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_test_helper.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/controller.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/helper.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/login.html.erb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/mailer.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/migration.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/model.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/model_controller.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper_spec.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/observer.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/signup_notification.erb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/site_keys.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/access_control_spec.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/authenticated_system_spec.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/sessions_controller_spec.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/users_controller_spec.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/fixtures/users.yml - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/helpers/users_helper_spec.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/spec/models/user_spec.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/rest_auth_stories.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/rest_auth_stories_helper.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/steps/ra_navigation_steps.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/steps/ra_resource_steps.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/steps/ra_response_steps.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/steps/user_steps.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/users/accounts.story - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/stories/users/sessions.story - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/test/functional_test.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/test/mailer_test.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/test/model_functional_test.rb - webgui/vendor/plugins/restful_authentication/generators/authenticated/templates/test/unit_test.rb - webgui/vendor/plugins/restful_authentication/init.rb - webgui/vendor/plugins/restful_authentication/install.rb - webgui/vendor/plugins/restful_authentication/lib/authentication.rb - webgui/vendor/plugins/restful_authentication/lib/authentication/by_cookie_token.rb - webgui/vendor/plugins/restful_authentication/lib/authentication/by_password.rb - webgui/vendor/plugins/restful_authentication/lib/authorization.rb - webgui/vendor/plugins/restful_authentication/lib/authorization/aasm_roles.rb - webgui/vendor/plugins/restful_authentication/lib/authorization/stateful_roles.rb - webgui/vendor/plugins/restful_authentication/lib/trustification.rb - webgui/vendor/plugins/restful_authentication/lib/trustification/email_validation.rb - webgui/vendor/plugins/restful_authentication/notes/AccessControl.txt - webgui/vendor/plugins/restful_authentication/notes/Authentication.txt - webgui/vendor/plugins/restful_authentication/notes/Authorization.txt - webgui/vendor/plugins/restful_authentication/notes/RailsPlugins.txt - webgui/vendor/plugins/restful_authentication/notes/SecurityFramework.graffle - webgui/vendor/plugins/restful_authentication/notes/SecurityFramework.png - webgui/vendor/plugins/restful_authentication/notes/SecurityPatterns.txt - webgui/vendor/plugins/restful_authentication/notes/Tradeoffs.txt - webgui/vendor/plugins/restful_authentication/notes/Trustification.txt - webgui/vendor/plugins/restful_authentication/rails/init.rb - webgui/vendor/plugins/restful_authentication/restful-authentication.gemspec - webgui/vendor/plugins/restful_authentication/tasks/auth.rake has_rdoc: true homepage: http://www.dseifert.net/code/tournament post_install_message: rdoc_options: - --line-numbers - --inline-source - --main - README.txt require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: tournament rubygems_version: 1.3.1 signing_key: specification_version: 2 summary: Small library, command line program and Rails web GUI for managing a NCAA basketball tournament pool test_files: - test/test_tournament.rb - test/test_webgui_installer.rb