gpt_helpr 0.2.1 → 0.2.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/gpt_helpr/version.rb +1 -1
  3. metadata +13 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43764907432b7f7b41c2964247f352032dca55e3de3f64417f1d1ce2e1b0c3ca
4
- data.tar.gz: 53df5907162806ee004909d8fcb449185d227cedc16d06ba2073d3254e9d099b
3
+ metadata.gz: c814003e6048682f0cbbf4985a6bf7a808c3f9ebc9930802c1a77431f9332d66
4
+ data.tar.gz: b2d2409169926d3e34a65b508b422a11497b865bd342ec9f010d9433d386798e
5
5
  SHA512:
6
- metadata.gz: 7ed06023e1eac48a0239ac70a2ca4e4a2f3d8ff72281ccb09c7d0fa123b66c6bfbffbc74d90cedb9a9c619ecd6f632b8fdadf44dd094a933c8b8c7a9d68ed3aa
7
- data.tar.gz: ea3d13668ad073d2734e66ef053edd5ca27b1da860c707bd890a2a59c166f806128c759628dd5685ef8137abe77119d01df992eaab4269d47680fadd25321825
6
+ metadata.gz: 721f294a118a2c86d3ea80acb3f9b639f575a1a56db1d82dffacc0144e9038fd868f7b126a72a36da139d17dd73030fb87fec81252b3ee65d35e08835b0265f4
7
+ data.tar.gz: a493222c91116d543a2992a0d08b4062d6d488be010c0ffff32df87aaf011bd826720642cf70ccf2092d35368a2e9cb6b44c97a23b37182010752df42b9fcd91
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GptHelpr
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gpt_helpr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emanuele Tozzato
@@ -24,27 +24,28 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.0.3
27
- description: "It is sometime necessary to provide context and explanations for your
28
- code. Instead of manually copying and formatting code snippets, GPT-Helpr automates
29
- the process with an interactive cli, generating a well-structured Markdown output,
30
- which can be copied to your clipboard or printed to file.\n\n### Example Usage:\n\n```sh\n#
31
- lmk is an alias for gpt_helpr -i -ln\n\n$ lmk\n== \U0001F3F4‍☠️ GptHelpr 0.2.1 ==
32
- Helping to dig your codebase and cook GPT-XX instructions [current directory /Users/etozzato/WorkSpace/_AINZ/pizzatarians.com]\n\nFile
27
+ description: "== What is GptHelpr?\n\nIt is sometime necessary to provide context
28
+ and explanations for your code. Instead of manually copying and formatting code
29
+ snippets, GPT-Helpr automates the process with an interactive cli, generating a
30
+ well-structured Markdown output, which can be copied to your clipboard or printed
31
+ to file.\n\n=== Example Usage\n\n```\n#note lmk is an alias for gpt_helpr -i -ln\n\n$
32
+ lmk\n== \U0001F3F4‍☠️ GptHelpr 0.2.2 == Helping to dig your codebase and cook GPT-XX
33
+ instructions [current directory /Users/etozzato/WorkSpace/_AINZ/pizzatarians.com]\n\nFile
33
34
  Path (optional :start:end): TAB ->\nfavicon.ico hey.md js
34
35
  \ random-acts-of-pizza.md\n_config.yml _site
35
36
  \ draft fonts\nimages kneading-baking-academy.md
36
37
  \ _exe academy\nfavicon.gif hands-in-dough.md
37
38
  \ index.md parties-and-events.md\n\nFile Path (optional
38
39
  :start:end): hey.md 1:22\nInstructions: can you improve this text? Do you see any
39
- issues with the template?\nFile Path (optional :start:end): ENTER to exit\n\n====
40
- file source `hey.md`\n\n1: ---\n2: title: Hey, hello!\n3: layout: default\n4: ---\n5:\n6:
40
+ issues with the template?\nFile Path (optional :start:end):\n\n==== file source
41
+ \ `hey.md`\n\n1: ---\n2: title: Hey, hello!\n3: layout: default\n4: ---\n5:\n6:
41
42
  # {{ page.title }}\n7: ----\n8:\n9: <div class=\"row\">\n10: <div class=\"col-md-12\">\n11:
42
43
  \ <p class='justin'>\n12: Nice to meet you, I am *Mek*!\n13: </p>\n14:
43
44
  \ <p class='listo'>\n15: I am a self-proclaimed pizza guru and I am here
44
45
  to teach & learn. Originally from Venice, Italy you can find me in San Diego, CA.\n16:
45
46
  \ </p>\n17: <p class='listo'>\n18: In my spare time, I write code @
46
47
  PlayStation!\n19: </p>\n20: </div>\n21: </div>\n22:\n\ncan you improve this
47
- text? Do you see any issues with the template?\n\n==== end of `hey.md`\n\n"
48
+ text? Do you see any issues with the template?\n\n==== end of `hey.md`\n```\n"
48
49
  email:
49
50
  - etozzato@gmail.com
50
51
  executables:
@@ -68,6 +69,7 @@ metadata:
68
69
  homepage_uri: https://etozzato.com
69
70
  source_code_uri: https://github.com/etozzato/gpt-helpr
70
71
  changelog_uri: https://github.com/etozzato/gpt-helpr/blob/main/CHANGELOG.md
72
+ rubygems_mfa_required: 'true'
71
73
  post_install_message:
72
74
  rdoc_options: []
73
75
  require_paths:
@@ -86,6 +88,6 @@ requirements: []
86
88
  rubygems_version: 3.5.14
87
89
  signing_key:
88
90
  specification_version: 4
89
- summary: "== \U0001F3F4‍☠️ GptHelpr 0.2.1 == Helping to dig your codebase and cook
91
+ summary: "== \U0001F3F4‍☠️ GptHelpr 0.2.2 == Helping to dig your codebase and cook
90
92
  GPT-XX instructions"
91
93
  test_files: []