Skip to content

Commit

Permalink
Add version to twilio-rubby client
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Burke committed Feb 3, 2014
1 parent b8512bc commit 666dfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twilio-ruby/rest/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Client
HTTP_HEADERS = {
'Accept' => 'application/json',
'Accept-Charset' => 'utf-8',
'User-Agent' => "twilio-ruby/#{Twilio::VERSION}",
'User-Agent' => "twilio-ruby/#{Twilio::VERSION} (Ruby #{Gem.ruby_version})",
}

DEFAULTS = {
Expand Down

0 comments on commit 666dfe3

Please sign in to comment.