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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eb66a294e0cb0f8b791281732ae3ab34c9508c53
4
- data.tar.gz: fe4fc95d8eb76f33921ff84407d410fe88b9ac32
3
+ metadata.gz: 8cfd7dba6d04a59daca9fc4443c943518df0a3ce
4
+ data.tar.gz: 60af886c9253e8e8d22cdadfa108e9f0e5cf19dc
5
5
  SHA512:
6
- metadata.gz: dd99cf1ef1f7af136849c71a4525fa0cc131dd2abcebe96df0054ae05e2f91dd39c760308d7959ce0dcf7693a096c186310f97c7c780f0a4eb1516273f06462b
7
- data.tar.gz: e0e8fc92ce1f08e08111649ac2007d405b4ef1025571ee6b981fd8e6d59ab218b17516a69095b4d3218009a601d03afea562405bb58af486c544a896f58e2b1b
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:
@@ -176,7 +176,7 @@ class PhoenixPassword
176
176
  unless unique_file.nil?
177
177
  unique_file.close
178
178
  end
179
- puts unique_combs
179
+
180
180
  return unique_combs
181
181
  end
182
182
 
@@ -1,3 +1,3 @@
1
1
  class PhoenixPassword
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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-29 00:00:00.000000000 Z
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.1.gem
76
+ - phoenix_password-0.1.2.gem
77
77
  - phoenix_password.gemspec
78
78
  homepage: https://github.com/spirosavlonitis/phoenix_password
79
79
  licenses:
Binary file