--- !ruby/object:Gem::Specification name: createsend version: !ruby/object:Gem::Version prerelease: false segments: - 1 - 0 - 0 version: 1.0.0 platform: ruby authors: - James Dennes autorequire: bindir: bin cert_chain: [] date: 2011-09-26 00:00:00 +10:00 default_executable: dependencies: - !ruby/object:Gem::Dependency prerelease: false type: :development name: fakeweb version_requirements: &id001 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 1 - 3 version: "1.3" requirement: *id001 - !ruby/object:Gem::Dependency prerelease: false type: :development name: jnunemaker-matchy version_requirements: &id002 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 4 version: "0.4" requirement: *id002 - !ruby/object:Gem::Dependency prerelease: false type: :development name: mocha version_requirements: &id003 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 9 version: "0.9" requirement: *id003 - !ruby/object:Gem::Dependency prerelease: false type: :development name: shoulda version_requirements: &id004 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 2 - 11 version: "2.11" requirement: *id004 - !ruby/object:Gem::Dependency prerelease: false type: :runtime name: json version_requirements: &id005 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirement: *id005 - !ruby/object:Gem::Dependency prerelease: false type: :runtime name: hashie version_requirements: &id006 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 1 - 0 version: "1.0" requirement: *id006 - !ruby/object:Gem::Dependency prerelease: false type: :runtime name: httparty version_requirements: &id007 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 0 - 8 version: "0.8" requirement: *id007 description: Implements the complete functionality of the createsend API. email: - jdennes@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - config.example.yaml - createsend.gemspec - lib/createsend.rb - lib/createsend/campaign.rb - lib/createsend/client.rb - lib/createsend/list.rb - lib/createsend/segment.rb - lib/createsend/subscriber.rb - lib/createsend/template.rb - lib/createsend/version.rb - test/campaign_test.rb - test/client_test.rb - test/createsend_test.rb - test/fixtures/active_subscribers.json - test/fixtures/add_subscriber.json - test/fixtures/apikey.json - test/fixtures/bounced_subscribers.json - test/fixtures/campaign_bounces.json - test/fixtures/campaign_clicks.json - test/fixtures/campaign_listsandsegments.json - test/fixtures/campaign_opens.json - test/fixtures/campaign_recipients.json - test/fixtures/campaign_summary.json - test/fixtures/campaign_unsubscribes.json - test/fixtures/campaigns.json - test/fixtures/client_details.json - test/fixtures/clients.json - test/fixtures/countries.json - test/fixtures/create_campaign.json - test/fixtures/create_client.json - test/fixtures/create_custom_field.json - test/fixtures/create_list.json - test/fixtures/create_list_webhook.json - test/fixtures/create_segment.json - test/fixtures/create_template.json - test/fixtures/custom_api_error.json - test/fixtures/custom_fields.json - test/fixtures/drafts.json - test/fixtures/import_subscribers.json - test/fixtures/import_subscribers_partial_success.json - test/fixtures/list_details.json - test/fixtures/list_stats.json - test/fixtures/list_webhooks.json - test/fixtures/lists.json - test/fixtures/scheduled_campaigns.json - test/fixtures/segment_details.json - test/fixtures/segment_subscribers.json - test/fixtures/segments.json - test/fixtures/subscriber_details.json - test/fixtures/subscriber_history.json - test/fixtures/suppressionlist.json - test/fixtures/systemdate.json - test/fixtures/template_details.json - test/fixtures/templates.json - test/fixtures/timezones.json - test/fixtures/unsubscribed_subscribers.json - test/helper.rb - test/list_test.rb - test/segment_test.rb - test/subscriber_test.rb - test/template_test.rb has_rdoc: true homepage: http://github.com/campaignmonitor/createsend-ruby/ licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 3 - 6 version: 1.3.6 requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: A library which implements the complete functionality of v3 of the createsend API. test_files: - test/campaign_test.rb - test/client_test.rb - test/createsend_test.rb - test/fixtures/active_subscribers.json - test/fixtures/add_subscriber.json - test/fixtures/apikey.json - test/fixtures/bounced_subscribers.json - test/fixtures/campaign_bounces.json - test/fixtures/campaign_clicks.json - test/fixtures/campaign_listsandsegments.json - test/fixtures/campaign_opens.json - test/fixtures/campaign_recipients.json - test/fixtures/campaign_summary.json - test/fixtures/campaign_unsubscribes.json - test/fixtures/campaigns.json - test/fixtures/client_details.json - test/fixtures/clients.json - test/fixtures/countries.json - test/fixtures/create_campaign.json - test/fixtures/create_client.json - test/fixtures/create_custom_field.json - test/fixtures/create_list.json - test/fixtures/create_list_webhook.json - test/fixtures/create_segment.json - test/fixtures/create_template.json - test/fixtures/custom_api_error.json - test/fixtures/custom_fields.json - test/fixtures/drafts.json - test/fixtures/import_subscribers.json - test/fixtures/import_subscribers_partial_success.json - test/fixtures/list_details.json - test/fixtures/list_stats.json - test/fixtures/list_webhooks.json - test/fixtures/lists.json - test/fixtures/scheduled_campaigns.json - test/fixtures/segment_details.json - test/fixtures/segment_subscribers.json - test/fixtures/segments.json - test/fixtures/subscriber_details.json - test/fixtures/subscriber_history.json - test/fixtures/suppressionlist.json - test/fixtures/systemdate.json - test/fixtures/template_details.json - test/fixtures/templates.json - test/fixtures/timezones.json - test/fixtures/unsubscribed_subscribers.json - test/helper.rb - test/list_test.rb - test/segment_test.rb - test/subscriber_test.rb - test/template_test.rb