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

Has the Hashie gem been removed? #47

Open
kstratis opened this issue Jun 19, 2017 · 0 comments
Open

Has the Hashie gem been removed? #47

kstratis opened this issue Jun 19, 2017 · 0 comments

Comments

@kstratis
Copy link

kstratis commented Jun 19, 2017

Hi,

I am trying to figure out if the Hashie gem is used anymore.

It used to be working but now if I do the following I get a No such method error:

require "ghee"
gh = Ghee.basic_auth("usr", "pwd") 
all_gists = gh.users("nusco").gists
a_gist = all_gists[20]

a_gist.url # => "No such method"
a_gist.description # => "No such method"
a_gist.star

Have you removed it and switched back to a plain ruby hash or am I missing something here?

Thanks

@kstratis kstratis changed the title Is the Hashie gem removed? Has the Hashie gem been removed? Jun 19, 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

1 participant