Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/lib/ruby/gems/2.4.0/gems/cool.io-1.5.4
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.4.0
/
gems
/
cool.io-1.5.4
/
📁
..
📄
.gitignore
(205 B)
📄
.rspec
(45 B)
📄
.travis.yml
(173 B)
📄
CHANGES.md
(7.66 KB)
📄
Gemfile
(92 B)
📄
LICENSE
(1.03 KB)
📄
README.md
(5.44 KB)
📄
Rakefile
(2.14 KB)
📄
appveyor.yml
(357 B)
📄
cool.io.gemspec
(1.05 KB)
📁
examples
📁
ext
📁
lib
📄
libev_ruby_gil.diff
(5.35 KB)
📄
libev_win_select.diff
(4.15 KB)
📁
spec
Editing: cool.io.gemspec
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "cool.io/version" Gem::Specification.new do |s| s.name = "cool.io" s.version = Coolio::VERSION s.authors = ["Tony Arcieri", "Masahiro Nakagawa"] s.email = ["tony.arcieri@gmail.com", "repeatedly@gmail.com"] s.homepage = "http://coolio.github.com" s.summary = "A cool framework for doing high performance I/O in Ruby" s.description = "Cool.io provides a high performance event framework for Ruby which uses the libev C library" s.extensions = ["ext/cool.io/extconf.rb", "ext/iobuffer/extconf.rb"] s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency "rake-compiler", "~> 1.0" s.add_development_dependency "rake-compiler-dock", "~> 0.6.0" s.add_development_dependency "rspec", ">= 2.13.0" s.add_development_dependency "rdoc", ">= 3.6.0" end
Upload File
Create Folder