Skip to content

Commit

Permalink
Version Bump SDKs (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: konfig-publisher <[email protected]>
  • Loading branch information
konfig-bot[bot] and konfig-publisher authored Nov 13, 2024
1 parent 8ddf6f0 commit 2e0beaf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .konfig/changesets/eight-clouds-like.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.16|[RubyGems](https://rubygems.org/gems/composio/versions/0.1.16)|[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.17|[RubyGems](https://rubygems.org/gems/composio/versions/0.1.17)|[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.16
version: 0.1.17
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 @@
a948fac5-6993-491f-9a32-c1d0d78bb643
52cc0a55-5b7c-4f51-9eaf-41a352c8865c
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.16-blue)](https://rubygems.org/gems/composio/versions/0.1.16)
[![npm](https://img.shields.io/badge/gem-v0.1.17-blue)](https://rubygems.org/gems/composio/versions/0.1.17)
[![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://composio.dev)

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

```ruby
gem 'composio', '~> 0.1.16'
gem 'composio', '~> 0.1.17'
```

## 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.16'
VERSION = '0.1.17'
end

0 comments on commit 2e0beaf

Please sign in to comment.