You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you should mention in the readme that you need (or was it only me?) facets as well.
Without facets gem installed:
>> require 'rubygems'
=> false
>> require 'crypt3'
LoadError: no such file to load -- facets/string/xor.rb
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
from /Users/dentarg/.gem/ruby/1.8/gems/crypt3-1.1.0/lib/crypt3.rb:36
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
from (irb):4
Indeed you are right. Thanks for reporting this. Looks like I misconstrued crypt3's need for this extension. Apparently the String xor method isn't actually needed at all. I went ahead and removed it and released a new version.
I think you should mention in the readme that you need (or was it only me?) facets as well.
Without facets gem installed:
After doing
gem install facets
I had better luck:The text was updated successfully, but these errors were encountered: