Created
December 20, 2011 22:29
-
-
Save epall/1503588 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
epall@Everett$ ruby --1.9 -e 'require "mail"' | |
RegexpError: /.../n has a non escaped non ASCII character in non ASCII-8BIT script | |
Patterns at /Users/epall/.rvm/gems/jruby-head/gems/mail-2.3.0/lib/mail/patterns.rb:31 | |
Mail at /Users/epall/.rvm/gems/jruby-head/gems/mail-2.3.0/lib/mail/patterns.rb:3 | |
(root) at /Users/epall/.rvm/gems/jruby-head/gems/mail-2.3.0/lib/mail/patterns.rb:2 | |
require at org/jruby/RubyKernel.java:970 | |
require at /Users/epall/.rvm/rubies/jruby-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36 | |
Mail at /Users/epall/.rvm/gems/jruby-head/gems/mail-2.3.0/lib/mail/patterns.rb:45 | |
(root) at /Users/epall/.rvm/gems/jruby-head/gems/mail-2.3.0/lib/mail.rb:2 | |
require at org/jruby/RubyKernel.java:970 | |
require at /Users/epall/.rvm/gems/jruby-head/gems/mail-2.3.0/lib/mail.rb:59 | |
(root) at -e:1 | |
ruby --1.9 -e 'require "mail"' 7.92s user 0.18s system 232% cpu 3.488 total |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment