Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 352052 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]
[patch]
the diff file
thin_genspec.diff (text/plain), 1.69 KB, created by
Anton Bolshakov
on 2013-06-27 03:48:04 UTC
(
hide
)
Description:
the diff file
Filename:
MIME Type:
Creator:
Anton Bolshakov
Created:
2013-06-27 03:48:04 UTC
Size:
1.69 KB
patch
obsolete
>--- thin-1.5.1.gemspec 2013-06-27 11:37:41.000000000 +0800 >+++ thin-1.5.1.gemspec.fixed 2013-06-27 11:37:28.022336152 +0800 >@@ -1,8 +1,40 @@ >-# generated by ruby-fakegem.eclass : 1.39 $ >+# -*- encoding: utf-8 -*- >+ > Gem::Specification.new do |s| > s.name = "thin" > s.version = "1.5.1" >- s.summary = "A fast and very simple Ruby web server" >+ >+ 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.require_paths = ['lib'] >+ 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 474924
:
352048
| 352052