D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
mixlib-shellout-2.2.7
/
Filename :
mixlib-shellout.gemspec
back
Copy
$:.unshift(File.dirname(__FILE__) + '/lib') require 'mixlib/shellout/version' Gem::Specification.new do |s| s.name = 'mixlib-shellout' s.version = Mixlib::ShellOut::VERSION s.platform = Gem::Platform::RUBY s.extra_rdoc_files = ["README.md", "LICENSE" ] s.summary = "Run external commands on Unix or Windows" s.description = s.summary s.author = "Chef Software Inc." s.email = "info@chef.io" s.homepage = "https://www.chef.io/" s.required_ruby_version = ">= 1.9.3" s.add_development_dependency "rspec", "~> 3.0" s.bindir = "bin" s.executables = [] s.require_path = 'lib' s.files = %w(Gemfile Rakefile LICENSE README.md) + Dir.glob("*.gemspec") + Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject {|f| File.directory?(f) } end