urbanairship / ruby-library

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

No version bump for Urban Airship v3 support? #48

Closed iamaaronknight closed 9 years ago

iamaaronknight commented 10 years ago

There was a commit a couple of weeks ago to add V3 support - https://github.com/groupon/urbanairship/commit/8c0ec32c9b7960e4a37e644eaa95c64b06ec8f74 - but no version bump. (Rubygems shows version 2.3.3 was updated June 2013. https://rubygems.org/gems/urbanairship.)

manishnath commented 10 years ago

The gem stopped working for me.. anyone else having issue with this?

trek commented 10 years ago

@abedra we should get a new gem cut and pushed up. This probably was only published internally.

manishnath commented 10 years ago

@trek should there be a reason for this gem to not work in its current state.. our push notifications have stopped working last saturday

abedra commented 10 years ago

@trek @manishnath we will do what we can to cut a new version today.

tanktopjosh commented 10 years ago

@trek @abedra - appreciate the help.

manishnath commented 10 years ago

@trek Thanks a bunch

andrhamm commented 10 years ago

I'm also waiting on the latest gem version to reflect the docs that are on the master branch regarding v3. For now I'm specifying the github repo as the gem source:

gem 'urbanairship', github: 'groupon/urbanairship'
trek commented 10 years ago

@andrhamm is running off of master working for you?

andrhamm commented 10 years ago

@trek yes

sreid commented 10 years ago

+1 also awaiting a new release

iconnor commented 10 years ago

:+1: for the bump

In the meantime, I forked it at the current version as a work around (which solved the problem for me).

gem 'urbanairship', :github => 'projectlounge/urbanairship'

This way you won't get further commits like if you do with this repo (which could be a negative if there are fixes).

UPDATE: don't waste a fork - do what @sreid suggests!

sreid commented 10 years ago

Also, another option to avoid an unexpected change would be to specify a ref:

gem 'urbanairship', github: 'groupon/urbanairship', ref: '05cde15'

See: http://bundler.io/v1.6/git.html

kliuchnikau commented 10 years ago

@abedra @trek are there any bugs that block the new version bump? maybe will be able to help with this...

trek commented 10 years ago

No bugs! We don't do as much ruby these days and the original author's auth data is gone. Just waiting on RubyGems to reset our credentials. Everything is pushed, tested, and tagged.

maddox commented 10 years ago

Any news on this?

trek commented 10 years ago

We have reached out to the RubyGems people a few times. There has been no reply.

trek commented 9 years ago

We released 2.4.1 today https://rubygems.org/gems/urbanairship/versions/2.4.1

andrhamm commented 9 years ago

:clap: