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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/anthropic/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2d884d4e8b2191cdd05977bef09e2e09da535811b4c88b846a60f66ad8ef46f
|
4
|
+
data.tar.gz: f94c424e8bce82c2deeb38642b2c32c1119eca5b6f6365e4d555b1430394bda9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
data/lib/anthropic/version.rb
CHANGED