Displaying 2 results from an estimated 2 matches for "full_spec_nam".
Did you mean:
full_spec_name
2007 Dec 11
6
Mongrel install problem
Hi,
I''m having difficulties getting mongrel running on my Debian Etch
machine. It seems to install and is listed with my other gems, but
things like...
"mongrel_rails start ..."
... are not recognised.
Perhaps this is something to do with the file "lib" not being found in
the install process:
ruby extconf.rb install mongrel --include-dependencies
checking for main()
2007 Dec 12
0
Mongrel-users Digest, Vol 23, Issue 4
...equirement.new(">= 0"))
#FIXME - remove duplication between this and RemoteInstaller.search
gem_pattern = /^#{ gem_pattern }$/i if String === gem_pattern
version_requirement =
Gem::Version::Requirement.create(version_requirement)
result = []
@gems.each do |full_spec_name, spec|
next unless spec.name =~ gem_pattern
result << spec if version_requirement.satisfied_by?(spec.version)
end
result = result.sort
result
end
Any ideas why?
Thanks,
Rob.
> Date: Tue, 11 Dec 2007 09:31:34 -0800
> From: "Sean O'...