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