D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
td-0.15.2
/
lib
/
td
/
Filename :
distribution.rb
back
Copy
module TreasureData module Distribution def self.files fs = Dir[File.expand_path("../../../{bin,data,lib}/**/*", __FILE__)].select do |file| File.file?(file) end fs << File.expand_path("../../../Gemfile", __FILE__) fs << File.expand_path("../../../td.gemspec", __FILE__) fs end end end