lib/createsend.rb in createsend-0.1.0 vs lib/createsend.rb in createsend-0.1.1
- old
+ new
@@ -41,10 +41,10 @@
# Provides high level CreateSend functionality/data you'll probably need.
class CreateSend
include HTTParty
- VER = "0.1.0" unless defined?(CreateSend::VER)
+ VER = "0.1.1" unless defined?(CreateSend::VER)
headers({ 'User-Agent' => "createsend-ruby-#{CreateSend::VER}", 'Content-Type' => 'application/json' })
base_uri CreateSendOptions['base_uri']
basic_auth CreateSendOptions['api_key'], 'x'
# Sets the API key which will be used to make calls to the CreateSend API.