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

Fix documentation #531

Merged
merged 2 commits into from
Feb 11, 2014
Merged

Fix documentation #531

merged 2 commits into from
Feb 11, 2014

Conversation

attilaolah
Copy link
Contributor

This pull fixes a link that was pointing to the wrong API docs.

@sferik
Copy link
Owner

sferik commented Feb 11, 2014

Thanks for the fix.

sferik added a commit that referenced this pull request Feb 11, 2014
@sferik sferik merged commit 2ced592 into sferik:master Feb 11, 2014
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) when pulling af2ceae on attilaolah:fix-documentation into cc58620 on sferik:master.

@attilaolah attilaolah deleted the fix-documentation branch February 11, 2014 16:01
jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Mar 10, 2014
Changelog (from CHANGELOG.md)

5.7.1
-----
* [Only warn if entities are not included](sferik/twitter-ruby@82ed19e) ([@matthewrudy](https://twitter.com/matthewrudy))
* [Fix typos in documentation](sferik/twitter-ruby#531) ([@attilaolah](https://twitter.com/attilaolah))

5.7.0
-----
* [Remove `Twitter::Base.from_response` method](sferik/twitter-ruby@6f9a352)
* [Remove `Twitter::REST::API` namespace](sferik/twitter-ruby@f9c4e82)
* [Remove `descendants_tracker`](sferik/twitter-ruby@4cbcb0f)
* [Remove unused `HTTP_STATUS_CODE` constants](sferik/twitter-ruby@b45d89b)
* [Remove `Twitter::Error#cause`](sferik/twitter-ruby@a5748b9)

5.6.0
-----
* [Replace custom `Twitter::NullObject` with `Naught`](sferik/twitter-ruby@bc3990e)
* [Use `URI` and `CGI` to convert query string into a hash](sferik/twitter-ruby@6dd9d97)
* [Increase default timeout values](sferik/twitter-ruby@3505369)
* [Add `Twitter::Error::RequestTimeout`](sferik/twitter-ruby@3179537)
* [Remove unused methods `#put` and `#delete` in `Twitter::REST::Client`](sferik/twitter-ruby@eaaf234)
* [Deprecate `retweeters_count` in favor of `retweet_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `favorites_count`/`favoriters_count` in favor of `favorite_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `to_hash`/`to_hsh` in favor of `to_h` or `attrs`](sferik/twitter-ruby@63e2cdd)
* [Deprecate `oauth_token` and `oauth_token_secret` accessors](sferik/twitter-ruby@ac24671)
jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Mar 12, 2014
Changelog (from CHANGELOG.md)

5.7.1
-----
* [Only warn if entities are not included](sferik/twitter-ruby@82ed19e) ([@matthewrudy](https://twitter.com/matthewrudy))
* [Fix typos in documentation](sferik/twitter-ruby#531) ([@attilaolah](https://twitter.com/attilaolah))

5.7.0
-----
* [Remove `Twitter::Base.from_response` method](sferik/twitter-ruby@6f9a352)
* [Remove `Twitter::REST::API` namespace](sferik/twitter-ruby@f9c4e82)
* [Remove `descendants_tracker`](sferik/twitter-ruby@4cbcb0f)
* [Remove unused `HTTP_STATUS_CODE` constants](sferik/twitter-ruby@b45d89b)
* [Remove `Twitter::Error#cause`](sferik/twitter-ruby@a5748b9)

5.6.0
-----
* [Replace custom `Twitter::NullObject` with `Naught`](sferik/twitter-ruby@bc3990e)
* [Use `URI` and `CGI` to convert query string into a hash](sferik/twitter-ruby@6dd9d97)
* [Increase default timeout values](sferik/twitter-ruby@3505369)
* [Add `Twitter::Error::RequestTimeout`](sferik/twitter-ruby@3179537)
* [Remove unused methods `#put` and `#delete` in `Twitter::REST::Client`](sferik/twitter-ruby@eaaf234)
* [Deprecate `retweeters_count` in favor of `retweet_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `favorites_count`/`favoriters_count` in favor of `favorite_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `to_hash`/`to_hsh` in favor of `to_h` or `attrs`](sferik/twitter-ruby@63e2cdd)
* [Deprecate `oauth_token` and `oauth_token_secret` accessors](sferik/twitter-ruby@ac24671)
jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Jun 2, 2014
Changelog (from CHANGELOG.md)

5.7.1
-----
* [Only warn if entities are not included](sferik/twitter-ruby@82ed19e) ([@matthewrudy](https://twitter.com/matthewrudy))
* [Fix typos in documentation](sferik/twitter-ruby#531) ([@attilaolah](https://twitter.com/attilaolah))

5.7.0
-----
* [Remove `Twitter::Base.from_response` method](sferik/twitter-ruby@6f9a352)
* [Remove `Twitter::REST::API` namespace](sferik/twitter-ruby@f9c4e82)
* [Remove `descendants_tracker`](sferik/twitter-ruby@4cbcb0f)
* [Remove unused `HTTP_STATUS_CODE` constants](sferik/twitter-ruby@b45d89b)
* [Remove `Twitter::Error#cause`](sferik/twitter-ruby@a5748b9)

5.6.0
-----
* [Replace custom `Twitter::NullObject` with `Naught`](sferik/twitter-ruby@bc3990e)
* [Use `URI` and `CGI` to convert query string into a hash](sferik/twitter-ruby@6dd9d97)
* [Increase default timeout values](sferik/twitter-ruby@3505369)
* [Add `Twitter::Error::RequestTimeout`](sferik/twitter-ruby@3179537)
* [Remove unused methods `#put` and `#delete` in `Twitter::REST::Client`](sferik/twitter-ruby@eaaf234)
* [Deprecate `retweeters_count` in favor of `retweet_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `favorites_count`/`favoriters_count` in favor of `favorite_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `to_hash`/`to_hsh` in favor of `to_h` or `attrs`](sferik/twitter-ruby@63e2cdd)
* [Deprecate `oauth_token` and `oauth_token_secret` accessors](sferik/twitter-ruby@ac24671)
jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Jun 11, 2014
Changelog (from CHANGELOG.md)

5.7.1
-----
* [Only warn if entities are not included](sferik/twitter-ruby@82ed19e) ([@matthewrudy](https://twitter.com/matthewrudy))
* [Fix typos in documentation](sferik/twitter-ruby#531) ([@attilaolah](https://twitter.com/attilaolah))

5.7.0
-----
* [Remove `Twitter::Base.from_response` method](sferik/twitter-ruby@6f9a352)
* [Remove `Twitter::REST::API` namespace](sferik/twitter-ruby@f9c4e82)
* [Remove `descendants_tracker`](sferik/twitter-ruby@4cbcb0f)
* [Remove unused `HTTP_STATUS_CODE` constants](sferik/twitter-ruby@b45d89b)
* [Remove `Twitter::Error#cause`](sferik/twitter-ruby@a5748b9)

5.6.0
-----
* [Replace custom `Twitter::NullObject` with `Naught`](sferik/twitter-ruby@bc3990e)
* [Use `URI` and `CGI` to convert query string into a hash](sferik/twitter-ruby@6dd9d97)
* [Increase default timeout values](sferik/twitter-ruby@3505369)
* [Add `Twitter::Error::RequestTimeout`](sferik/twitter-ruby@3179537)
* [Remove unused methods `#put` and `#delete` in `Twitter::REST::Client`](sferik/twitter-ruby@eaaf234)
* [Deprecate `retweeters_count` in favor of `retweet_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `favorites_count`/`favoriters_count` in favor of `favorite_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `to_hash`/`to_hsh` in favor of `to_h` or `attrs`](sferik/twitter-ruby@63e2cdd)
* [Deprecate `oauth_token` and `oauth_token_secret` accessors](sferik/twitter-ruby@ac24671)
jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Oct 11, 2014
Changelog (from CHANGELOG.md)

5.7.1
-----
* [Only warn if entities are not included](sferik/twitter-ruby@82ed19e) ([@matthewrudy](https://twitter.com/matthewrudy))
* [Fix typos in documentation](sferik/twitter-ruby#531) ([@attilaolah](https://twitter.com/attilaolah))

5.7.0
-----
* [Remove `Twitter::Base.from_response` method](sferik/twitter-ruby@6f9a352)
* [Remove `Twitter::REST::API` namespace](sferik/twitter-ruby@f9c4e82)
* [Remove `descendants_tracker`](sferik/twitter-ruby@4cbcb0f)
* [Remove unused `HTTP_STATUS_CODE` constants](sferik/twitter-ruby@b45d89b)
* [Remove `Twitter::Error#cause`](sferik/twitter-ruby@a5748b9)

5.6.0
-----
* [Replace custom `Twitter::NullObject` with `Naught`](sferik/twitter-ruby@bc3990e)
* [Use `URI` and `CGI` to convert query string into a hash](sferik/twitter-ruby@6dd9d97)
* [Increase default timeout values](sferik/twitter-ruby@3505369)
* [Add `Twitter::Error::RequestTimeout`](sferik/twitter-ruby@3179537)
* [Remove unused methods `#put` and `#delete` in `Twitter::REST::Client`](sferik/twitter-ruby@eaaf234)
* [Deprecate `retweeters_count` in favor of `retweet_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `favorites_count`/`favoriters_count` in favor of `favorite_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `to_hash`/`to_hsh` in favor of `to_h` or `attrs`](sferik/twitter-ruby@63e2cdd)
* [Deprecate `oauth_token` and `oauth_token_secret` accessors](sferik/twitter-ruby@ac24671)
jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Oct 11, 2014
Changelog (from CHANGELOG.md)

5.7.1
-----
* [Only warn if entities are not included](sferik/twitter-ruby@82ed19e) ([@matthewrudy](https://twitter.com/matthewrudy))
* [Fix typos in documentation](sferik/twitter-ruby#531) ([@attilaolah](https://twitter.com/attilaolah))

5.7.0
-----
* [Remove `Twitter::Base.from_response` method](sferik/twitter-ruby@6f9a352)
* [Remove `Twitter::REST::API` namespace](sferik/twitter-ruby@f9c4e82)
* [Remove `descendants_tracker`](sferik/twitter-ruby@4cbcb0f)
* [Remove unused `HTTP_STATUS_CODE` constants](sferik/twitter-ruby@b45d89b)
* [Remove `Twitter::Error#cause`](sferik/twitter-ruby@a5748b9)

5.6.0
-----
* [Replace custom `Twitter::NullObject` with `Naught`](sferik/twitter-ruby@bc3990e)
* [Use `URI` and `CGI` to convert query string into a hash](sferik/twitter-ruby@6dd9d97)
* [Increase default timeout values](sferik/twitter-ruby@3505369)
* [Add `Twitter::Error::RequestTimeout`](sferik/twitter-ruby@3179537)
* [Remove unused methods `#put` and `#delete` in `Twitter::REST::Client`](sferik/twitter-ruby@eaaf234)
* [Deprecate `retweeters_count` in favor of `retweet_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `favorites_count`/`favoriters_count` in favor of `favorite_count`](sferik/twitter-ruby@ea39bd0)
* [Deprecate `to_hash`/`to_hsh` in favor of `to_h` or `attrs`](sferik/twitter-ruby@63e2cdd)
* [Deprecate `oauth_token` and `oauth_token_secret` accessors](sferik/twitter-ruby@ac24671)
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

Successfully merging this pull request may close these issues.

3 participants