tippy_jay 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: 20e901439733f1103bd90fb0c93466401565ad6c82acc34730b16aebaaed3aaa
4
- data.tar.gz: b2267a8303663debd7eefc782175fb5b1082b0edfa7f71e643300f1cf168410b
3
+ metadata.gz: ca4fcdf8e6834c5d98f186c9099983141acb3d8d6763fb11ee2d30974b650d09
4
+ data.tar.gz: d1c18f9c6ca13aa4f477a2ee4a35a047d63e9de19e40263fb027f7a1df89fe93
5
5
  SHA512:
6
- metadata.gz: e76fb1a11a3494ecb3b8de2828ff72ccbbfb322dfdf0088514cd8bb0213889cbd873a41fc6d9b2fad62a207cdb2dac427fed49505996674268af5029cbe01e6a
7
- data.tar.gz: 4fa21c8ec6d9719a3a0254d99bd722e154ea000ebc878c4c9a1297ee4cb795f4d6ab12df128aa69fb3c7e6043957d599b650e22667c82ef72fcdec25b8b3c585
6
+ metadata.gz: 4f5408c6a6021ceefc7beea637de4f932362ff397f33b5e9b662a91ea2ab034b88494ae752df239b86f668756c87856d4cdf4ae147ff393e4333f88abbabcf0e
7
+ data.tar.gz: b25ba43e9a1ea0887884ee0325b8bb37414b73f0f8cb4eed672dfc8d882522f5bcbfaaa900ead4d6b558823a85e31434f7653d012bfcdf42b17f672df24f3a9b
data/Gemfile.lock ADDED
@@ -0,0 +1,48 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ tippy_jay (0.1.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ ast (2.4.2)
10
+ json (2.7.2)
11
+ language_server-protocol (3.17.0.3)
12
+ parallel (1.25.1)
13
+ parser (3.3.4.0)
14
+ ast (~> 2.4.1)
15
+ racc
16
+ racc (1.8.0)
17
+ rainbow (3.1.1)
18
+ rake (13.2.1)
19
+ regexp_parser (2.9.2)
20
+ rexml (3.3.1)
21
+ strscan
22
+ rubocop (1.65.0)
23
+ json (~> 2.3)
24
+ language_server-protocol (>= 3.17.0)
25
+ parallel (~> 1.10)
26
+ parser (>= 3.3.0.2)
27
+ rainbow (>= 2.2.2, < 4.0)
28
+ regexp_parser (>= 2.4, < 3.0)
29
+ rexml (>= 3.2.5, < 4.0)
30
+ rubocop-ast (>= 1.31.1, < 2.0)
31
+ ruby-progressbar (~> 1.7)
32
+ unicode-display_width (>= 2.4.0, < 3.0)
33
+ rubocop-ast (1.31.3)
34
+ parser (>= 3.3.1.0)
35
+ ruby-progressbar (1.13.0)
36
+ strscan (3.1.0)
37
+ unicode-display_width (2.5.0)
38
+
39
+ PLATFORMS
40
+ arm64-darwin-23
41
+
42
+ DEPENDENCIES
43
+ rake (~> 13.0)
44
+ rubocop (~> 1.21)
45
+ tippy_jay!
46
+
47
+ BUNDLED WITH
48
+ 2.2.33
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TippyJay
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/tippy_jay.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.license = "MIT"
14
14
  spec.required_ruby_version = ">= 2.6.0"
15
15
 
16
- # spec.metadata["homepage_uri"] = spec.homepage
16
+ spec.metadata["homepage_uri"] = spec.homepage
17
17
  # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
18
18
  # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tippy_jay
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
  - Jay
@@ -21,6 +21,7 @@ files:
21
21
  - CHANGELOG.md
22
22
  - CODE_OF_CONDUCT.md
23
23
  - Gemfile
24
+ - Gemfile.lock
24
25
  - LICENSE.txt
25
26
  - README.md
26
27
  - Rakefile
@@ -34,7 +35,8 @@ files:
34
35
  homepage: https://github.com/jayeshpatil01/tippy_jay
35
36
  licenses:
36
37
  - MIT
37
- metadata: {}
38
+ metadata:
39
+ homepage_uri: https://github.com/jayeshpatil01/tippy_jay
38
40
  post_install_message:
39
41
  rdoc_options: []
40
42
  require_paths: