llm_fixer 0.0.3 → 0.0.4

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: cb73fbc33ad7bb58e87e339fd4bb0a04df64f38902f5aea2729753d7db090644
4
- data.tar.gz: db8767bcb98be1c1421e133bbe988e12a77892925eaa24701afc8c59760759e3
3
+ metadata.gz: 9913c131c06d4864ec7e795574f39744093eac923900c5db222d5315285f6a14
4
+ data.tar.gz: 9bd5c3243872f9180f39c1c43da9e74af0453f98b231e20706d963b9ffa91049
5
5
  SHA512:
6
- metadata.gz: 61d7ffdc4b0f9f9fd2b916d116c7dab2a8800a3dda4b00c996fc11cbc3084922e58fc9e382cb2bd9c0b78212b4b9a3a3e80f5d26c4e35e025fd68e522b2baf96
7
- data.tar.gz: acc8fec0fb87c8fe25dd5636827881a6848284277b1c53f625c126348c8bb8a52887b234de04825b3b5a8302da28217b8492a4a5a26a5a080f9719ed4c7525ef
6
+ metadata.gz: a07dbf77d08b491309d57e2a78cbc3a53dd117cff6157c8ccd5d4b00f48d119f9d59cdca1670eab89a6b2087313c0c563c5de8bb001a1b0818ed05157f5a407a
7
+ data.tar.gz: 43dc4b2fb8022f67d9de54cd15da2f1cf2644aed64959bac52f8ea00b42e90d1905b45a7866ecacc08733a9c16195cbe8f24e586b309c9ae2e6e878a536c5f4e
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.4)
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.3"
4
+ VERSION = "0.0.4"
5
5
  end
@@ -1,6 +1,6 @@
1
1
  You are a code repair assistant. Your task is to fix static analysis errors in code.
2
2
  You should:
3
- - Fix only the error locations
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
5
  - Generate fixed full source code
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llm_fixer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaiba
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-21 00:00:00.000000000 Z
11
+ date: 2025-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize