fast_secure_compare icon indicating copy to clipboard operation
fast_secure_compare copied to clipboard

Add missing main Ruby file

Open RKushnir opened this issue 10 years ago • 4 comments

Addresses https://github.com/daxtens/fast_secure_compare/issues/2

RKushnir avatar Jun 09 '15 15:06 RKushnir

:+1:

antonpaisov avatar Jul 01 '15 21:07 antonpaisov

This is causing the Travis tests to fail --- can you address that please?

daxtens avatar Jul 01 '15 23:07 daxtens

@daxtens I'll have a look

RKushnir avatar Jul 02 '15 09:07 RKushnir

@daxtens So I made the tests pass, but this is confusing. Now I think the code should have been working even without this pull request, as it just adds some redirection - instead of requiring the *.so file directly we now require it through *.rb file.

upd. Actually, it put the *.so file at lib/fast_secure_compare before, but when I added fast_secure_compare.rb it started putting the *.so file directly in the lib.

RKushnir avatar Jul 02 '15 20:07 RKushnir