urbanairship / ruby-library

A Ruby wrapper for the Urban Airship API.
Other
200 stars 117 forks source link

Remove relative require #103

Closed snoblenet closed 7 years ago

snoblenet commented 7 years ago

This PR makes changes that will allow the refactor/ruby-2.3.3-upgrade branch on Core to build on Codeship.

Without this PR, we get this on Codeship:

https://app.codeship.com/projects/3729/builds/22079540

With this PR, we get this on Codeship:

https://app.codeship.com/projects/3729

Note: I do not have write access to the ruby-library repository.

Once this branch is merged, I'll add a commit to refactor/ruby-2.3.3-upgrade that reverses this commit:

https://github.com/airservice/core/pull/559/commits/5b9e74873b634884df136d2d36272bd8fdc9c1c8

pdxmele commented 7 years ago

I'm sorry, do you need us to merge this in? If so, we'll need you to take care of those merge conflicts and do a bit more to explain to us what you are trying to do exactly.

snoblenet commented 7 years ago

my mistake -- Github interface confusion -- it was a hotfix that I was trying to merge into the master branch on our own fork of the gem