Sha256: 24feec6251afe1167b8d1f1107a06cd21a1072174db70cf7ccf2004b7a5e16d1
Contents?: true
Size: 919 Bytes
Versions: 4
Compression:
Stored size: 919 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "capistrano/chef/version" Gem::Specification.new do |s| s.name = "capistrano-chef" s.version = CapistranoChef::VERSION.dup s.platform = Gem::Platform::RUBY s.license = 'MIT' s.authors = ['Nathan L Smith'] s.email = ['nlloyds@gmail.com'] s.homepage = "https://github.com/cramerdev/capistrano-chef" s.summary = %q{Capistrano extensions for Chef integration} s.description = %q{Allows capistrano to use Chef data for deployment} s.rubyforge_project = "capistrano-chef" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_dependency 'capistrano', '>= 2' s.add_dependency 'chef', '>= 0.10.10' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
capistrano-chef-0.0.8 | capistrano-chef.gemspec |
capistrano-chef-0.0.7 | capistrano-chef.gemspec |
capistrano-chef-0.0.6 | capistrano-chef.gemspec |
capistrano-chef-0.0.5 | capistrano-chef.gemspec |