Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumping version to 0.1.1.
  • Loading branch information
jdennes committed Dec 15, 2010
1 parent 53a904d commit f4a1598
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/createsend.rb
Expand Up @@ -43,7 +43,7 @@ class Unavailable < StandardError; end
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'
Expand Down
3 changes: 3 additions & 0 deletions lib/list.rb
Expand Up @@ -120,6 +120,9 @@ def update(title, unsubscribe_page, confirmed_opt_in, confirmation_success_page)
response = CreateSend.put "/lists/#{list_id}.json", options
end

# Please note: Any webhook-related methods below are not yet supported in production.
# The gem version will be bumped when these are released in production.

# Gets the webhooks for this list.
def webhooks
response = get "webhooks"
Expand Down

0 comments on commit f4a1598

Please sign in to comment.