Skip to content

Commit

Permalink
Update default User-Agent to comply with Section 5.5.3 of RFC 7231
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 6, 2014
1 parent 7a1e719 commit e5eb8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def user_token?

# @return [String]
def user_agent
@user_agent ||= "Twitter Ruby Gem #{Twitter::Version}"
@user_agent ||= "TwitterRubyGem/#{Twitter::Version}"
end

# @return [Hash]
Expand Down

0 comments on commit e5eb8d4

Please sign in to comment.