░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/timeout-0.3.2
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: timeout.gemspec
# frozen_string_literal: true name = File.basename(__FILE__, ".gemspec") version = ["lib", Array.new(name.count("-")+1, "..").join("/")].find do |dir| break File.foreach(File.join(__dir__, dir, "#{name.tr('-', '/')}.rb")) do |line| /^\s*VERSION\s*=\s*"(.*)"/ =~ line and break $1 end rescue nil end Gem::Specification.new do |spec| spec.name = name spec.version = version spec.authors = ["Yukihiro Matsumoto"] spec.email = ["matz@ruby-lang.org"] spec.summary = %q{Auto-terminate potentially long-running operations in Ruby.} spec.description = %q{Auto-terminate potentially long-running operations in Ruby.} spec.homepage = "https://github.com/ruby/timeout" spec.licenses = ["Ruby", "BSD-2-Clause"] spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage spec.files = Dir.chdir(__dir__) do `git ls-files -z`.split("\x0").reject do |f| (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features|rakelib)/|\.(?:git|travis|circleci)|appveyor|Rakefile)}) end end spec.require_paths = ["lib"] end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 lib/
DIR
—
2023-09-24 03:46
📄 Gemfile
?
113 B
2023-09-24 03:46
EDIT
📄 LICENSE.txt
TXT
1.3 KB
2023-09-24 03:46
EDIT
📄 README.md
MD
1.2 KB
2023-09-24 03:46
EDIT
📄 timeout.gemspec
GEMSPEC
1.1 KB
2023-09-24 03:46
EDIT