Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Updating readme and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Apr 19, 2009
1 parent 95b5b4e commit ed2791f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion README.rdoc
Expand Up @@ -4,13 +4,24 @@ This RubyGem provides access to the Campaign Monitor API (http://www.campaignmon

Campaign Monitor recently made some changes to their API.

This fork makes the following changes:
patientslikeme's fork makes the following changes:

* host changed from http://app.campaignmonitor.com to http://api.createsend.com
* ID values are no longer sent #to_i because they are hex strings
* added support for subscribers with custom fields using SOAP API
* refactored gemspec to build on github
* misc. cleanup and refactoring

This fork integrates the following additional changes:

* updates Subscriber#is_subscribed? to work with the latest API. (from amiel)
* adds support for array values in custom_field_hash (from oferlin)
* API key cleanup (from yyyc514)
* added ability to get fetch lists by id using List#GetDetails or List#[] (from yyyc514)
* added support for adding and deleting clients (from yyyc514)
* added support for querying CM for countries and timezones (from yyyc514)
* added support for creating campaigns (from yyyc514)
* general test and api cleanup (from yyyc514)


== Pre-requisites
Expand Down
4 changes: 2 additions & 2 deletions campaign_monitor.gemspec
@@ -1,14 +1,14 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'campaign_monitor'
s.version = "1.3.2.2"
s.version = "1.3.3"
s.summary = 'Provides access to the Campaign Monitor API.'
s.description = <<-EOF
A simple wrapper class that provides basic access to the Campaign Monitor API.
EOF
s.author = 'Jeremy Weiskotten'
s.email = 'jweiskotten@patientslikeme.com'
s.homepage = 'http://github.com/patientslikeme/campaign_monitor/'
s.homepage = 'http://github.com/reidab/campaign_monitor/'
s.has_rdoc = true

s.requirements << 'none'
Expand Down

0 comments on commit ed2791f

Please sign in to comment.