Sha256: 99176346c2f8398fecda5b362c431fecd727300a473e46b24cb8ab8c281a0f75
Contents?: true
Size: 897 Bytes
Versions: 4
Compression:
Stored size: 897 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "mixlib/install/version" Gem::Specification.new do |spec| spec.name = "mixlib-install" spec.version = Mixlib::Install::VERSION spec.authors = ["Thom May"] spec.email = ["thom@chef.io"] spec.license = "Apache-2.0" spec.summary = "A mixin to help with omnitruck installs" spec.homepage = "https://chef.io" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.required_ruby_version = ">= 2.0.0" spec.add_development_dependency "bundler" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.3" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mixlib-install-0.5.0 | mixlib-install.gemspec |
mixlib-install-0.4.0 | mixlib-install.gemspec |
mixlib-install-0.3.0 | mixlib-install.gemspec |
mixlib-install-0.2.0 | mixlib-install.gemspec |