dev-random-passwords 0.0.7 → 0.0.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88f5996ac8df46987fd4d86a9a9cf748bc62de00
4
- data.tar.gz: 9278f36b51fde496e4dcdde56010c47091489cb0
3
+ metadata.gz: 4283a94355100078088102888c8eee5b4f8117fc
4
+ data.tar.gz: e315c6c69e9c14e528d3ae28b13a71b3477f1d12
5
5
  SHA512:
6
- metadata.gz: 04c9fe5ac098ae363f9be7bb178cefb95438f7c3a25e2080214790c7a14cb0faf1895d4787a47b2c631f5f28ebd295254a6336df37c2272d4fb1fb2a84030ffb
7
- data.tar.gz: eafbf4760d066d37f5df37ec0d173288d754539657081441748fed1504a0e8333740cc37fa5cfcccf41a8b2a1ddedeac0e7c7b05966809dc44c94492b2675609
6
+ metadata.gz: 2f28580480b0cf199f226de58289baaee766b91e47707d6fec139aa56f1836565bfd3e4b4b029db45399e45197a19dc1f693417b99e5ae4a3983119b7e3508cc
7
+ data.tar.gz: 6a05c1fce7d8d745877aaa7b5dfeaa0def0b9df505fd55193d74a4ac932aee817345ee5e7ab51ae5d240fc794703646f7c332d39858aa6a8a0f4a85974436498
data/.gitignore CHANGED
@@ -13,3 +13,4 @@
13
13
  *.a
14
14
  *.gem
15
15
  mkmf.log
16
+ .DS_Store
@@ -78,6 +78,10 @@ module DevRandomPasswords
78
78
  end
79
79
  end
80
80
 
81
+ if new_set.empty?
82
+ new_set = LOWERCASE_CHARS + UPPERCASE_CHARS + DIGITS + SPECIAL_CHARS
83
+ end
84
+
81
85
  @charset = new_set
82
86
 
83
87
  if options['length']
@@ -1,3 +1,3 @@
1
1
  module DevRandomPasswords
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev-random-passwords
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-21 00:00:00.000000000 Z
11
+ date: 2015-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -47,7 +47,6 @@ executables:
47
47
  extensions: []
48
48
  extra_rdoc_files: []
49
49
  files:
50
- - ".DS_Store"
51
50
  - ".gitignore"
52
51
  - Gemfile
53
52
  - LICENSE
@@ -55,7 +54,6 @@ files:
55
54
  - Rakefile
56
55
  - bin/randompasswords
57
56
  - dev-random-passwords.gemspec
58
- - lib/.DS_Store
59
57
  - lib/dev-random-passwords.rb
60
58
  - lib/dev-random-passwords/version.rb
61
59
  homepage: https://github.com/jbsmith86/dev-random-passwords
@@ -78,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
76
  version: '0'
79
77
  requirements: []
80
78
  rubyforge_project:
81
- rubygems_version: 2.2.2
79
+ rubygems_version: 2.4.5
82
80
  signing_key:
83
81
  specification_version: 4
84
82
  summary: Passwords that need to be used long term and are randomly generated need
data/.DS_Store DELETED
Binary file
Binary file