# -*- encoding: utf-8 -*- # stub: Competition 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "Competition".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Adam Gamble".freeze] s.date = "2012-07-12" s.description = "Easily trigger scoring from within your models".freeze s.email = ["adamgamble@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascripts/competition/application.js".freeze, "app/assets/javascripts/competition/leaderboard.js".freeze, "app/assets/stylesheets/competition/application.css".freeze, "app/assets/stylesheets/competition/leaderboard.css".freeze, "app/controllers/competition/application_controller.rb".freeze, "app/controllers/competition/leaderboard_controller.rb".freeze, "app/helpers/competition/application_helper.rb".freeze, "app/helpers/competition/leaderboard_helper.rb".freeze, "app/models/competition/score.rb".freeze, "app/models/competition/score_entry.rb".freeze, "app/views/competition/index.html.haml".freeze, "app/views/competition/leaderboard/index.html.haml".freeze, "app/views/layouts/competition/application.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20120711201029_create_competition_scores.rb".freeze, "db/migrate/20120711201300_create_competition_score_entries.rb".freeze, "lib/competition.rb".freeze, "lib/competition/engine.rb".freeze, "lib/competition/version.rb".freeze, "lib/tasks/competition_tasks.rake".freeze, "test/competition_test.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/models/test_case.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20120711203936_create_users.rb".freeze, "test/dummy/db/migrate/20120711204952_create_test_cases.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/dummy/test/fixtures/test_cases.yml".freeze, "test/dummy/test/fixtures/tests.yml".freeze, "test/dummy/test/fixtures/users.yml".freeze, "test/dummy/test/unit/test_case_test.rb".freeze, "test/dummy/test/unit/test_test.rb".freeze, "test/dummy/test/unit/user_test.rb".freeze, "test/dummy/tmp/cache/assets/C7F/620/sprockets%2Fd72b51035cf11619b241599f9a09076e".freeze, "test/dummy/tmp/cache/assets/CAB/DB0/sprockets%2F67b070f1d5449422097b3c1af7f4217e".freeze, "test/dummy/tmp/cache/assets/CAF/720/sprockets%2Fb0d81f2e48f10e8d22533b28e7176806".freeze, "test/dummy/tmp/cache/assets/CDC/DA0/sprockets%2Fe80a33d3411338f321052f5fcf7bd896".freeze, "test/dummy/tmp/cache/assets/D05/700/sprockets%2F535e73cb913409c0b47ba6245f14a5ed".freeze, "test/dummy/tmp/cache/assets/D1D/680/sprockets%2F2fc57638d98394335c7ae39f14c1e2eb".freeze, "test/dummy/tmp/cache/assets/D36/080/sprockets%2F5c996fa9faf3897243bf07946f9f248d".freeze, "test/dummy/tmp/cache/assets/D5E/330/sprockets%2F4ca523efcb75015359d024ef5d32bdd0".freeze, "test/dummy/tmp/cache/assets/D73/6E0/sprockets%2F35c017b1eebfdb836545249bc7f1f39f".freeze, "test/dummy/tmp/cache/assets/DB1/7D0/sprockets%2F56f80a6eb42c2c5b59e5e6dcf73f98e3".freeze, "test/dummy/tmp/cache/assets/DF2/850/sprockets%2F2d3f4f54dd9dea8303904bcba41b0eee".freeze, "test/dummy/tmp/cache/assets/E33/C20/sprockets%2Fffef4e4cba281218e28ccd9de02ae6e9".freeze, "test/dummy/tmp/cache/assets/E6C/440/sprockets%2Fec82e452be37caed84df785e3bbfcdd9".freeze, "test/dummy/tmp/cache/assets/EA1/CA0/sprockets%2Ff56d8ed69dc75ea808ebbcfc1b62ffef".freeze, "test/fixtures/competition/score_entries.yml".freeze, "test/fixtures/competition/scores.yml".freeze, "test/functional/competition/leaderboard_controller_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/competition/score_entry_test.rb".freeze, "test/unit/competition/score_test.rb".freeze, "test/unit/helpers/competition/leaderboard_helper_test.rb".freeze] s.homepage = "http://github.com/isotope11/competition".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Rails engine to handle leaderboards and scoring".freeze s.test_files = ["test/competition_test.rb".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/models/test_case.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20120711203936_create_users.rb".freeze, "test/dummy/db/migrate/20120711204952_create_test_cases.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/script/rails".freeze, "test/dummy/test/fixtures/test_cases.yml".freeze, "test/dummy/test/fixtures/tests.yml".freeze, "test/dummy/test/fixtures/users.yml".freeze, "test/dummy/test/unit/test_case_test.rb".freeze, "test/dummy/test/unit/test_test.rb".freeze, "test/dummy/test/unit/user_test.rb".freeze, "test/dummy/tmp/cache/assets/C7F/620/sprockets%2Fd72b51035cf11619b241599f9a09076e".freeze, "test/dummy/tmp/cache/assets/CAB/DB0/sprockets%2F67b070f1d5449422097b3c1af7f4217e".freeze, "test/dummy/tmp/cache/assets/CAF/720/sprockets%2Fb0d81f2e48f10e8d22533b28e7176806".freeze, "test/dummy/tmp/cache/assets/CDC/DA0/sprockets%2Fe80a33d3411338f321052f5fcf7bd896".freeze, "test/dummy/tmp/cache/assets/D05/700/sprockets%2F535e73cb913409c0b47ba6245f14a5ed".freeze, "test/dummy/tmp/cache/assets/D1D/680/sprockets%2F2fc57638d98394335c7ae39f14c1e2eb".freeze, "test/dummy/tmp/cache/assets/D36/080/sprockets%2F5c996fa9faf3897243bf07946f9f248d".freeze, "test/dummy/tmp/cache/assets/D5E/330/sprockets%2F4ca523efcb75015359d024ef5d32bdd0".freeze, "test/dummy/tmp/cache/assets/D73/6E0/sprockets%2F35c017b1eebfdb836545249bc7f1f39f".freeze, "test/dummy/tmp/cache/assets/DB1/7D0/sprockets%2F56f80a6eb42c2c5b59e5e6dcf73f98e3".freeze, "test/dummy/tmp/cache/assets/DF2/850/sprockets%2F2d3f4f54dd9dea8303904bcba41b0eee".freeze, "test/dummy/tmp/cache/assets/E33/C20/sprockets%2Fffef4e4cba281218e28ccd9de02ae6e9".freeze, "test/dummy/tmp/cache/assets/E6C/440/sprockets%2Fec82e452be37caed84df785e3bbfcdd9".freeze, "test/dummy/tmp/cache/assets/EA1/CA0/sprockets%2Ff56d8ed69dc75ea808ebbcfc1b62ffef".freeze, "test/fixtures/competition/score_entries.yml".freeze, "test/fixtures/competition/scores.yml".freeze, "test/functional/competition/leaderboard_controller_test.rb".freeze, "test/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze, "test/unit/competition/score_entry_test.rb".freeze, "test/unit/competition/score_test.rb".freeze, "test/unit/helpers/competition/leaderboard_helper_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.2.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end