msgraph-sdk-ruby icon indicating copy to clipboard operation
msgraph-sdk-ruby copied to clipboard

Is this Gem still supported?

Open sk- opened this issue 6 years ago • 8 comments

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

sk- avatar Feb 28 '19 18:02 sk-

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.

darrelmiller avatar Feb 28 '19 19:02 darrelmiller

@darrelmiller It is July. Whats going on?

KevinColemanInc avatar Jul 26 '19 03:07 KevinColemanInc

@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.

darrelmiller avatar Jul 26 '19 04:07 darrelmiller

@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.

KevinColemanInc avatar Jul 27 '19 17:07 KevinColemanInc

@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.

Samsinite avatar Aug 19 '19 21:08 Samsinite

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 avatar Aug 20 '19 02:08 darrelmiller

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

darrelmiller avatar Aug 20 '19 02:08 darrelmiller

It worked for me on macOS and rvm image

KevinColemanInc avatar Aug 20 '19 02:08 KevinColemanInc

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.

baywet avatar Jan 10 '23 19:01 baywet