phoenix_password 0.1.2 → 0.1.3
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 +0 -5
- data/lib/phoenix_password.rb +1 -1
- data/lib/phoenix_password/version.rb +1 -1
- data/phoenix_password-0.1.2.gem +0 -0
- metadata +3 -3
- data/phoenix_password-0.1.1.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8cfd7dba6d04a59daca9fc4443c943518df0a3ce
|
4
|
+
data.tar.gz: 60af886c9253e8e8d22cdadfa108e9f0e5cf19dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80083e76413e8fc415606381e729aeb5241ee660009a148f4ed9bed93a5c6358cdcae590431170f96660f388558cce4fbf99e675398178c2c1853dfbcb31195c
|
7
|
+
data.tar.gz: 0c49c347dfe58e2ae1c7d1b3746b98ebd8b22da23804b219e7e064b463674eec65b0b587a8bd46f17d5825be8be8fd92e75cdc3256f73deb047769366790fcf5
|
data/README.md
CHANGED
@@ -4,11 +4,6 @@ The PhoenixPassword generator gem is intended to be used
|
|
4
4
|
in password recovery operations or random password generation
|
5
5
|
purposes.
|
6
6
|
|
7
|
-
It comes with a variety of tools to help you in accomplishing your
|
8
|
-
task but do note that it has not been thoroughly tested.
|
9
|
-
|
10
|
-
*Caution is advised when using it.*
|
11
|
-
|
12
7
|
## Installation
|
13
8
|
|
14
9
|
Add this line to your application's Gemfile:
|
data/lib/phoenix_password.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phoenix_password
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Spiros Avlonitis
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-05-
|
11
|
+
date: 2017-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -73,7 +73,7 @@ files:
|
|
73
73
|
- bin/setup
|
74
74
|
- lib/phoenix_password.rb
|
75
75
|
- lib/phoenix_password/version.rb
|
76
|
-
- phoenix_password-0.1.
|
76
|
+
- phoenix_password-0.1.2.gem
|
77
77
|
- phoenix_password.gemspec
|
78
78
|
homepage: https://github.com/spirosavlonitis/phoenix_password
|
79
79
|
licenses:
|
data/phoenix_password-0.1.1.gem
DELETED
Binary file
|