Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
name: lint
runs-on: ubuntu-latest
if: github.repository == 'lithic-com/lithic-ruby'


steps:
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,6 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
if: github.repository == 'lithic-com/lithic-ruby'

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1-alpha.0"
".": "0.1.0-alpha.1"
}
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 156
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic-fe97f820471b725722897539252e7444af7490c5a444a2e9304f5e6eec5513f3.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-fe97f820471b725722897539252e7444af7490c5a444a2e9304f5e6eec5513f3.yml
openapi_spec_hash: 7e6a5737901cef39499bf749a17d9939
config_hash: 3d06d32938417ca039b0caa91d2dc8b6
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
lithic (0.0.1.pre.alpha.0)
lithic (0.1.0.pre.alpha.1)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/lithic/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Lithic
VERSION = "0.0.1-alpha.0"
VERSION = "0.1.0-alpha.1"
end
2 changes: 1 addition & 1 deletion rbi/lib/lithic/version.rbi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# typed: strong

module Lithic
VERSION = "0.0.1-alpha.0"
VERSION = "0.1.0-alpha.1"
end
2 changes: 1 addition & 1 deletion sig/lithic/version.rbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lithic
VERSION: "0.0.1-alpha.0"
VERSION: "0.1.0-alpha.1"
end