Sha256: 81bef1774c2eb9fba0e5eb936583ef24a68f6c928a9fed491b9fe5574b247c63

Contents?: true

Size: 960 Bytes

Versions: 2

Compression:

Stored size: 960 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'itamae/plugin/recipe/homebrew/version'

Gem::Specification.new do |spec|
  spec.name          = "itamae-plugin-recipe-homebrew"
  spec.version       = Itamae::Plugin::Recipe::Homebrew::VERSION
  spec.authors       = ["fukuiretu"]
  spec.email         = ["s0232101@gmail.com"]
  spec.summary       = %q{Plugin to support the HomeBrew for Itamae}
  spec.description   = %q{Plugin to support the HomeBrew for Itamae}
  spec.homepage      = "https://github.com/fukuiretu/itamae-plugin-recipe-homebrew"
  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.7"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
itamae-plugin-recipe-homebrew-0.0.2 itamae-plugin-recipe-homebrew.gemspec
itamae-plugin-recipe-homebrew-0.0.1 itamae-plugin-recipe-homebrew.gemspec