hominid 2.0.4 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/hominid.gemspec +2 -2
- data/lib/hominid/list.rb +3 -3
- metadata +2 -2
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            2.0 | 
| 1 | 
            +
            2.1.0
         | 
    
        data/hominid.gemspec
    CHANGED
    
    | @@ -5,11 +5,11 @@ | |
| 5 5 |  | 
| 6 6 | 
             
            Gem::Specification.new do |s|
         | 
| 7 7 | 
             
              s.name = %q{hominid}
         | 
| 8 | 
            -
              s.version = "2.0 | 
| 8 | 
            +
              s.version = "2.1.0"
         | 
| 9 9 |  | 
| 10 10 | 
             
              s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
         | 
| 11 11 | 
             
              s.authors = ["Brian Getting", "Michael Str\303\274der"]
         | 
| 12 | 
            -
              s.date = %q{2010- | 
| 12 | 
            +
              s.date = %q{2010-03-06}
         | 
| 13 13 | 
             
              s.description = %q{Hominid is a Ruby gem that provides a wrapper for interacting with the Mailchimp email marketing service API.}
         | 
| 14 14 | 
             
              s.email = %q{brian@terra-firma-design.com}
         | 
| 15 15 | 
             
              s.extra_rdoc_files = [
         | 
    
        data/lib/hominid/list.rb
    CHANGED
    
    | @@ -33,7 +33,7 @@ module Hominid | |
| 33 33 |  | 
| 34 34 | 
             
                # Find all the mailing lists IDs that an email address is subscribed to
         | 
| 35 35 | 
             
                def find_list_ids_by_email(email)
         | 
| 36 | 
            -
                  call(" | 
| 36 | 
            +
                  call("listsForEmail", email)
         | 
| 37 37 | 
             
                end
         | 
| 38 38 |  | 
| 39 39 | 
             
                # Get all email addresses that complained about a given list.
         | 
| @@ -316,7 +316,7 @@ module Hominid | |
| 316 316 | 
             
                # * list_id       (String)  = The mailing list ID value.
         | 
| 317 317 | 
             
                # * current_email (String)  = The email address to unsubscribe OR the email "id".
         | 
| 318 318 | 
             
                # * options       (Hash)    = A hash of unsubscribe options including:
         | 
| 319 | 
            -
                #   * :delete_member (defaults to  | 
| 319 | 
            +
                #   * :delete_member (defaults to true)
         | 
| 320 320 | 
             
                #   * :send_goodbye (defaults to false)
         | 
| 321 321 | 
             
                #   * :send_notify (defaults to false).
         | 
| 322 322 | 
             
                #
         | 
| @@ -334,7 +334,7 @@ module Hominid | |
| 334 334 | 
             
                # * list_id (String)  = The mailing list ID value.
         | 
| 335 335 | 
             
                # * emails  (Array)   = An array of email addresses to unsubscribe.
         | 
| 336 336 | 
             
                # * options (Hash)    = A hash of unsubscribe options including:
         | 
| 337 | 
            -
                #   * :delete_member (defaults to  | 
| 337 | 
            +
                #   * :delete_member (defaults to true)
         | 
| 338 338 | 
             
                #   * :send_goodbye (defaults to false)
         | 
| 339 339 | 
             
                #   * :send_notify (defaults to false)
         | 
| 340 340 | 
             
                #
         | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification 
         | 
| 2 2 | 
             
            name: hominid
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version 
         | 
| 4 | 
            -
              version: 2.0 | 
| 4 | 
            +
              version: 2.1.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors: 
         | 
| 7 7 | 
             
            - Brian Getting
         | 
| @@ -10,7 +10,7 @@ autorequire: | |
| 10 10 | 
             
            bindir: bin
         | 
| 11 11 | 
             
            cert_chain: []
         | 
| 12 12 |  | 
| 13 | 
            -
            date: 2010- | 
| 13 | 
            +
            date: 2010-03-06 00:00:00 -08:00
         | 
| 14 14 | 
             
            default_executable: 
         | 
| 15 15 | 
             
            dependencies: []
         | 
| 16 16 |  |