Skip to content

Commit

Permalink
Remove push step and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsea committed Feb 26, 2024
1 parent 75b68a3 commit 154edc2
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 31 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,3 @@ jobs:

- name: Install the gem
run: bundle exec rake install

- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: artifacts
path: pkg/*.gem
2 changes: 1 addition & 1 deletion .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 daily-ruby.gemspec
- gem install ./daily-ruby-0.0.1.gem
- gem install ./daily-ruby-0.0.2.gem
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
daily-ruby (0.0.1)
daily-ruby (0.0.2)
faraday (>= 1.0.1, < 3.0)
faraday-multipart

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ The official library for communicating with the Daily REST API.

This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.0.1
- Package version: 0.0.1
- API version: 0.0.2
- Package version: 0.0.2
- Build package: org.openapitools.codegen.languages.RubyClientCodegen

## Installation

Add this line to your Gemfile:

gem 'daily-ruby', '~> 0.0.1'
gem 'daily-ruby', '~> 0.0.2'

Then run `bundle install`.

Expand Down
2 changes: 1 addition & 1 deletion daily-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ servers:
info:
description: >-
The official library for communicating with the Daily REST API.
version: 0.0.1
version: 0.0.2
title: Daily
license:
name: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/daily-ruby/models/meeting_token_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/daily-ruby/models/room_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
openapi-generator generate -g ruby -o . -i daily.yaml \
--additional-properties=gemName=daily-ruby \
--additional-properties=moduleName=Daily \
--additional-properties=gemVersion=0.0.1 \
--additional-properties=gemVersion=0.0.2 \
--additional-properties=gemLicense=MIT \
--additional-properties=gemAuthor=Daily \
--additional-properties=gemAuthorEmail=help@daily.co \
Expand Down
2 changes: 1 addition & 1 deletion spec/api/meeting_tokens_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion spec/api/room_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion spec/models/meeting_token_request_properties_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion spec/models/meeting_token_request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion spec/models/meeting_token_response_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion spec/models/room_deleted_response_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion spec/models/room_not_found_response_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion spec/models/room_request_properties_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion spec/models/room_request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion spec/models/room_response_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion spec/models/server_error_response_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#The official library for communicating with the Daily REST API.
The version of the OpenAPI document: 0.0.1
The version of the OpenAPI document: 0.0.2
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 7.3.0
Expand Down

0 comments on commit 154edc2

Please sign in to comment.