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.
Files changed (3) hide show
  1. data/lib/ppp.rb +1 -1
  2. data/lib/ppp/version.rb +1 -1
  3. 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
 
@@ -1,3 +1,3 @@
1
1
  module Ppp
2
- VERSION = '0.1.4.alpha'
2
+ VERSION = '0.1.5.alpha'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ppp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.alpha
4
+ version: 0.1.5.alpha
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: