gptinfo 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: '018afb2c4de8885385d006470917e384498683646d5a8aee24060eb69e0dd3ef'
4
- data.tar.gz: d4501c55a4dfd6964cb6c3e3b338db2adfae111c4114129d61ae515c117752f8
3
+ metadata.gz: 2a5f644eefe06767d11b2689197fb4cd3d5342f450009e96dbb20c30f9e3855b
4
+ data.tar.gz: a28ae20a496e17d570ccf9e0da92dafd2a82069bd349a09f9e16746c7b423581
5
5
  SHA512:
6
- metadata.gz: f186661330a8f832d969ff041dac3c7caf10f12a82edf8f069e73162adab01f618f86ae2a52d9d61a5451da6cd1dd9416c90f91246f21eea8369808eff4ef732
7
- data.tar.gz: 5fcd8901d6e4c62d016647112b91bbac7b1f69fc2dedb5ab3ec5b8849cb31347fcbe5f4bb04f8396cd99d8af3a87dc428266bc7d5055be2d856e341614de8c85
6
+ metadata.gz: 7679cb1bc4a7c68968288bcf381f845d8f936a430de7261de72b3a751d3089cadc434e7111da527aeac308d8acc82d52be008e77788e4b8bf906b1e733ff401a
7
+ data.tar.gz: 792a1a2c13e90af7c48baf7f8015f952be39955af9110656196ad23925062daee542c3d4c01dbf0e20c9ce9f41ab05201bb1e545576de1bec04803e29b8a655c
@@ -1,3 +1,3 @@
1
1
  {
2
- "editor.inlineSuggest.showToolbar": "onHover"
2
+ "editor.inlineSuggest.showToolbar": "always"
3
3
  }
data/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![Gem Version](https://badge.fury.io/rb/gptinfo.svg)](https://badge.fury.io/rb/gptinfo)
2
+
1
3
  # Gptinfo
2
4
 
3
5
  Gpt Info Parse
@@ -33,7 +35,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
33
35
 
34
36
  ## Contributing
35
37
 
36
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/gptinfo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/gptinfo/blob/main/CODE_OF_CONDUCT.md).
38
+ Bug reports and pull requests are welcome on GitHub at https://github.com/seadfeng/gptinfo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/seadfeng/gptinfo/blob/main/CODE_OF_CONDUCT.md).
37
39
 
38
40
  ## License
39
41
 
@@ -41,4 +43,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
41
43
 
42
44
  ## Code of Conduct
43
45
 
44
- Everyone interacting in the Gptinfo project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/gptinfo/blob/main/CODE_OF_CONDUCT.md).
46
+ Everyone interacting in the Gptinfo project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/seadfeng/gptinfo/blob/main/CODE_OF_CONDUCT.md).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gptinfo
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gptinfo
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
  - Sead Feng
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2023-12-05 00:00:00.000000000 Z
@@ -42,7 +42,7 @@ metadata:
42
42
  homepage_uri: https://github.com/seadfeng/gptinfo
43
43
  source_code_uri: https://github.com/seadfeng/gptinfo
44
44
  changelog_uri: https://github.com/seadfeng/gptinfo/CHANGELOG.MD
45
- post_install_message:
45
+ post_install_message:
46
46
  rdoc_options: []
47
47
  require_paths:
48
48
  - lib
@@ -57,8 +57,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubygems_version: 3.4.22
61
- signing_key:
60
+ rubygems_version: 3.1.6
61
+ signing_key:
62
62
  specification_version: 4
63
63
  summary: GPT Info Parser
64
64
  test_files: []