urban_pass 0.0.2.1 → 0.0.2.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 +1 -0
- data/lib/urban_pass/version.rb +1 -1
- data/urban_pass.gemspec +3 -3
- 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: ef64548e63c55ef1df5add3a4d3b361c9eed1ec6
|
4
|
+
data.tar.gz: ace26b4734783db47b1f629c3821f6fd1f5ccfb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f15b8ace4b046c4197fe8f48d588b448d78e6dc79bacbe07a398a9fa3e26dbcf008096097a7053d7fbccef6d316f8c623a08704e93fa331c6af9d295a70841f4
|
7
|
+
data.tar.gz: 0276ae3eec19ba96b3ec3f553f6c6645189764d5ba19d819ea7f38dd6a59d61fa3ca79113eaa6f54ab1204ca4a01a90e67b641352da452c1d073cf268f0c7f8c
|
data/README.md
CHANGED
data/lib/urban_pass/version.rb
CHANGED
data/urban_pass.gemspec
CHANGED
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = UrbanPass::VERSION
|
9
9
|
spec.authors = ["Erik Nilsen", "Marco Lindsay"]
|
10
10
|
spec.email = ["enilsen16@live.com", "lindsay_marco@hotmail.com"]
|
11
|
-
spec.summary = %q{A password generator from Urban
|
12
|
-
spec.description = %q{A password generator that creates random passwords based on words in Urban
|
13
|
-
spec.homepage = "https://github.com/
|
11
|
+
spec.summary = %q{A password generator from Urban Dictionary.}
|
12
|
+
spec.description = %q{A password generator that creates random passwords based on words in Urban Dictionary.}
|
13
|
+
spec.homepage = "https://github.com/enilsen16/urban_pass"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: urban_pass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.2.
|
4
|
+
version: 0.0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Erik Nilsen
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-01-
|
12
|
+
date: 2015-01-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -54,7 +54,7 @@ dependencies:
|
|
54
54
|
- !ruby/object:Gem::Version
|
55
55
|
version: 1.6.5
|
56
56
|
description: A password generator that creates random passwords based on words in
|
57
|
-
Urban
|
57
|
+
Urban Dictionary.
|
58
58
|
email:
|
59
59
|
- enilsen16@live.com
|
60
60
|
- lindsay_marco@hotmail.com
|
@@ -76,7 +76,7 @@ files:
|
|
76
76
|
- test/features/generate_test.rb
|
77
77
|
- test/test_helper.rb
|
78
78
|
- urban_pass.gemspec
|
79
|
-
homepage: https://github.com/
|
79
|
+
homepage: https://github.com/enilsen16/urban_pass
|
80
80
|
licenses:
|
81
81
|
- MIT
|
82
82
|
metadata: {}
|
@@ -99,7 +99,7 @@ rubyforge_project:
|
|
99
99
|
rubygems_version: 2.4.5
|
100
100
|
signing_key:
|
101
101
|
specification_version: 4
|
102
|
-
summary: A password generator from Urban
|
102
|
+
summary: A password generator from Urban Dictionary.
|
103
103
|
test_files:
|
104
104
|
- test/features/generate_test.rb
|
105
105
|
- test/test_helper.rb
|