secure-password 1.0.1 → 1.0.2
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 +4 -4
- data/README.md +4 -4
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05216644d093a1d925c62514370759127eab3cc3
|
|
4
|
+
data.tar.gz: 4f9abc8a7ff51b4ead9fd4e581dfe63dc530f67b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e13f40b2810a8cb18242086d354d2de8442a3ffefea23faa9559b7e529414be503ad9367ad122e605898d115b986067c646a69ef3f2ad88686a16cce172c50a2
|
|
7
|
+
data.tar.gz: 899a1e47e91f97a88363a5e2a8e9e2f1d0b3863a96c271d8e0af93aa80796397035e57c249da5817c6445407e326eabc48dc11694d057eebcdc590a5ff111a65
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
secure-password
|
|
1
|
+
secure-password
|
|
2
2
|
===============
|
|
3
3
|
|
|
4
4
|
Set and authenticate against [bcrypt][bcrypt] passwords.
|
|
@@ -102,7 +102,7 @@ Contributing
|
|
|
102
102
|
Fork the project with:
|
|
103
103
|
|
|
104
104
|
```
|
|
105
|
-
$ git clone git@
|
|
105
|
+
$ git clone git@github.com:frodsan/secure-password.git
|
|
106
106
|
```
|
|
107
107
|
|
|
108
108
|
To install dependencies, use:
|
|
@@ -117,7 +117,7 @@ To run the test suite, do:
|
|
|
117
117
|
$ rake test
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
For bug reports and pull requests use [
|
|
120
|
+
For bug reports and pull requests use [GitHub][issues].
|
|
121
121
|
|
|
122
122
|
License
|
|
123
123
|
-------
|
|
@@ -128,5 +128,5 @@ SecurePassword is released under the [MIT License][mit].
|
|
|
128
128
|
[bcrypt-ruby]: https://github.com/codahale/bcrypt-ruby
|
|
129
129
|
[cost-factors]: https://github.com/codahale/bcrypt-ruby#cost-factors
|
|
130
130
|
[mit]: http://www.opensource.org/licenses/MIT
|
|
131
|
-
[issues]: https://
|
|
131
|
+
[issues]: https://github.com/frodsan/secure-password/issues
|
|
132
132
|
[scrivener]: https://github.com/soveran/scrivener
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: secure-password
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Francesco Rodríguez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bcrypt
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
61
|
+
version: '11.0'
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '
|
|
68
|
+
version: '11.0'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: rubocop
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -90,7 +90,7 @@ files:
|
|
|
90
90
|
- README.md
|
|
91
91
|
- lib/secure_password.rb
|
|
92
92
|
- test/secure_password_test.rb
|
|
93
|
-
homepage: https://
|
|
93
|
+
homepage: https://github.com/frodsan/secure-password
|
|
94
94
|
licenses:
|
|
95
95
|
- MIT
|
|
96
96
|
metadata: {}
|