Sha256: a9a6ae7ea40aa96689fee6b0d04019ca2d8abfed848a606fe749b00bb6dcb1c8

Contents?: true

Size: 887 Bytes

Versions: 8

Compression:

Stored size: 887 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/capistrano-chef-solo/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Yamashita Yuu"]
  gem.email         = ["yamashita@geishatokyo.com"]
  gem.description   = %q{a capistrano recipe to invoke chef-solo.}
  gem.summary       = %q{a capistrano recipe to invoke chef-solo.}
  gem.homepage      = "https://github.com/yyuu/capistrano-chef-solo"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
# gem.name          = "capistrano-chef-solo"
  gem.name          = "yyuu-capistrano-chef-solo"
  gem.require_paths = ["lib"]
  gem.version       = Capistrano::ChefSolo::VERSION

  gem.add_dependency("capistrano")
  gem.add_dependency("capistrano-rbenv", ">= 0.0.3")
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
yyuu-capistrano-chef-solo-0.0.8 capistrano-chef-solo.gemspec
yyuu-capistrano-chef-solo-0.0.7 capistrano-chef-solo.gemspec
yyuu-capistrano-chef-solo-0.0.6 capistrano-chef-solo.gemspec
yyuu-capistrano-chef-solo-0.0.5 capistrano-chef-solo.gemspec
yyuu-capistrano-chef-solo-0.0.4 capistrano-chef-solo.gemspec
yyuu-capistrano-chef-solo-0.0.3 capistrano-chef-solo.gemspec
yyuu-capistrano-chef-solo-0.0.2 capistrano-chef-solo.gemspec
yyuu-capistrano-chef-solo-0.0.1 capistrano-chef-solo.gemspec