moderately_password_generator 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdbef95b403159ace36740499f5225792da2b65555f51dc4cd61b6b82fe29967
4
- data.tar.gz: d8ae76a5345d5bcf41f7fb51bd34c570581678c293596834aab541be17e5386b
3
+ metadata.gz: '0259ec2016f9aaa22f948ddb140a9e000e64f30631d9acd19bd77d84b52c409b'
4
+ data.tar.gz: ecc5af912a1301347fba99dffaea1858eb15540c1143eccda9c87532613ca398
5
5
  SHA512:
6
- metadata.gz: 9ad1a89111795418d0a7963562098e6d99b920a8d29c57c96625fe1eac88fa2db5a9e1135499920324cd5960f7d9b991aa9af5929b29ff468340b860a08d3720
7
- data.tar.gz: 806412f292c21c15295ddfa64d4a1344125e336718b0900c38210dd7a01dfe913c067553370f8658fe8b20929a31e69153dd9c5a62c162a38cf1b9d4781a15c0
6
+ metadata.gz: a2377c9e20792f54894ec41a523988f26a538c70a675fe31ff31a6673f9f36910fcb78d707d84cbea3c891075357302224cbf7b41fa98eb410bfc63f2b395fbe
7
+ data.tar.gz: f32ccaf6ab18af7885d95d8f339c87c1d2069ce63b9ca8234f0a7900d759d18b63b77dee1ba474f0a6218ae7a13c4b1a40d372cde3657f6f94ad6b2f080ea458
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ModeratelyPasswordGenerator
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Generates moderately random passwords."
12
12
  spec.description = "Generates moderately random passwords."
13
- spec.homepage = "https://github.com/kazto/moderately_password_genarator"
13
+ spec.homepage = "https://github.com/kazto/moderately_password_generator"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moderately_password_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAKAHASHI Kazto
@@ -30,12 +30,12 @@ files:
30
30
  - lib/moderately_password_generator/version.rb
31
31
  - moderately_password_generator.gemspec
32
32
  - sig/moderately_password_generator.rbs
33
- homepage: https://github.com/kazto/moderately_password_genarator
33
+ homepage: https://github.com/kazto/moderately_password_generator
34
34
  licenses:
35
35
  - MIT
36
36
  metadata:
37
- homepage_uri: https://github.com/kazto/moderately_password_genarator
38
- source_code_uri: https://github.com/kazto/moderately_password_genarator
37
+ homepage_uri: https://github.com/kazto/moderately_password_generator
38
+ source_code_uri: https://github.com/kazto/moderately_password_generator
39
39
  post_install_message:
40
40
  rdoc_options: []
41
41
  require_paths: