lib/lastpass.rb in lastpass-1.4.0 vs lib/lastpass.rb in lastpass-1.5.0

- old
+ new

@@ -2,10 +2,9 @@ # Licensed under the terms of the MIT license. See LICENCE for details. require "base64" require "httparty" require "openssl" -require "pbkdf2" require "stringio" require "lastpass/account" require "lastpass/blob" require "lastpass/chunk"