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

RubyDoc documentation doesn't match what is available on Rubygems.org #242

Open
komidore64 opened this issue Jan 18, 2018 · 1 comment
Open
Labels
Projects

Comments

@komidore64
Copy link

Documentation on rubydoc.org shows ruby-trello (1.6.0) while the newest gem available on rubygems.org is 2.0.0. RubyGems.org's page points to a http://www.rubydoc.info/gems/ruby-trello/2.0.0, but it looks like that doesn't exist.

The documentation has been correct for me so far until I've attempted to call #update_fields(fields) on a card. It looks like documented fields don't match up with what the method wants. Specifically in my case I need to pass in an "id" (string) key whereas an :id (symbol) key is instructed. Thanks!

@codyolsen codyolsen added the Bug label Sep 6, 2018
@codyolsen
Copy link
Collaborator

codyolsen commented Sep 6, 2018

@komidore64 Good call out. Here I am 8 months later! I am seeing some discrepancies from Card.update_fields and the rest of the Model update_fields method implementations. It looks pretty straight forward: Just adding the symbol -> string conversion and making sure the docs are in sync with the changes. I might jump on it later, or if you or someone else would like to submit the PR that would be fine as well.

@hoppergee hoppergee added this to Draft in Backlog via automation Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Backlog
  
Draft
Development

No branches or pull requests

2 participants