# -*- encoding: utf-8 -*- # stub: thincloud-resque 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "thincloud-resque".freeze s.version = "0.1.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 = ["Don Morrison".freeze] s.date = "2013-04-16" s.description = "Thincloud Resque is an extraction of the New Leaders resque recipes packaged up as a Rails engine to manage dependencies and configuration.".freeze s.email = ["dmorrison@newleaders.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/thincloud-resque.rb".freeze, "lib/thincloud/resque/capistrano.rb".freeze, "lib/thincloud/resque/configuration.rb".freeze, "lib/thincloud/resque/engine.rb".freeze, "lib/thincloud/resque/resqueable.rb".freeze, "lib/thincloud/resque/version.rb".freeze, "test/ci/before_script.sh".freeze, "test/ci/ci_runner.sh".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/mailers/test_mailer.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/schema.rb".freeze, "test/dummy/db/test.sqlite3".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/integration/thincloud/resque/configuration_test.rb".freeze, "test/integration/thincloud/resque/resque_mailer_test.rb".freeze, "test/integration/thincloud/resque/resque_test.rb".freeze, "test/integration/thincloud/resque/resque_web_test.rb".freeze, "test/minitest_helper.rb".freeze, "test/thincloud-resque_test.rb".freeze] s.homepage = "http://newleaders.github.com/thincloud-resque".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Rails Engine to provide resque services for Thincloud applications".freeze s.test_files = ["test/ci/before_script.sh".freeze, "test/ci/ci_runner.sh".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/mailers/test_mailer.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/schema.rb".freeze, "test/dummy/db/test.sqlite3".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/integration/thincloud/resque/configuration_test.rb".freeze, "test/integration/thincloud/resque/resque_mailer_test.rb".freeze, "test/integration/thincloud/resque/resque_test.rb".freeze, "test/integration/thincloud/resque/resque_web_test.rb".freeze, "test/minitest_helper.rb".freeze, "test/thincloud-resque_test.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q<rails>.freeze, ["~> 3.2.8".freeze]) s.add_runtime_dependency(%q<redis>.freeze, ["~> 3.0.1".freeze]) s.add_runtime_dependency(%q<resque>.freeze, ["~> 1.23.0".freeze]) s.add_runtime_dependency(%q<resque-cleaner>.freeze, ["~> 0.2.9".freeze]) s.add_runtime_dependency(%q<resque_mailer>.freeze, ["~> 2.1.0".freeze]) s.add_development_dependency(%q<thincloud-test>.freeze, [">= 0".freeze]) end