llm_fixer 0.0.6 → 0.0.7

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: c2973c8eade54ef7c5ffb77610f59c07421e55c7bbb88141aec9f143d9079b2f
4
- data.tar.gz: c3db2af8c90e989e1fb117e67616e8a22234b422b63abf76de7507087574aa19
3
+ metadata.gz: d5135df7d976551f745312f036ceccb58b06a4555bcb64682da8043e27478ff1
4
+ data.tar.gz: a3abeda24ca16df63b22d5ad108ab378172c2f2da9854151719fd00f519354ec
5
5
  SHA512:
6
- metadata.gz: 1ecf3c11deb8385767e5d055f198ae3d4981999153030eecdb360ba8c6d942ca9a16f5de3a09737698a91e779e7d8b88ecc7612065f4afd3d1f37ef10eeae463
7
- data.tar.gz: ac22067a2f6da99b8da2f34f4e3788287ac186dd458b853c3cd5438e5e3c42c3ae454be95a8e287e76f378358d8df223840cb7096d314cb6523ef1bbb0442d45
6
+ metadata.gz: 56936bb3c0c5bf73a4213040b9ba4fa1a3fa05bed42e346e5334f44f2e0f92688b5887ad2b5cf6fac44ea3504f0d05894a8bacf05979c684999e3c48370bce20
7
+ data.tar.gz: f46b579da3289127eb6d782a20719d5a5d24e4321e60653596d8ae3f2713f5470f477319ccef02f3bbd100501e5cdb1b8a39deea9d9b526d5db3364ca1d48db4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- llm_fixer (0.0.1)
4
+ llm_fixer (0.0.6)
5
5
  colorize
6
6
  ruby-openai
7
7
  thor
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LlmFixer
4
- VERSION = "0.0.6"
4
+ VERSION = "0.0.7"
5
5
  end
@@ -2,6 +2,6 @@ You are a code repair assistant. Your task is to fix static analysis errors in c
2
2
  You should:
3
3
  - Fix only the error locations. Don't add comments that explain the process.
4
4
  - Delete unnecessary lines instead of commenting them out
5
- - Generate fixed full source code
5
+ - Generate only fixed full source code. Don't add any comments.
6
6
 
7
7
  The command, FileContent, and ErrorOutput will be provided in the user message.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llm_fixer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaiba