-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The former sounded as if it returned tags, not users. Our naming and object-oriented-ness may not be the greatest throughout, but this is consistent with e.g. `get_tag_jobs`. /cc @StephaneJuban for a heads up :-)
- Loading branch information
Showing
3 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
06c5df3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ches, is this working properly on your side?
The test are OK with
bundle exec rake spec
but if I want to use the gem on another project I got:Both
get_tag_users
anduser_tags
are broken for me.But
AngellistApi.get("1/tags/1664/users", :investors => 'by_activity')
is working.06c5df3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@StephaneJuban Sorry, this commit isn't published in a gem release yet—I will try to finally get #20 merged in a few minutes and make a release with it.