passgen 1.1.1

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.
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: passgen
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Erik Lindblad
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2020-03-31 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: A password generation gem for Ruby and Rails applications.
15
+ email: erik@l2c.se
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files:
19
+ - CHANGELOG
20
+ - README.rdoc
21
+ - lib/passgen.rb
22
+ - lib/passgen/probabilities.rb
23
+ - lib/passgen/strength_analyzer.rb
24
+ files:
25
+ - CHANGELOG
26
+ - Manifest
27
+ - README.rdoc
28
+ - Rakefile
29
+ - rails/init.rb
30
+ - lib/passgen.rb
31
+ - lib/passgen/probabilities.rb
32
+ - lib/passgen/strength_analyzer.rb
33
+ - passgen.gemspec
34
+ - spec/passgen/strength_analyzer_spec.rb
35
+ - spec/passgen_spec.rb
36
+ homepage: http://github.com/cryptice/passgen
37
+ licenses: []
38
+ post_install_message:
39
+ rdoc_options:
40
+ - --line-numbers
41
+ - --inline-source
42
+ - --title
43
+ - Passgen
44
+ - --main
45
+ - README.rdoc
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ none: false
56
+ requirements:
57
+ - - ! '>='
58
+ - !ruby/object:Gem::Version
59
+ version: '1.2'
60
+ requirements: []
61
+ rubyforge_project:
62
+ rubygems_version: 1.8.23.2
63
+ signing_key:
64
+ specification_version: 3
65
+ summary: A password generation gem for Ruby and Rails applications.
66
+ test_files: []