passphrase_entropy 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,10 @@ class PassphraseEntropy
20
20
  zlen(s) - baseline
21
21
  end
22
22
 
23
+ def inspect(*args)
24
+ to_s
25
+ end
26
+
23
27
  private
24
28
  def default_dictionary
25
29
  File.read("/usr/share/dict/words")
@@ -1,3 +1,3 @@
1
1
  class PassphraseEntropy
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: passphrase_entropy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: