Skip to content

Commit

Permalink
Version Bump SDKs (#34)
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 Oct 29, 2024
1 parent a0a2199 commit 9135ce8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .konfig/changesets/ninety-jokes-argue.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.13|[RubyGems](https://rubygems.org/gems/composio/versions/0.1.13)|[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.14|[RubyGems](https://rubygems.org/gems/composio/versions/0.1.14)|[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.13
version: 0.1.14
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 @@
973a5e18-6571-42dc-aa71-a218a2952bba
d5c3b391-888d-4cd4-8b49-179913bffad1
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.13-blue)](https://rubygems.org/gems/composio/versions/0.1.13)
[![npm](https://img.shields.io/badge/gem-v0.1.14-blue)](https://rubygems.org/gems/composio/versions/0.1.14)
[![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://composio.dev)

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

```ruby
gem 'composio', '~> 0.1.13'
gem 'composio', '~> 0.1.14'
```

## 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.13'
VERSION = '0.1.14'
end

0 comments on commit 9135ce8

Please sign in to comment.