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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e89198b386fb44c13a460464648e8f45a6348082dbe3aaa41982c0f5a345b27
4
- data.tar.gz: 1b65a49fc89bae14e5828f7fcdf8b95de2a83a38dea9d7a54837749bda907ec4
3
+ metadata.gz: 9efc42a367657d06c871154f46ddaa4dd9f4e4eebde0e3f8de03d7a56487fdd3
4
+ data.tar.gz: bf74c30195b0707de306a447e6f8aef102e71102efa10b1427949d91de1c57aa
5
5
  SHA512:
6
- metadata.gz: c594f6ea648ef10a9ec3dbf976a4c586ca7daddba16458a5310f312bb8a89698c3e59e8322c42c467f62fe7d04379484e26be45ed06663466b949cc03679e22c
7
- data.tar.gz: f31c12ac42ef0df771b9886754968239b0d3280334f06a7156569a38bdc4ddbf21e33354506c5499807f75981daf9f0edba8c0ab63087e131ee4c32da9fc58f2
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 = ['Anthropic']
9
- spec.email = ['support@anthropic.com']
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 = 'Official Ruby SDK for Claude Code. See the Claude Code SDK documentation for more information.'
13
- spec.homepage = 'https://github.com/anthropics/claude-code-sdk-python'
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'] = spec.homepage
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/anthropics/claude-code-sdk-python/blob/main/ruby/CHANGELOG.md'
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ClaudeCode
4
- VERSION = "0.0.14"
4
+ VERSION = "0.0.15"
5
5
  end
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.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
- - Anthropic
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: Official Ruby SDK for Claude Code. See the Claude Code SDK documentation
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
- - support@anthropic.com
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/anthropics/claude-code-sdk-python
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/anthropics/claude-code-sdk-python
196
- source_code_uri: https://github.com/anthropics/claude-code-sdk-python
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/anthropics/claude-code-sdk-python/blob/main/ruby/CHANGELOG.md
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: []