Bad requirement because sensitive case error
Reported by h3rald (at h3rald) | February 28th, 2009 @ 11:52 AM | in 0.3.0
[Originally submitted on RubyForge (#21300) by: Cyril Mougel (shingara)]
After install the gem 0.2.0 of rawline, when I made a require 'rawline' I have this error :
LoadError: no such file to load -- /usr/lib/ruby/gems/1.8/gems/rawline-0.2.0/lib/RawLine/terminal
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/lib/ruby/gems/1.8/gems/rawline-0.2.0/lib/rawline.rb:25
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
from (irb):1
I have this error because I use rawline in a linux distribution and the requirement in ruby is sensitive case. I made a patch that fix this issue
Comments and changes to this ticket
-
h3rald (at h3rald) February 28th, 2009 @ 11:59 AM
- Tag changed from typo to sev:3, type:bug
- State changed from new to resolved
-
h3rald (at h3rald) July 14th, 2013 @ 02:13 PM
- Tag changed from sev:3, type:bug to bug, p3
(from [093f8ec8e3c891337057bb292ffea9e4a01c54b0]) Closes #1
Updated Rakefile, added gemspec, other minor fixes.
https://github.com/h3rald/rawline/commit/093f8ec8e3c891337057bb292f...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RawLine is a 100% Ruby library able to provide some of the functionality offered by ReadLine, plus additional features such as a more intuitive way to bind characters to specific keys or key sequences.