zestyclose 0.1.1 → 0.1.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
  SHA256:
3
- metadata.gz: e8fd2631aed2e064076244d7b5313d19b1c6a048f30ab133f262254e3d79af2a
4
- data.tar.gz: 443dea34a03109fd48ea1ee372e6ee3f505dcb49e62e46bbdc47130e55f40a0c
3
+ metadata.gz: 6efe42c45c615694f6981240195fe9de46d5fc623747c37eeb2c3a17327a0116
4
+ data.tar.gz: 80f2c7b14523bd7c9b4ff4e3f5783b39dabb1caac0f14382a1d2976c068cf3ad
5
5
  SHA512:
6
- metadata.gz: 884359addcd6c67bc9363a4c1fb9f94004200d3da42c67c5d4049e74b9c585e5a516f67623f463a2f5bb4ca9670d274647296dc744905a963e1daade90bd6872
7
- data.tar.gz: 74eda450b00f2d59ca293f85d8399a2b49ccc8e1eb9b1893980ba7fb7c5dd1788101638c54aa75b55d0264a1c1ff3411c13b5be764996b2ed85f84aa0bda3cf8
6
+ metadata.gz: 864f7d87743a178fcf38c4394836dabe1d3b711d7fc683a19eeaf45b46a3f0a0f9ae860ac08ba474489579f5e591fd7bafe276f6b859a1208c42bbd4c8a4c12f
7
+ data.tar.gz: 8415febfded4bec3c121161a6e9894122fc70cdfaaf050bd33b2381da2d1f37fd8d48050b43e74002d9d8deb23cc7dbd5167e46549d71e03c90f94a52e622e6d
data/.idea/zestyclose.iml CHANGED
@@ -13,15 +13,15 @@
13
13
  <orderEntry type="sourceFolder" forTests="false" />
14
14
  <orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, rbenv: 2.7.4) [gem]" level="application" />
15
15
  <orderEntry type="library" scope="PROVIDED" name="bundler (v2.2.0, rbenv: 2.7.4) [gem]" level="application" />
16
- <orderEntry type="library" scope="PROVIDED" name="parallel (v1.20.1, rbenv: 2.7.4) [gem]" level="application" />
17
- <orderEntry type="library" scope="PROVIDED" name="parser (v3.0.2.0, rbenv: 2.7.4) [gem]" level="application" />
18
- <orderEntry type="library" scope="PROVIDED" name="rainbow (v3.0.0, rbenv: 2.7.4) [gem]" level="application" />
16
+ <orderEntry type="library" scope="PROVIDED" name="parallel (v1.22.1, rbenv: 2.7.4) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="parser (v3.1.1.0, rbenv: 2.7.4) [gem]" level="application" />
18
+ <orderEntry type="library" scope="PROVIDED" name="rainbow (v3.1.1, rbenv: 2.7.4) [gem]" level="application" />
19
19
  <orderEntry type="library" scope="PROVIDED" name="rake (v13.0.6, rbenv: 2.7.4) [gem]" level="application" />
20
20
  <orderEntry type="library" scope="PROVIDED" name="regexp_parser (v2.2.1, rbenv: 2.7.4) [gem]" level="application" />
21
21
  <orderEntry type="library" scope="PROVIDED" name="rexml (v3.2.5, rbenv: 2.7.4) [gem]" level="application" />
22
- <orderEntry type="library" scope="PROVIDED" name="rubocop (v0.90.0, rbenv: 2.7.4) [gem]" level="application" />
23
- <orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v0.8.0, rbenv: 2.7.4) [gem]" level="application" />
22
+ <orderEntry type="library" scope="PROVIDED" name="rubocop (v0.93.1, rbenv: 2.7.4) [gem]" level="application" />
23
+ <orderEntry type="library" scope="PROVIDED" name="rubocop-ast (v1.16.0, rbenv: 2.7.4) [gem]" level="application" />
24
24
  <orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.11.0, rbenv: 2.7.4) [gem]" level="application" />
25
- <orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v1.7.0, rbenv: 2.7.4) [gem]" level="application" />
25
+ <orderEntry type="library" scope="PROVIDED" name="unicode-display_width (v1.8.0, rbenv: 2.7.4) [gem]" level="application" />
26
26
  </component>
27
27
  </module>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Zestyclose
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
data/zestyclose.gemspec CHANGED
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Write a short summary, because RubyGems requires one."
12
12
  spec.description = "Write a longer description or delete this line."
13
- spec.homepage = "https://github.com/kyphan1/zestyclose"
13
+ spec.homepage = "https://github.com/kyphan1/zes123213tyclose"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
- spec.metadata["source_code_uri"] = "https://github.com/kyphan1/zestyclose"
19
- spec.metadata["changelog_uri"] = "https://github.com/kyphan1/zestyclose"
18
+ spec.metadata["source_code_uri"] = "https://github.com/kyphan1/z123123estyclose"
19
+ spec.metadata["changelog_uri"] = "https://github.com/kyphan1/zes123123tyclose"
20
20
 
21
21
  # Specify which files should be added to the gem when it is released.
22
22
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zestyclose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ky Phan
@@ -34,13 +34,13 @@ files:
34
34
  - lib/zestyclose.rb
35
35
  - lib/zestyclose/version.rb
36
36
  - zestyclose.gemspec
37
- homepage: https://github.com/kyphan1/zestyclose
37
+ homepage: https://github.com/kyphan1/zes123213tyclose
38
38
  licenses:
39
39
  - MIT
40
40
  metadata:
41
- homepage_uri: https://github.com/kyphan1/zestyclose
42
- source_code_uri: https://github.com/kyphan1/zestyclose
43
- changelog_uri: https://github.com/kyphan1/zestyclose
41
+ homepage_uri: https://github.com/kyphan1/zes123213tyclose
42
+ source_code_uri: https://github.com/kyphan1/z123123estyclose
43
+ changelog_uri: https://github.com/kyphan1/zes123123tyclose
44
44
  post_install_message:
45
45
  rdoc_options: []
46
46
  require_paths: