urban_pass 0.0.2 → 0.0.2.1

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: 9a5a4eae9a5fe2253ec691b479947c8f57bf9e8a
4
- data.tar.gz: 710c205824a6708c20d7d49359b37fb1861e7834
3
+ metadata.gz: 0ec89bc5e8aefa84991eeaf2bd1aeb2e311bc52c
4
+ data.tar.gz: ac2790d46199f26ebb33363f30844ff3394c7965
5
5
  SHA512:
6
- metadata.gz: ad76d6ebf35ebc2545a511607f753a60c466a1523056c9babc18dfb1d7e4d6ef3dc8c0960e04d98be1677f26f18b8e3a32595d0bbb5de205698c1dbb179b22c2
7
- data.tar.gz: 00e1b34b4336873f1251b98c7f0baafe9dbbf1c11abd860651cf6dbc95d685dff990f8eee92c0a7a4cd65be46a7964022ffdbfdc3d881288f35c829d5ca1b2d3
6
+ metadata.gz: d58d29ed64d120a7d66e6a9afcb4aec8d68b9df61e2c14b9304d3e1d331b92dc193d8b2d8fc0a896e827bff68c24b297d4cbd12919d459e8dc05cad43f3283e9
7
+ data.tar.gz: 25194d98f743a790b79b348c9edf6019e9b0e2498e83ea9a4e5bbea8fab1ba34ad8b1b90b7c6fb28bac1e70070144cd4208cea02ecda4ec21f874558ae709d06
@@ -1,3 +1,3 @@
1
1
  module UrbanPass
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.2.1"
3
3
  end
data/urban_pass.gemspec CHANGED
@@ -6,11 +6,11 @@ require 'urban_pass/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "urban_pass"
8
8
  spec.version = UrbanPass::VERSION
9
- spec.authors = ["Erik Nilsen"]
10
- spec.email = ["enilsen16@live.com"]
11
- spec.summary = %q{A password generator that uses the Urban Dictonary API.}
12
- spec.description = %q{A password generator that creates random passwords based on the Urban Dictonary API.}
13
- spec.homepage = ""
9
+ spec.authors = ["Erik Nilsen", "Marco Lindsay"]
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"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,10 +1,11 @@
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Nilsen
8
+ - Marco Lindsay
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
@@ -52,10 +53,11 @@ dependencies:
52
53
  - - "~>"
53
54
  - !ruby/object:Gem::Version
54
55
  version: 1.6.5
55
- description: A password generator that creates random passwords based on the Urban
56
- Dictonary API.
56
+ description: A password generator that creates random passwords based on words in
57
+ Urban Dictonary.
57
58
  email:
58
59
  - enilsen16@live.com
60
+ - lindsay_marco@hotmail.com
59
61
  executables:
60
62
  - urban_pass
61
63
  extensions: []
@@ -74,7 +76,7 @@ files:
74
76
  - test/features/generate_test.rb
75
77
  - test/test_helper.rb
76
78
  - urban_pass.gemspec
77
- homepage: ''
79
+ homepage: https://github.com/Marco-Lindsay/word_picker
78
80
  licenses:
79
81
  - MIT
80
82
  metadata: {}
@@ -97,7 +99,7 @@ rubyforge_project:
97
99
  rubygems_version: 2.4.5
98
100
  signing_key:
99
101
  specification_version: 4
100
- summary: A password generator that uses the Urban Dictonary API.
102
+ summary: A password generator from Urban Dictonary.
101
103
  test_files:
102
104
  - test/features/generate_test.rb
103
105
  - test/test_helper.rb