Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/mini_portile2-2.4.0
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.4.0
/
gems
/
mini_portile2-2.4.0
/
📁
..
📄
.concourse.yml
(1.78 KB)
📄
.gitignore
(90 B)
📄
.travis.yml
(266 B)
📄
CHANGELOG.md
(5.68 KB)
📄
Gemfile
(98 B)
📄
LICENSE.txt
(1.05 KB)
📄
README.md
(7.48 KB)
📄
Rakefile
(651 B)
📄
appveyor.yml
(612 B)
📁
concourse
📁
lib
📄
mini_portile2.gemspec
(1.63 KB)
Editing: Rakefile
require "rake/clean" require 'bundler/gem_tasks' require 'concourse' namespace :test do desc "Test MiniPortile by running unit tests" task :unit do sh "ruby -w -W2 -I. -Ilib -e \"#{Dir["test/test_*.rb"].map{|f| "require '#{f}';"}.join}\" -- #{ENV['TESTOPTS']} -v" end desc "Test MiniPortile by compiling examples" task :examples do Dir.chdir("examples") do sh "rake ports:all" end end end task :clean do FileUtils.rm_rf ["examples/ports", "examples/tmp"], :verbose => true end desc "Run all tests" task :test => ["test:unit", "test:examples"] task :default => [:test] Concourse.new("mini_portile").create_tasks!
Upload File
Create Folder