microsoftgraph / msgraph-beta-sdk-ruby

Microsoft Graph Beta Ruby SDK
https://learn.microsoft.com/graph/sdks/use-beta?tabs=Ruby
MIT License
8 stars 0 forks source link

Not published to Rubygems #40

Open rbclark opened 1 year ago

rbclark commented 1 year ago

I recently tried to pull this library into my project and noticed that it is not currently published to Rubygems. I see https://rubygems.org/gems/microsoft_graph but not the beta. Are there any plans to publish this officially for use or will I need to link it by pointing at the git repo?

baywet commented 1 year ago

Thanks for your interest and for reaching out. Sorry I didn't catch this issue earlier, I wasn't subscribed to this repository for some reason. The main reason why this isn't published yet is because we're having a circular dependency issue (see #47), that's now also blocking weekly updates to v1 as well. I've put together https://github.com/microsoft/kiota/pull/3107 in an attempt to address this issue.

baywet commented 1 year ago

Update: we're now out of the circular dependencies issues, however we do have an issues about paths being to long that will need to be investigated at a later time before we can publish this package.