lib/ably-rest.rb in ably-rest-0.8.13 vs lib/ably-rest.rb in ably-rest-0.8.14
- old
+ new
@@ -20,14 +20,15 @@
require 'ably/auth'
require 'ably/exceptions'
require 'ably/logger'
require 'ably-rest/modules/eventmachine_deferrable'
require 'ably/rest'
-require 'ably/version'
# Ably is the base namespace for the Ably {Ably::Rest Rest} client libraries.
#
# Please refer to the {file:README.md Readme} on getting started.
#
# @see file:README.md README
module Ably
+ # Used to alter the user agent to ably-rest-[VERSION]
+ configure_lib_variant = 'rest'
end