# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "projectdx_pipeline" s.version = "1.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Renewable Funding"] s.date = "2012-03-01" s.description = "Common pipeline tasks and libraries to be used for all components of the ProjectDX platform" s.email = "devteam@renewfund.com" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ ".document", ".rspec", ".rvmrc", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", "lib/projectdx_pipeline.rb", "lib/projectdx_pipeline/capistrano.rb", "lib/projectdx_pipeline/capistrano/config/deploy/alpha.rb", "lib/projectdx_pipeline/capistrano/config/deploy/beta.rb", "lib/projectdx_pipeline/capistrano/config/deploy/production.rb", "lib/projectdx_pipeline/capistrano/config/deploy/staging.rb", "lib/projectdx_pipeline/capistrano/database_configuration.rb", "lib/projectdx_pipeline/capistrano/git_revision.rb", "lib/projectdx_pipeline/capistrano/maintenance.rb", "lib/projectdx_pipeline/capistrano/passenger.rb", "lib/projectdx_pipeline/database_configuration_template.rb", "lib/projectdx_pipeline/file.rb", "lib/projectdx_pipeline/railtie.rb", "lib/tasks/projectdx_pipeline.rake", "projectdx_pipeline.gemspec", "spec/database_configuration_template_spec.rb", "spec/file_spec.rb", "spec/spec_helper.rb" ] s.homepage = "http://github.com/projectdx/projectdx_pipeline" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.15" s.summary = "Rake tasks for ProjectDX deployment pipeline" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["~> 2.9.0"]) s.add_runtime_dependency(%q, ["~> 1.2.1"]) s.add_development_dependency(%q, ["~> 2.3.0"]) s.add_development_dependency(%q, ["~> 1.0.0"]) s.add_development_dependency(%q, ["~> 1.6.4"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, ["~> 2.9.0"]) s.add_dependency(%q, ["~> 1.2.1"]) s.add_dependency(%q, ["~> 2.3.0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.6.4"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, ["~> 2.9.0"]) s.add_dependency(%q, ["~> 1.2.1"]) s.add_dependency(%q, ["~> 2.3.0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.6.4"]) s.add_dependency(%q, [">= 0"]) end end