Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verify_subscription is not included on RubyGems gem #9

Closed
AhmedAttyah opened this issue Oct 24, 2016 · 6 comments
Closed

verify_subscription is not included on RubyGems gem #9

AhmedAttyah opened this issue Oct 24, 2016 · 6 comments

Comments

@AhmedAttyah
Copy link

The Gem file published on RubyGems doesn't have :verify_subscription method for some reason. Even though it is the same version as the latest on the repo. currently. I had to refer to this github repo. in my Gemfile in order to get it.

@klaseskilson
Copy link
Collaborator

AFAIK, @jnbt decided not to publish the subscription support yet since it is still lacking proper testing. See #7 and #8. Until this has been solved, you need to use the pre-release version here at GitHub.

@jnbt
Copy link
Owner

jnbt commented Oct 25, 2016

For convenience I've released a pre-release version to Rubygems:

gem "candy_check", "0.1.0.pre"

or

$ gem install candy_check --pre

@jnbt
Copy link
Owner

jnbt commented Oct 25, 2016

@klaseskilson @AhmedAttyah Can you confirm that the subscription verification is working for sandbox and production?

@fourcolors
Copy link

I'm trying to get subscription working, right now running into an issue with an undefined method 'to_hash' for nil:NilClass when running verifiy_subscription on the verifier

@fourcolors
Copy link

Oh, that was an internal issue, not related never mind.

@jnbt
Copy link
Owner

jnbt commented Apr 20, 2017

Closes this issue, as the subscription support is now officially released in version 0.1.1 on rubygems.org

@jnbt jnbt closed this as completed Apr 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants