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

Ensure credentials set in Twitter.configure are of a valid type. #338

Merged
merged 2 commits into from Dec 30, 2012

Commits on Dec 30, 2012

  1. Ensure credentials set in Twitter.configure are of a valid type.

    This commit adds basic credential validation after the credentials
    are set using the Twitter.configure block. If the credentials are
    not a string or symbol, a Twitter::Error::ConfigurationError is
    raised with a helpful message.
    DanKnox committed Dec 30, 2012
    Copy the full SHA
    6349fa7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9af3d73 View commit details
    Browse the repository at this point in the history