Skip to content

Commit

Permalink
Simplify pathmap
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Stauner <[email protected]>
  • Loading branch information
davebenvenuti and rwstauner authored Jan 22, 2025
1 parent e39361d commit 260c5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ codegen_rb_files = ["lib/protoboeuf/codegen.rb", "lib/protoboeuf/autoloadergen.r

# Fixture protos we want to compile with protoc
protoc_test_fixtures = Rake::FileList[File.join(BASE_DIR, "test/fixtures/*.proto")]
protoc_test_fixtures_rb_files = protoc_test_fixtures.pathmap("#{BASE_DIR}/test/fixtures/%n_pb.rb")
protoc_test_fixtures_rb_files = protoc_test_fixtures.pathmap("%X_pb.rb")

# Fixture protos we want to compile with protoboeuf
protoboeuf_test_fixtures = Rake::FileList[File.join(BASE_DIR, "test/fixtures/autoloadergen/**/*.proto")]
Expand Down

0 comments on commit 260c5d0

Please sign in to comment.