Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 352048 Details for
Bug 474924
www-servers/thin-1.5.1 - /usr/lib64/ruby/gems/1.9.1/gems/thin-1.5.1/lib/thin/daemonizing.rb:2:in `require': cannot load such file -- daemons (LoadError)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the original gemspec file
thin-1.5.1.gemspec (text/plain), 1.38 KB, created by
Anton Bolshakov
on 2013-06-27 03:30:34 UTC
(
hide
)
Description:
the original gemspec file
Filename:
MIME Type:
Creator:
Anton Bolshakov
Created:
2013-06-27 03:30:34 UTC
Size:
1.38 KB
patch
obsolete
># -*- encoding: utf-8 -*- > >Gem::Specification.new do |s| > s.name = "thin" > s.version = "1.5.1" > > s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= > s.authors = ["Marc-Andre Cournoyer"] > s.date = "2013-03-18" > s.description = "A thin and fast web server" > s.email = "macournoyer@gmail.com" > s.executables = ["thin"] > s.extensions = ["ext/thin_parser/extconf.rb"] > s.files = ["bin/thin", "ext/thin_parser/extconf.rb"] > s.homepage = "http://code.macournoyer.com/thin/" > s.licenses = ["Ruby"] > s.require_paths = ["lib"] > s.required_ruby_version = Gem::Requirement.new(">= 1.8.5") > s.rubyforge_project = "thin" > s.rubygems_version = "1.8.24" > s.summary = "A thin and fast web server" > > if s.respond_to? :specification_version then > s.specification_version = 3 > > if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then > s.add_runtime_dependency(%q<rack>, [">= 1.0.0"]) > s.add_runtime_dependency(%q<eventmachine>, [">= 0.12.6"]) > s.add_runtime_dependency(%q<daemons>, [">= 1.0.9"]) > else > s.add_dependency(%q<rack>, [">= 1.0.0"]) > s.add_dependency(%q<eventmachine>, [">= 0.12.6"]) > s.add_dependency(%q<daemons>, [">= 1.0.9"]) > end > else > s.add_dependency(%q<rack>, [">= 1.0.0"]) > s.add_dependency(%q<eventmachine>, [">= 0.12.6"]) > s.add_dependency(%q<daemons>, [">= 1.0.9"]) > end >end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 474924
: 352048 |
352052