░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/timecop-0.9.6
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: Rakefile
require 'bundler/setup' require 'bundler/gem_tasks' require 'rake/testtask' require 'rdoc/task' Rake::RDocTask.new do |rdoc| if File.exist?('VERSION') version = File.read('VERSION') else version = "" end rdoc.rdoc_dir = 'rdoc' rdoc.options << '--line-numbers' << '--inline-source' rdoc.title = "timecop #{version}" rdoc.rdoc_files.include('README*') rdoc.rdoc_files.include('History.rdoc') rdoc.rdoc_files.include('lib/**/*.rb') end task :test do failed = Dir["test/*_test.rb"].map do |test| command = "ruby #{test}" puts puts command command unless system(command) end.compact if failed.any? abort "#{failed.count} Tests failed\n#{failed.join("\n")}" end end desc 'Default: run tests' task :default => [:test]
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 lib/
DIR
—
2023-09-24 03:47
📁 test/
DIR
—
2023-09-24 03:47
📄 LICENSE
?
1.1 KB
2023-09-24 03:47
EDIT
📄 Rakefile
?
769 B
2023-09-24 03:47
EDIT
📄 README.markdown
MARKDOWN
5 KB
2023-09-24 03:47
EDIT