gpt-function 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a9ccc7b67016c8c4168becde657818045cd2053c0362d7e3f43ccec17932ff3
4
- data.tar.gz: a39fe4ac8a9587a4ea6cf1a4fd17f5263f04548ceea48de3f058d487241283d7
3
+ metadata.gz: 8048ade9bee9c6ba03f8eb97810a0ecee19b49f5cded5b0b157d556c20b570ec
4
+ data.tar.gz: 38952aeef662639339175aeaab6661010f0a168121c217b003d9aba6abb27450
5
5
  SHA512:
6
- metadata.gz: a24119fb39f7249c81a4e51ec2e99ef794fb73f17682136943c067a767aafae5802c6f0898a7ca1e28f67af89c552ced79cde5a9849152503be41c2e49a7ca9f
7
- data.tar.gz: e1dbc17085f6a72d769169d3f41713c05b92731663dfdf2e0798c361a7f0d27c29554483daab1950564d5d1c5550dd98fe249e271a2c3173bf8b9705d0807012
6
+ metadata.gz: 31cdb81fcce80026a3b2bc351f4c65a118f9377bb39c05d5c2b14b2ee8590ad95870fbe910d46bb9e04f0f2e4559e22e60e6d9afa1540d1443f3f67cfa40350d
7
+ data.tar.gz: 732de393247c3271a7fb9c51b1a6ef01685c1001e40c9604c8fcbcdb2e2ffb01746ec4d86e6f744aad3adf1f39d63ccecf71090d8a845269176a800e4a300cb8
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Gpt
4
4
  class Function
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
@@ -0,0 +1 @@
1
+ require_relative "gpt/function"
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - etrex kuo
@@ -26,6 +26,7 @@ files:
26
26
  - README.md
27
27
  - Rakefile
28
28
  - gpt-function.gemspec
29
+ - lib/gpt-function.rb
29
30
  - lib/gpt/function.rb
30
31
  - lib/gpt/function/version.rb
31
32
  - workflows/main.yml