Sha256: 1e8a3699b649efe96d9fc0bc0e89a566eb701b093a2d00050be34a9be50efa22
Contents?: true
Size: 945 Bytes
Versions: 1
Compression:
Stored size: 945 Bytes
Contents
# coding: utf-8 # rubocop:disable Style/RegexpLiteral Gem::Specification.new do |spec| spec.name = 'infrataster-plugin-chef' spec.version = '0.0.5' spec.authors = ['Paul Thomas'] spec.email = ['pthomas@dyn.com'] spec.summary = 'Add Chef node data to Infrataster from JSON' spec.homepage = 'https://github.com/Afterglow/infrataster-plugin-chef' spec.license = 'MIT' 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_runtime_dependency 'infrataster', '~> 0.3.0' spec.add_runtime_dependency 'chef', '>= 11.12' spec.add_development_dependency 'bundler', '~> 1.6' spec.add_development_dependency 'rake' spec.add_development_dependency 'rspec' spec.add_development_dependency 'rubocop' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infrataster-plugin-chef-0.0.5 | infrataster-plugin-chef.gemspec |