password_list_generator 0.3 → 0.4
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.
- checksums.yaml +14 -6
- data/bin/pwgen +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
Y2JkZjA5ZDg0NmExN2M3MDM5YmRiNzMxNDgwYWM5NTVlYmJlZjU3OA==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
ZmY5ZmE0ODgyNzUyZjhiYTYxZjA5M2RlZTdlZTg0MjY4ODcwOWYzMQ==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
OGJlMDY5ZGE1MjQ1NTJkYTBiM2Y0YmFjNGY4YTM1YmRmOTE0MTk5MTUwMjU2
|
|
10
|
+
NmNjMzVmOGNkNWY3NGFmN2NhMjkyZjhlMzE3MDIxMGJjYzk5MGI1OGZkZGQ5
|
|
11
|
+
M2UxOWNiMjZjYTc3OTg5MzZhODQwOGY3ZTIzNTFmMjliMWMxNjE=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
MTMyYjhlZTA5ZjlhNDhkMjk2OTZmMzQ1ZmRhYzk1YmFiM2MwNGViZDFjNTRm
|
|
14
|
+
YzVmZjgxOTliMjU0OGVmMTczNjdiZWM0Nzg5YzZjNTQ3YjIyNzRlMDIwOTA4
|
|
15
|
+
NGYwZDAyYTE3ZTIxODVhODQ5ZTkzMDAwNjFiMDY2ZDJkMjkxNjA=
|
data/bin/pwgen
CHANGED
|
@@ -66,7 +66,7 @@ opts = OptionParser.new do |opts|
|
|
|
66
66
|
options.numeric = true_values.include? numeric
|
|
67
67
|
end
|
|
68
68
|
|
|
69
|
-
opts.on("-s", "--symbol [#{options.symbol}]", "Include symbol (
|
|
69
|
+
opts.on("-s", "--symbol [#{options.symbol}]", "Include symbol (!@\#$%) characters in password") do |symbol|
|
|
70
70
|
options.symbol = true_values.include? symbol
|
|
71
71
|
end
|
|
72
72
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: password_list_generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '0.
|
|
4
|
+
version: '0.4'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stephane Liu
|
|
@@ -32,18 +32,19 @@ require_paths:
|
|
|
32
32
|
- lib
|
|
33
33
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
34
34
|
requirements:
|
|
35
|
-
- - '>='
|
|
35
|
+
- - ! '>='
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
37
|
version: '0'
|
|
38
38
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
|
-
- - '>='
|
|
40
|
+
- - ! '>='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
42
|
version: '0'
|
|
43
43
|
requirements: []
|
|
44
44
|
rubyforge_project:
|
|
45
|
-
rubygems_version: 2.0.
|
|
45
|
+
rubygems_version: 2.0.3
|
|
46
46
|
signing_key:
|
|
47
47
|
specification_version: 4
|
|
48
48
|
summary: Generate list of passwords easily from command line
|
|
49
49
|
test_files: []
|
|
50
|
+
has_rdoc:
|