nexmo-community / ruby-sms-weekend-checker

Find out if it is the weekend with Ruby on Rails and the Nexmo SMS API
MIT License
0 stars 2 forks source link

Update project to use the new `vonage` gem #9

Open hummusonrails opened 4 years ago

hummusonrails commented 4 years ago

This project is currently using the nexmo Ruby SDK gem. We would like for it to be updated to use the vonage gem found here: https://github.com/vonage/vonage-ruby-sdk.

The Gemfile will need to be updated, and the project will need to be reviewed to ensure all code still works as intended.

It would be a bonus addition if tests were added to validate that the gem transition was successful!

rahmatullah5 commented 4 years ago

hi @bencgreenberg , I'd like to do this task(if you could assign it to me and invite me to the community, I'd be glad).

hummusonrails commented 4 years ago

Wonderful, @rahmatullah5, glad to hear it. Feel free to create a PR with your solution for the issue. You are most welcome to join our community Slack, the link is at https://developer.nexmo.com/community/slack.

rahmatullah5 commented 4 years ago

Thanks, you can track my progress from the forked repo https://github.com/rahmatullah5/ruby-sms-weekend-checker . I'll PR it ASAP.

rahmatullah5 commented 4 years ago

@bencgreenberg Please kindly check my PR.

hummusonrails commented 4 years ago

Thanks, @rahmatullah5! I'll take a look shortly.