Skip to content

Commit

Permalink
include platform information as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Burke committed Feb 4, 2014
1 parent bea33ea commit 3674e6a
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} (Ruby #{RUBY_VERSION}-p#{RUBY_PATCHLEVEL})",
'User-Agent' => "twilio-ruby/#{Twilio::VERSION} (#{RUBY_ENGINE}/#{RUBY_PLATFORM} #{RUBY_VERSION}-p#{RUBY_PATCHLEVEL})",
}

DEFAULTS = {
Expand Down

0 comments on commit 3674e6a

Please sign in to comment.