Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
misc(ruby): Version vtest
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 23, 2023
1 parent d9d637a commit bd45487
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
10 changes: 0 additions & 10 deletions ruby/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -407,16 +407,6 @@ lib/lago_ruby/models/webhook_endpoint_object.rb
lib/lago_ruby/models/webhook_endpoint_update_input.rb
lib/lago_ruby/models/webhook_endpoints_paginated.rb
lib/lago_ruby/version.rb
spec/api/analytics_api_spec.rb
spec/api_client_spec.rb
spec/configuration_spec.rb
spec/models/generate_customer_checkout_url200_response_spec.rb
spec/models/gross_revenue_object_spec.rb
spec/models/gross_revenues_spec.rb
spec/models/invoiced_usage_object_spec.rb
spec/models/invoiced_usages_spec.rb
spec/models/mrr_object_spec.rb
spec/models/mrrs_spec.rb
spec/models/outstanding_invoice_object_spec.rb
spec/models/outstanding_invoices_spec.rb
spec/spec_helper.rb
2 changes: 1 addition & 1 deletion ruby/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ script:
- bundle install --path vendor/bundle
- bundle exec rspec
- gem build lago_ruby.gemspec
- gem install ./lago_ruby-0.52.0-beta.gem
- gem install ./lago_ruby-test.gem
8 changes: 4 additions & 4 deletions ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Lago API allows your application to push customer information and metrics (event
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.51.0-beta
- Package version: 0.52.0-beta
- Package version: test
- Build package: org.openapitools.codegen.languages.RubyClientCodegen

[![Gem Version](https://badge.fury.io/rb/lago-ruby.svg)](https://badge.fury.io/rb/lago-ruby)
Expand All @@ -26,16 +26,16 @@ gem build lago_ruby.gemspec
Then either install the gem locally:

```shell
gem install ./lago_ruby-0.52.0-beta.gem
gem install ./lago_ruby-test.gem
```

(for development, run `gem install --dev ./lago_ruby-0.52.0-beta.gem` to install the development dependencies)
(for development, run `gem install --dev ./lago_ruby-test.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 'lago_ruby', '~> 0.52.0-beta'
gem 'lago_ruby', '~> test'

### Install from Git

Expand Down
2 changes: 1 addition & 1 deletion ruby/generator/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ additionalProperties:
gemLicense: MIT
gemName: lago_ruby
gemSummary: Ruby wrapper for the Lago API
gemVersion: API_VERSION
gemVersion: test

appName: Lago API
docHomepage: https://doc.getlago.com
Expand Down
2 changes: 1 addition & 1 deletion ruby/lib/lago_ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module LagoAPI
VERSION = '0.52.0-beta'
VERSION = 'test'
end

0 comments on commit bd45487

Please sign in to comment.