jnbt / candy_check

Check and verify in-app receipts
MIT License
125 stars 71 forks source link

Candy Check does not install latest changes of gems #52

Closed sajjadmurtaza closed 3 years ago

sajjadmurtaza commented 4 years ago

When i try to add candy_check

It does not install Add server ACK for consumable #50 .

Even i tried to update the gem but still same results. i.e. bundle update candy_check

any suggestion/help will be appreciated

https://github.com/jnbt/candy_check/blob/master/lib/candy_check/play_store/acknowledger.rb https://github.com/jnbt/candy_check/pull/50

christophweegen commented 4 years ago

Hello @sajjadmurtaza thank you for your message.

The reason why you can't install it the usual way is because we haven't released a new gem version with the mentioned changes on rubygems.org yet.

I will do it tomorrow. I will keep you updated when it's done.

Greetings!

christophweegen commented 4 years ago

@sajjadmurtaza by the way if you're interested and don't know yet where Ruby finds it's gems (and how you can build a gem on your own) you can follow the official guides https://guides.rubygems.org/ 👍

sajjadmurtaza commented 4 years ago

@christophweegen thanks and please update when you will release it 🚀 .

Thanks in advance 👍 .

christophweegen commented 3 years ago

Hello @sajjadmurtaza, sorry for the late reply. I finally released a new version of candy_check. Version 0.3.0 is available via rubygems.org now. You're welcome.