Skip to content

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

@komidore64

Description

@komidore64

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions