Jeremy Daer
Jeremy Daer
think this should use a SHA of the file contents rather than mtime
Wrapped up at http://github.com/jeremy/bundler/tree/multiruby Bundler generates an environment that respects the ruby engine and version. The toplevel environment.rb delegates to the platform-specific environment.
``` ld: library not found for -lssl ``` Which openssl are you building against? Do you have it installed with Homebrew (`brew install openssl`)?
To fix for a manual gem install: ```bash brew install openssl gem install mysql2 -- --with-opt-dir="$(brew --prefix openssl)" ``` To fix for all bundle installs: ```bash brew install openssl bundle...
Looks like #807 / #962.
See #795
See #795
Could you check in a debugger to see why a message field is referencing the message itself?
Thanks @sebbASF! Dig this.
Confirmed, still fails on current master: ```ruby >> Mail::ReceivedField.new('from [192.168.1.186] ([206.248.139.39]) by mx.google.com with ESMTPSA id m10sm4741360qae.12.2013.08.06.07.40.15 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 06 Aug 2013 07:40:18 -0700 (PDT)') Mail::Field::IncompleteParseError: Mail::ReceivedElement...