Skip to content

Commit a479855

Browse files
chore(internal): codegen related update (#96)
1 parent d683fa6 commit a479855

File tree

544 files changed

+209
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

544 files changed

+209
-209
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ multitask(typecheck: [:steep, :sorbet])
8787
multitask(lint: [:rubocop, :typecheck])
8888

8989
multitask(:build) do
90-
sh(*%w[gem build -- finch-api.gemspec])
90+
sh(*%w[gem build -- finch_api.gemspec])
9191
end
9292

9393
multitask(release: [:build]) do
94-
sh(*%w[gem push], *FileList["finch-api-*.gem"])
94+
sh(*%w[gem push], *FileList["finch_api-*.gem"])
9595
end

finch-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require_relative "lib/finch-api/version"
3+
require_relative "lib/finch_api/version"
44

55
Gem::Specification.new do |s|
66
s.name = "finch-api"

lib/finch-api.rb

Lines changed: 0 additions & 204 deletions
This file was deleted.

0 commit comments

Comments
 (0)