ppp 0.1.4.alpha → 0.1.5.alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/ppp.rb +1 -1
- data/lib/ppp/version.rb +1 -1
- metadata +1 -1
data/lib/ppp.rb
CHANGED
|
@@ -13,7 +13,7 @@ module Ppp
|
|
|
13
13
|
:aggressive => '!"#$%&\'()*+,-./23456789:;<=>?@ABCDEFGHJKLMNOPRSTUVWXYZ[\]^_abcdefghijkmnopqrstuvwxyz{|}~' }
|
|
14
14
|
|
|
15
15
|
# @return [Ppp::Generator] with the given SHA-256 key
|
|
16
|
-
def code_generator key, opts
|
|
16
|
+
def code_generator key, opts={}
|
|
17
17
|
Generator.new key, opts
|
|
18
18
|
end
|
|
19
19
|
|
data/lib/ppp/version.rb
CHANGED