claude_code 0.0.14 → 0.0.15
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 +4 -4
- data/claude_code.gemspec +6 -6
- data/lib/claude_code/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9efc42a367657d06c871154f46ddaa4dd9f4e4eebde0e3f8de03d7a56487fdd3
|
4
|
+
data.tar.gz: bf74c30195b0707de306a447e6f8aef102e71102efa10b1427949d91de1c57aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 794394ba87bdb6280b191cbfadc755ff7c9a72d613f31c5a42aa1cb57b08f706c8afa6296293ed4edb1330403f5690c2fd8691d4ea04bd80012738f14c4f6a15
|
7
|
+
data.tar.gz: f12535eec418b4fd664d567d03a8c8dddafe236ae5847ec723101927582a3bb3334bbf05a2c774c35e1f7cc947c32d6f94e7cc600a8d21f14590bddacc33dc46
|
data/claude_code.gemspec
CHANGED
@@ -5,19 +5,19 @@ require_relative 'lib/claude_code/version'
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = 'claude_code'
|
7
7
|
spec.version = ClaudeCode::VERSION
|
8
|
-
spec.authors = ['
|
9
|
-
spec.email = ['
|
8
|
+
spec.authors = ['Your Name']
|
9
|
+
spec.email = ['your.email@example.com']
|
10
10
|
|
11
11
|
spec.summary = 'Ruby SDK for Claude Code with streaming support and ergonomic MCP integration'
|
12
|
-
spec.description = '
|
13
|
-
spec.homepage = 'https://github.com/
|
12
|
+
spec.description = 'Ruby SDK for Claude Code with streaming support and MCP integration. See the Claude Code SDK documentation for more information.'
|
13
|
+
spec.homepage = 'https://github.com/schappim/claude-code-sdk-ruby'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
spec.required_ruby_version = '>= 3.0.0'
|
16
16
|
|
17
17
|
spec.metadata['homepage_uri'] = spec.homepage
|
18
|
-
spec.metadata['source_code_uri'] =
|
18
|
+
spec.metadata['source_code_uri'] = 'https://github.com/schappim/claude-code-sdk-ruby'
|
19
19
|
spec.metadata['documentation_uri'] = 'https://docs.anthropic.com/en/docs/claude-code/sdk'
|
20
|
-
spec.metadata['changelog_uri'] = 'https://github.com/
|
20
|
+
spec.metadata['changelog_uri'] = 'https://github.com/schappim/claude-code-sdk-ruby/blob/main/CHANGELOG.md'
|
21
21
|
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
22
22
|
|
23
23
|
# Specify which files should be added to the gem when it is released.
|
data/lib/claude_code/version.rb
CHANGED
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: claude_code
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Your Name
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
@@ -150,10 +150,10 @@ dependencies:
|
|
150
150
|
- - "~>"
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '0.9'
|
153
|
-
description:
|
154
|
-
for more information.
|
153
|
+
description: Ruby SDK for Claude Code with streaming support and MCP integration.
|
154
|
+
See the Claude Code SDK documentation for more information.
|
155
155
|
email:
|
156
|
-
-
|
156
|
+
- your.email@example.com
|
157
157
|
executables: []
|
158
158
|
extensions: []
|
159
159
|
extra_rdoc_files: []
|
@@ -188,14 +188,14 @@ files:
|
|
188
188
|
- lib/claude_code/errors.rb
|
189
189
|
- lib/claude_code/types.rb
|
190
190
|
- lib/claude_code/version.rb
|
191
|
-
homepage: https://github.com/
|
191
|
+
homepage: https://github.com/schappim/claude-code-sdk-ruby
|
192
192
|
licenses:
|
193
193
|
- MIT
|
194
194
|
metadata:
|
195
|
-
homepage_uri: https://github.com/
|
196
|
-
source_code_uri: https://github.com/
|
195
|
+
homepage_uri: https://github.com/schappim/claude-code-sdk-ruby
|
196
|
+
source_code_uri: https://github.com/schappim/claude-code-sdk-ruby
|
197
197
|
documentation_uri: https://docs.anthropic.com/en/docs/claude-code/sdk
|
198
|
-
changelog_uri: https://github.com/
|
198
|
+
changelog_uri: https://github.com/schappim/claude-code-sdk-ruby/blob/main/CHANGELOG.md
|
199
199
|
allowed_push_host: https://rubygems.org
|
200
200
|
post_install_message:
|
201
201
|
rdoc_options: []
|