opencode_client 1.0.1 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 66c065e6a0865eba2cfb33cb6878cd910a7474332c312f62432a7f6b2dfea44a
4
- data.tar.gz: b33f8a2febb83c8ecd58391affb1c01160a5cd9c1a053b17e35ee13fca408d3f
3
+ metadata.gz: 17349082cdaddc549a1a20e756378e198aa9a845d34d3771875be4c45b9a6f12
4
+ data.tar.gz: 7771568418a5cf0b053652fc80fef604fae52be5e1807e5aca3cb33552520033
5
5
  SHA512:
6
- metadata.gz: 449da9ff38abc049f8c1e2781a82b89677c92cff976b5307a4b7cfd44e0223df9c10437f1b9ed986be1858724481a095afac69b6fc794e479f8e14ed249f0d5b
7
- data.tar.gz: 84f8c0bf1fd97dfa0688fa15d00dc318c6c4b9cfbbfcdf84cc27ba7ba0c839588d664e82bf6d332277b7451d895591b3a10d6d8c1385d21973de86afa6d07687
6
+ metadata.gz: 1cc8aa4ead9563bb4eefdc66071792569ae42bf4b40a1f3c418d18dec6d5d3fbddd64a094c38ece18b5ccd1e608b271198bafdb558d62bd70e5359e64bcd42dd
7
+ data.tar.gz: f131a4795f9114940c108be07809668bea7fad4fa6b3517c4012da0fbe6f7f9133b11dfd4be27f371730f312e5b81cb5b41a8a2e8053453b1c9818f7c8c9aa46
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opencode_client (1.0.1)
4
+ opencode_client (1.0.2)
5
5
  httpx (~> 1.0, >= 1.0.0)
6
6
 
7
7
  GEM
@@ -79,7 +79,7 @@ CHECKSUMS
79
79
  httpx (1.7.0) sha256=e219689555951f9c13c40862da120cdd2535e1454189bed589f04d7059557154
80
80
  jaro_winkler (1.5.6) sha256=007db7805527ada1cc12f2547676181d63b0a504ec4dd7a9a2eb2424521ccd81
81
81
  method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
82
- opencode_client (1.0.1)
82
+ opencode_client (1.0.2)
83
83
  parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
84
84
  parser (3.3.10.0) sha256=ce3587fa5cc55a88c4ba5b2b37621b3329aadf5728f9eafa36bbd121462aabd6
85
85
  pry (0.15.2) sha256=12d54b8640d3fa29c9211dd4ffb08f3fd8bf7a4fd9b5a73ce5b59c8709385b6b
data/README.md CHANGED
@@ -6,8 +6,8 @@ opencode api
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 1.0.1
10
- - Package version: 1.0.1
9
+ - API version: 1.0.2
10
+ - Package version: 1.0.2
11
11
  - Generator version: 7.18.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
 
@@ -24,7 +24,7 @@ gem build opencode_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./opencode_client-1.0.1.gem
27
+ gem install ./opencode_client-1.0.2.gem
28
28
  ```
29
29
 
30
30
  (for development, run `gem install --dev ./opencode_client-1.0.0.gem` to install the development dependencies)
@@ -33,7 +33,7 @@ or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.or
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'opencode_client', '~> 1.0.1'
36
+ gem 'opencode_client', '~> 1.0.2'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ Generator version: 7.18.0
11
11
  =end
12
12
 
13
13
  module OpencodeClient
14
- VERSION = '1.0.1'
14
+ VERSION = '1.0.2'
15
15
  end
@@ -5,7 +5,7 @@
5
5
 
6
6
  #opencode api
7
7
 
8
- The version of the OpenAPI document: 1.0.1
8
+ The version of the OpenAPI document: 1.0.2
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
11
  Generator version: 7.18.0
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
  s.platform = Gem::Platform::RUBY
22
22
  s.authors = ["OpenCode AI"]
23
23
  s.email = ["eric.guocz@gmail.com"]
24
- s.homepage = 'https://github.com/Eric-Guo/wechat'
24
+ s.homepage = 'https://github.com/Eric-Guo/opencode_client_ruby'
25
25
  s.summary = "OpenCode Ruby Client Gem"
26
26
  s.description = "Ruby client for the OpenCode API"
27
27
  s.license = "MIT"
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opencode_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenCode AI
@@ -824,7 +824,7 @@ files:
824
824
  - spec/models/vcs_info_spec.rb
825
825
  - spec/models/well_known_auth_spec.rb
826
826
  - spec/spec_helper.rb
827
- homepage: https://github.com/Eric-Guo/wechat
827
+ homepage: https://github.com/Eric-Guo/opencode_client_ruby
828
828
  licenses:
829
829
  - MIT
830
830
  metadata: {}