webget_ruby_password_salt 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/lib/webget_ruby_password_salt.rb +5 -3
- metadata +4 -13
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
=begin rdoc
|
2
2
|
|
3
|
-
= WebGet Ruby Gem: Password Salt
|
3
|
+
= WebGet Ruby Gem: Password Salt
|
4
4
|
|
5
5
|
Author:: Joel Parker Henderson, joelparkerhenderson@gmail.com
|
6
6
|
Copyright:: Copyright (c) 2006-2010 Joel Parker Henderson
|
@@ -18,9 +18,11 @@ This generates a secure random 8 character salt
|
|
18
18
|
of all lowercase letters with 26^8 combinations.
|
19
19
|
This can easily be sent via web URIs, email, etc.
|
20
20
|
|
21
|
+
==SecureRandom
|
22
|
+
|
21
23
|
Ruby 1.8.6 and older does not have a secure random number method,
|
22
|
-
so
|
23
|
-
then we require our webget_ruby_secure_random gem
|
24
|
+
so this gem checks to see if the SecureRandom class is defined;
|
25
|
+
if it is not, then we require our webget_ruby_secure_random gem.
|
24
26
|
|
25
27
|
=end
|
26
28
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: webget_ruby_password_salt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- WebGet
|
@@ -32,19 +32,10 @@ cert_chain:
|
|
32
32
|
DXnLFY0cVuBnNDMOOFl8vk1qIcZjcTovhzgcixpG6Uk5qmUsKHRLQf4oQJx7TfLK
|
33
33
|
-----END CERTIFICATE-----
|
34
34
|
|
35
|
-
date: 2010-02-
|
35
|
+
date: 2010-02-18 00:00:00 -08:00
|
36
36
|
default_executable:
|
37
|
-
dependencies:
|
38
|
-
|
39
|
-
name: webget_ruby_secure_random
|
40
|
-
type: :runtime
|
41
|
-
version_requirement:
|
42
|
-
version_requirements: !ruby/object:Gem::Requirement
|
43
|
-
requirements:
|
44
|
-
- - ">="
|
45
|
-
- !ruby/object:Gem::Version
|
46
|
-
version: 1.2.0
|
47
|
-
version:
|
37
|
+
dependencies: []
|
38
|
+
|
48
39
|
description:
|
49
40
|
email: webget@webget.com
|
50
41
|
executables: []
|
metadata.gz.sig
CHANGED
Binary file
|