Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Bump SDKs #6

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .konfig/changesets/ten-wolves-occur.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

|Language|Version|Package Manager|README|Source|
|-|-|-|-|-|
|Ruby|0.1.2|[RubyGems](https://rubygems.org/gems/composio/versions/0.1.2)|[README](https://github.com/konfig-dev/composio-sdks/tree/HEAD/ruby#readme)|[Source](https://github.com/konfig-dev/composio-sdks/tree/HEAD/ruby)|
|Ruby|0.1.3|[RubyGems](https://rubygems.org/gems/composio/versions/0.1.3)|[README](https://github.com/konfig-dev/composio-sdks/tree/HEAD/ruby#readme)|[Source](https://github.com/konfig-dev/composio-sdks/tree/HEAD/ruby)|
2 changes: 1 addition & 1 deletion konfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ readmeHeader:
url: https://composio.dev
generators:
ruby:
version: 0.1.2
version: 0.1.3
moduleName: Composio
gemName: composio
outputDirectory: ruby
Expand Down
2 changes: 1 addition & 1 deletion ruby/.konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f47f823e-01a5-4a2f-86cd-e4e02f9f4e21
24f08abc-9cbe-40e9-9cef-4a33f20ce6b1
4 changes: 2 additions & 2 deletions ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Composio SDK: Equip your agent with high-quality tools and build your real-world usecase

[![npm](https://img.shields.io/badge/gem-v0.1.2-blue)](https://rubygems.org/gems/composio/versions/0.1.2)
[![npm](https://img.shields.io/badge/gem-v0.1.3-blue)](https://rubygems.org/gems/composio/versions/0.1.3)
[![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://composio.dev)

</div>
Expand Down Expand Up @@ -60,7 +60,7 @@ Composio SDK: Equip your agent with high-quality tools and build your real-world
Add to Gemfile:

```ruby
gem 'composio', '~> 0.1.2'
gem 'composio', '~> 0.1.3'
```

## Getting Started<a id="getting-started"></a>
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/composio/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
=end

module Composio
VERSION = '0.1.2'
VERSION = '0.1.3'
end
Loading