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.
Files changed (3) hide show
  1. checksums.yaml +14 -6
  2. data/bin/pwgen +1 -1
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 0cac71c3c8efea79cad0d5ff0c9d6df732392fb5
4
- data.tar.gz: e28ca517382124e8489308fd434e6dfbdfad0fd7
5
- SHA512:
6
- metadata.gz: 14ff22ba00e9bb487548f9d803995642ef2e4aa234a249120c44ff9f5c009520f3c2e205f6e4f6ea9d24c7cab82cf9850cc6a83047caea9b71237634e7dbedd5
7
- data.tar.gz: 3cd44e538fa1c0655d1294cdeae2e761bd0e0b5776f4b88fa89d1e5aa63a87c82cba8263a4582a5409f4f50a3348f0161a7709e4d41a5b30a395c19000476dc2
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 (!@#$%) characters in password") do |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.3'
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.6
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: