# -*- encoding: utf-8 -*- # stub: technomancy-harker 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "technomancy-harker".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Phil Hagelberg".freeze] s.date = "2009-03-26" s.description = "Harker means Rails deployments via RubyGems--because a package manager is a terrible thing to waste.".freeze s.email = ["technomancy@gmail.com".freeze] s.executables = ["harker".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze] s.files = ["History.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/harker".freeze, "lib/harker.rb".freeze, "lib/harker/gemify.rb".freeze, "lib/harker/rails_configuration.rb".freeze, "lib/harker/server.rb".freeze, "test/sample/Manifest.txt".freeze, "test/sample/README.rdoc".freeze, "test/sample/Rakefile".freeze, "test/sample/app/controllers/application_controller.rb".freeze, "test/sample/app/controllers/harks_controller.rb".freeze, "test/sample/app/helpers/application_helper.rb".freeze, "test/sample/app/helpers/harks_helper.rb".freeze, "test/sample/app/models/hark.rb".freeze, "test/sample/bin/sample_rails".freeze, "test/sample/config/boot.rb".freeze, "test/sample/config/database.yml".freeze, "test/sample/config/environment.rb".freeze, "test/sample/config/environments/development.rb".freeze, "test/sample/config/environments/production.rb".freeze, "test/sample/config/environments/test.rb".freeze, "test/sample/config/initializers/backtrace_silencers.rb".freeze, "test/sample/config/initializers/inflections.rb".freeze, "test/sample/config/initializers/mime_types.rb".freeze, "test/sample/config/initializers/new_rails_defaults.rb".freeze, "test/sample/config/initializers/session_store.rb".freeze, "test/sample/config/locales/en.yml".freeze, "test/sample/config/routes.rb".freeze, "test/sample/db/migrate/20090326050232_create_harks.rb".freeze, "test/sample/lib/sample_rails.rb".freeze, "test/sample/log/development.log".freeze, "test/sample/log/test.log".freeze, "test/sample/public/404.html".freeze, "test/sample/public/422.html".freeze, "test/sample/public/500.html".freeze, "test/sample/public/favicon.ico".freeze, "test/sample/public/images/rails.png".freeze, "test/sample/public/index.html".freeze, "test/sample/public/javascripts/application.js".freeze, "test/sample/public/javascripts/controls.js".freeze, "test/sample/public/javascripts/dragdrop.js".freeze, "test/sample/public/javascripts/effects.js".freeze, "test/sample/public/javascripts/prototype.js".freeze, "test/sample/public/robots.txt".freeze, "test/sample/script/about".freeze, "test/sample/script/console".freeze, "test/sample/script/dbconsole".freeze, "test/sample/script/destroy".freeze, "test/sample/script/generate".freeze, "test/sample/script/performance/benchmarker".freeze, "test/sample/script/performance/profiler".freeze, "test/sample/script/plugin".freeze, "test/sample/script/runner".freeze, "test/sample/script/server".freeze, "test/sample/test/fixtures/harks.yml".freeze, "test/sample/test/functional/harks_controller_test.rb".freeze, "test/sample/test/performance/browsing_test.rb".freeze, "test/sample/test/test_helper.rb".freeze, "test/sample/test/unit/hark_test.rb".freeze, "test/sample/test/unit/helpers/harks_helper_test.rb".freeze, "test/test_harker.rb".freeze] s.homepage = "http://github.com/technomancy/harker".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Concourse is a tool to make planning gatherings easy.".freeze s.test_files = ["test/sample/test/test_helper.rb".freeze, "test/test_harker.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 2.3.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.2.4".freeze]) s.add_development_dependency(%q.freeze, [">= 1.11.0".freeze]) end