secure-password 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2f4dc781a5264428043d7517ed69620f156d426
4
- data.tar.gz: f486ba8f2572b01e26ec34ab1c2a3174d579ef72
3
+ metadata.gz: 05216644d093a1d925c62514370759127eab3cc3
4
+ data.tar.gz: 4f9abc8a7ff51b4ead9fd4e581dfe63dc530f67b
5
5
  SHA512:
6
- metadata.gz: a4d340eb0575071cd7239b0c4f82c541b2adef480e758f3d48ffa3c67560063c0bb44d3d52e52847e99967d657acd163801c01339b64fd71ee2d642359771c0c
7
- data.tar.gz: 1bcc2faf9a5575dc1ebceced47e4464e0b930251db512cd8c447e10ae09bebd0d346d5100fc1b32d92b97cef70eaea95175934e09f7ccc9e7e8f51f674e2f8d7
6
+ metadata.gz: e13f40b2810a8cb18242086d354d2de8442a3ffefea23faa9559b7e529414be503ad9367ad122e605898d115b986067c646a69ef3f2ad88686a16cce172c50a2
7
+ data.tar.gz: 899a1e47e91f97a88363a5e2a8e9e2f1d0b3863a96c271d8e0af93aa80796397035e57c249da5817c6445407e326eabc48dc11694d057eebcdc590a5ff111a65
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- secure-password [![Build Status](https://gitlab.com/frodsan/secure-password/badges/master/build.svg)](https://gitlab.com/frodsan/secure-password/builds)
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@gitlab.com:frodsan/secure-password.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 [GitLab][issues].
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://gitlab.com/frodsan/secure-password/issues
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.1
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-08 00:00:00.000000000 Z
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: '10.0'
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: '10.0'
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://gitlab.com/frodsan/secure-password
93
+ homepage: https://github.com/frodsan/secure-password
94
94
  licenses:
95
95
  - MIT
96
96
  metadata: {}