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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ec89bc5e8aefa84991eeaf2bd1aeb2e311bc52c
4
- data.tar.gz: ac2790d46199f26ebb33363f30844ff3394c7965
3
+ metadata.gz: ef64548e63c55ef1df5add3a4d3b361c9eed1ec6
4
+ data.tar.gz: ace26b4734783db47b1f629c3821f6fd1f5ccfb8
5
5
  SHA512:
6
- metadata.gz: d58d29ed64d120a7d66e6a9afcb4aec8d68b9df61e2c14b9304d3e1d331b92dc193d8b2d8fc0a896e827bff68c24b297d4cbd12919d459e8dc05cad43f3283e9
7
- data.tar.gz: 25194d98f743a790b79b348c9edf6019e9b0e2498e83ea9a4e5bbea8fab1ba34ad8b1b90b7c6fb28bac1e70070144cd4208cea02ecda4ec21f874558ae709d06
6
+ metadata.gz: f15b8ace4b046c4197fe8f48d588b448d78e6dc79bacbe07a398a9fa3e26dbcf008096097a7053d7fbccef6d316f8c623a08704e93fa331c6af9d295a70841f4
7
+ data.tar.gz: 0276ae3eec19ba96b3ec3f553f6c6645189764d5ba19d819ea7f38dd6a59d61fa3ca79113eaa6f54ab1204ca4a01a90e67b641352da452c1d073cf268f0c7f8c
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # UrbanPass
2
+ [![Gem Version](https://badge.fury.io/rb/urban_pass.svg)](http://badge.fury.io/rb/urban_pass)
2
3
 
3
4
  After dealing with multiple password generators. We decided to create a password generator thats a little different.
4
5
 
@@ -1,3 +1,3 @@
1
1
  module UrbanPass
2
- VERSION = "0.0.2.1"
2
+ VERSION = "0.0.2.2"
3
3
  end
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 Dictonary.}
12
- spec.description = %q{A password generator that creates random passwords based on words in Urban Dictonary.}
13
- spec.homepage = "https://github.com/Marco-Lindsay/word_picker"
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.1
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-05 00:00:00.000000000 Z
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 Dictonary.
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/Marco-Lindsay/word_picker
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 Dictonary.
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