lib/ably-rest.rb in ably-rest-1.1.6 vs lib/ably-rest.rb in ably-rest-1.1.7

- old
+ new

@@ -29,6 +29,8 @@ # # @see file:README.md README module Ably # Used to alter the user agent to ably-rest-[VERSION] configure_lib_variant = 'rest' + + AGENT = "ably-ruby/#{Ably::VERSION} ruby/#{RUBY_VERSION} ably-ruby-rest" end