Sha256: 1de6943cb2bc22116646bbb17e65b1b60c4a4c059eec1c9dfb47b2c89a9e6dfc
Contents?: true
Size: 1.72 KB
Versions: 1
Compression:
Stored size: 1.72 KB
Contents
# 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 = "forkcms_deploy" s.version = "2.7.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tijs Verkoyen", "Jan De Poorter", "Sam Tubbax", "Wouter Sioen"] s.date = "2015-03-17" s.description = "Deployment for ForkCMS with Capistrano" s.email = "info@sumocoders.be" s.extra_rdoc_files = [ "README.md" ] s.files = [ "README.md", "Rakefile", "VERSION", "forkcms_deploy.gemspec", "lib/forkcms_deploy.rb", "lib/forkcms_deploy/defaults.rb", "lib/forkcms_deploy/forkcms.rb", "lib/forkcms_deploy/forkcms_2.rb", "lib/forkcms_deploy/forkcms_3.4.rb", "lib/forkcms_deploy/forkcms_3.5.rb", "lib/forkcms_deploy/forkcms_3.7.rb", "lib/forkcms_deploy/forkcms_3.8.rb", "lib/forkcms_deploy/forkcms_3.rb", "lib/forkcms_deploy/forkcms_default.rb", "lib/forkcms_deploy/overwrites.rb", "lib/maintenance/.htaccess", "lib/maintenance/index.html", "test/test_forkcms_deploy.rb" ] s.homepage = "https://github.com/sumocoders/forkcms_deploy" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "2.0.2" s.summary = "Deployment for ForkCMS with Capistrano" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<capistrano>, [">= 2.0.0"]) else s.add_dependency(%q<capistrano>, [">= 2.0.0"]) end else s.add_dependency(%q<capistrano>, [">= 2.0.0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forkcms_deploy-2.7.0 | forkcms_deploy.gemspec |