anthropic-sdk-beta 0.1.0.pre.beta.3 → 0.1.0.pre.beta.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/anthropic/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c8515cfd945a97cc3072cc7719eae991c2338a19c7893ef9cd8436914f203d5
4
- data.tar.gz: b114a1dbe22974e2c590789754a36db627180a55ce6d96803b572c0b61667db7
3
+ metadata.gz: a2d884d4e8b2191cdd05977bef09e2e09da535811b4c88b846a60f66ad8ef46f
4
+ data.tar.gz: f94c424e8bce82c2deeb38642b2c32c1119eca5b6f6365e4d555b1430394bda9
5
5
  SHA512:
6
- metadata.gz: 2ae656a378a0e4eab76d38c060fa124456d9e5cf93d22fa5d58bc2a152ef73b999534a59b245abdd206992185ad91f23b2eae33aa502d3e9ccc7f580448da5a8
7
- data.tar.gz: 931b74ff3d3d89a44c6b45e72e1b459d60051fa590879936b12904c073236a86c1c93ae756a3e11617641ef16ec624629e857fe529a9f9f0b3c8c006e5245e2a
6
+ metadata.gz: dddc19b321455b27e0a7ab861737507d77d45d7ca1b2a67134dff1fe5048429cb1987291b8e146fab6384a936f40b793f9eddf9802e3ce3d27f22fcb3b7797a4
7
+ data.tar.gz: e268f3a039a3358cae9edce055ffd7664df6214f6a1d67a098ec7d70a008f59e9552045bbbad9e2e124daa0ef70d5ea9c255a215a3f8c6fbb9aab16bf70af24d
data/README.md CHANGED
@@ -9,7 +9,7 @@ Documentation for released of this gem can be found [on RubyDoc](https://gemdocs
9
9
  The underlying REST API documentation can be found on [docs.anthropic.com](https://docs.anthropic.com/claude/reference/).
10
10
 
11
11
  ## Installation
12
- ℹ️ The `anthropic-sdk-beta` gem name is temporary. @alexrudall will be transitioning the [anthropic gem name](https://github.com/alexrudall/anthropic) to this repository. Here's the timeline:
12
+ ℹ️ The `anthropic-sdk-beta` gem name is temporary. [@alexrudall](https://github.com/alexrudall) will be transitioning the [anthropic gem name](https://github.com/alexrudall/anthropic) to this repository. Here's the timeline:
13
13
  - Early April, 2025: This library is released under the `anthropic-sdk-beta` gem name. We'll be gathering feedback from the community.
14
14
  - Late April/early May: Bump the version `1.0`, and transition the `anthropic` gem name to this repository.
15
15
 
@@ -18,7 +18,7 @@ To use this gem, install via Bundler by adding the following to your application
18
18
  <!-- x-release-please-start-version -->
19
19
 
20
20
  ```ruby
21
- gem "anthropic-sdk-beta", "~> 0.1.0.pre.beta.3"
21
+ gem "anthropic-sdk-beta", "~> 0.1.0.pre.beta.4"
22
22
  ```
23
23
 
24
24
  <!-- x-release-please-end -->
@@ -340,4 +340,4 @@ This package considers improvements to the (non-runtime) `*.rbi` and `*.rbs` typ
340
340
  Ruby 3.1.0 or higher.
341
341
 
342
342
  ## Acknowledgements
343
- Thank you @alexrudall for giving feedback, donating the `anthropic` Ruby Gem name, and paving the way by building the first Anthropic Ruby SDK.
343
+ Thank you [@alexrudall](https://github.com/alexrudall) for giving feedback, donating the `anthropic` Ruby Gem name, and paving the way by building the first Anthropic Ruby SDK.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Anthropic
4
- VERSION = "0.1.0.pre.beta.3"
4
+ VERSION = "0.1.0.pre.beta.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anthropic-sdk-beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.beta.3
4
+ version: 0.1.0.pre.beta.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anthropic