temporalio / sdk-ruby

Temporal Ruby SDK
MIT License
74 stars 7 forks source link

[Bug] RBS files are not included in released Gem #134

Closed mjameswh closed 1 year ago

mjameswh commented 1 year ago

Describe the bug

Trying to write a sample project using the released temporalio gem (v0.1.0). Steep checking appears not to be working and I see the following error in console:

Cannot find type definitions for library: temporalio ([nil]) (RBS::EnvironmentLoader::UnknownLibraryError)

I think that this is due to the fact that the sig/ directory is not included in released gem file.