Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sferik/twitter-ruby Loading
base: master
Choose a base ref
...
head repository: erebor/twitter Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 8, 2011

  1. Updates for new Twitter API changes: Add sferik's list_create changes…

    …; update lists method; halfway updated list_update method, but still waiting on clarification
    erebor committed Apr 8, 2011
    Configuration menu
    Copy the full SHA
    1aebd40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79fa27e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2011

  1. Configuration menu
    Copy the full SHA
    14c8f77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed0d0b7 View commit details
    Browse the repository at this point in the history
  3. Convert #list_timeline, memberships, and subscriptions to new Twitter…

    … API; add support for user_id and list_id; fix specs to match
    erebor committed Apr 9, 2011
    Configuration menu
    Copy the full SHA
    299fcb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2011

  1. Use util functions to merge user and list identifiers into options ha…

    …sh; add two other util methods for :owner and :list identifiers
    erebor committed Apr 10, 2011
    Configuration menu
    Copy the full SHA
    1c0096c View commit details
    Browse the repository at this point in the history
  2. Fix typo

    erebor committed Apr 10, 2011
    Configuration menu
    Copy the full SHA
    967566e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cddb6fb View commit details
    Browse the repository at this point in the history
  4. Fix some rdoc comments

    erebor committed Apr 10, 2011
    Configuration menu
    Copy the full SHA
    f43ba61 View commit details
    Browse the repository at this point in the history
  5. convert list_add_member and list_add_members to new Twitter API; docu…

    …ment and test support for user_id and list_id as well as screen_name and list slug
    erebor committed Apr 10, 2011
    Configuration menu
    Copy the full SHA
    2f8dfb5 View commit details
    Browse the repository at this point in the history
  6. Finish converting list_add_members, list_remove_member, and is_list_m…

    …ember? to new Twitter API, and document and support user ID or screen names in most params
    erebor committed Apr 10, 2011
    Configuration menu
    Copy the full SHA
    c044f91 View commit details
    Browse the repository at this point in the history
  7. Convert list_subscribers.rb to new Twitter API, and document and test…

    … support for both numeric and string user and list params
    erebor committed Apr 10, 2011
    Configuration menu
    Copy the full SHA
    0026bd6 View commit details
    Browse the repository at this point in the history
  8. Cleanup docs a bit

    erebor committed Apr 10, 2011
    Configuration menu
    Copy the full SHA
    e524313 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba8b4ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ab8662 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2011

  1. Add deprecation warning for Twitter.list_create; add documentation fo…

    …r other List-related overloaded methods
    erebor committed Apr 20, 2011
    Configuration menu
    Copy the full SHA
    15c9822 View commit details
    Browse the repository at this point in the history
  2. Add @return in the non-overload doc section so there will be a return…

    … type show in the summary for the methods, since they all return the same type
    erebor committed Apr 20, 2011
    Configuration menu
    Copy the full SHA
    f9b5435 View commit details
    Browse the repository at this point in the history
Loading