Skip to content

Commit

Permalink
chore: autopublish 2025-01-05T18:22:22Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 5, 2025
1 parent 81807b7 commit 80f9e67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions moonlogs-ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Moonlogs API
This SDK is automatically generated by the [Swagger Codegen](/~https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.15.1
- Package version: 1.16.1
- Package version: 1.17.0
- Build package: io.swagger.codegen.v3.generators.ruby.RubyClientCodegen

## Installation
Expand All @@ -23,15 +23,15 @@ gem build moonlogs-ruby.gemspec
Then either install the gem locally:

```shell
gem install ./moonlogs-ruby-1.16.1.gem
gem install ./moonlogs-ruby-1.17.0.gem
```
(for development, run `gem install --dev ./moonlogs-ruby-1.16.1.gem` to install the development dependencies)
(for development, run `gem install --dev ./moonlogs-ruby-1.17.0.gem` to install the development dependencies)

or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).

Finally add this to the Gemfile:

gem 'moonlogs-ruby', '~> 1.16.1'
gem 'moonlogs-ruby', '~> 1.17.0'

### Install from Git

Expand Down
2 changes: 1 addition & 1 deletion moonlogs-ruby/lib/moonlogs-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
=end

module MoonlogsRuby
VERSION = '1.16.1'
VERSION = '1.17.0'
end

0 comments on commit 80f9e67

Please sign in to comment.