microsoftgraph / msgraph-sdk-ruby

Microsoft Graph Ruby client library for v1 APIs
https://graph.microsoft.com
MIT License
105 stars 68 forks source link

Is this Gem still supported? #42

Closed sk- closed 1 year ago

sk- commented 5 years ago

This library has been more than 3 years in preview status, and despite al the user requests there have been no major changes.

darrelmiller commented 5 years ago

Hey @sk- We currently have no developers working on it. Our backlog is full until after Build in May. After that we are going to startup again on other languages such as Ruby. Sorry for the delay, we are only a small team, so we have had to prioritize ruthlessly.

KevinColemanInc commented 5 years ago

@darrelmiller It is July. Whats going on?

darrelmiller commented 5 years ago

@KevinColemanInc We still have no developers available to work on this. Let me review the PRs and see whether we can just act as middleman for community PRs.

KevinColemanInc commented 5 years ago

@darrelmiller

It would be cool if you could at least publish master to rubygems. I am having to install git on production servers just so I can load this gem from github, since master has a few bug fixes.

Samsinite commented 5 years ago

@darrelmiller when do you think the PRs will get reviewed? If you guys aren't going to do anything to this gem, you might as well just give someone in the open source community the ability to maintain and contribute, while maintaining ownership.

darrelmiller commented 5 years ago

I have an environment setup to be able to build and depoy a new gem from master, however, when I try running the bundle exec rspec I am getting errors.

image

Can someone confirm if they are seeing this also, or is it my environment? I'm running this in docker container built from this:

FROM ruby:2.4.0-alpine

RUN apk update && apk add nodejs build-base git libxml2-dev libxslt-dev
darrelmiller commented 5 years ago

Turns out bigdecimal is a gem and we were missing it as a dev dependency. Unit tests are passing.

KevinColemanInc commented 5 years ago

It worked for me on macOS and rvm

image
baywet commented 1 year ago

Thanks for reporting this issue. That version of the SDK has been deprecated a number of years ago. We're now starting the work on a new generation of this SDK and you can learn all about it on the updated readme page.