moderately_password_generator 0.1.0 → 0.1.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0259ec2016f9aaa22f948ddb140a9e000e64f30631d9acd19bd77d84b52c409b'
|
|
4
|
+
data.tar.gz: ecc5af912a1301347fba99dffaea1858eb15540c1143eccda9c87532613ca398
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2377c9e20792f54894ec41a523988f26a538c70a675fe31ff31a6673f9f36910fcb78d707d84cbea3c891075357302224cbf7b41fa98eb410bfc63f2b395fbe
|
|
7
|
+
data.tar.gz: f32ccaf6ab18af7885d95d8f339c87c1d2069ce63b9ca8234f0a7900d759d18b63b77dee1ba474f0a6218ae7a13c4b1a40d372cde3657f6f94ad6b2f080ea458
|
|
@@ -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/
|
|
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.
|
|
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/
|
|
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/
|
|
38
|
-
source_code_uri: https://github.com/kazto/
|
|
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:
|