gpt-function 0.6.0 → 0.7.0

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: 61133cf0bb081bfcc03dc1e0b2a69bbc7f043c7dc6fd9c5e56d0d9734c975575
4
- data.tar.gz: b153cad22540e8b2ad46293c8dffc1aa63b27d48f87a60cb46a9d6cc869abc5d
3
+ metadata.gz: 6bba9981ceaa4edd441b41d6fe05ddf9f6a7a8545e66853fb7d863e600fd2c91
4
+ data.tar.gz: c5c729ddf3db4c76ba9d44edc6de991c68088ff054cc1e04a9d69ac95e368190
5
5
  SHA512:
6
- metadata.gz: 69fed6886b79e1b3e0034d3de36273b0bddc6b1ff59bb03067b737621ee85030ad334ceea48d72b9173025661f92f3f05d396d921720a4ee45a9f74dc7e9da50
7
- data.tar.gz: f375fa50fc60c54663e8c488385541caa711ee97cae76495c885b734ce826fe79dc703d13f3594e54a7d44371be6e1f7458990a527b1095fe562a7195b011df4
6
+ metadata.gz: 72266ef62eea0e2807de3fc3ddd1c7228b7e9115ca8ae3cc05e35b4526ff23afcb63e8b9f938828f3514a65ad1844d39f6421cd2569572a5a49c8c39e1b72215
7
+ data.tar.gz: b001c0c07bd574348abb06fbf68394dc42b830d7ed9be58622827fcd0518dcaa05cafc4fdee9837d5a49a4968a63205680cc01ad166b2850dfa94bf8b43befc4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gpt-function (0.4.0)
4
+ gpt-function (0.6.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -173,7 +173,7 @@ class GptFunction
173
173
  end
174
174
 
175
175
  def auto_delete
176
- metadata&.dig("auto_delete") || false
176
+ metadata&.dig("auto_delete") == "true"
177
177
  end
178
178
 
179
179
  class << self
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class GptFunction
4
- VERSION = "0.6.0"
4
+ VERSION = "0.7.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gpt-function
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - etrex kuo