constant_contact 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,7 @@ module ActiveResource
29
29
  if next_link
30
30
  next_path = next_link.attribute('href').value
31
31
  next_page = ::ConstantContact::Base.connection.get(next_path)
32
+ next_page = [next_page] if Hash === next_page
32
33
  list.concat(next_page)
33
34
  end
34
35
 
@@ -1,3 +1,3 @@
1
1
  module ConstantContact
2
- Version = '1.3.1'.freeze
2
+ VERSION = '1.3.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: constant_contact
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 1
10
- version: 1.3.1
9
+ - 2
10
+ version: 1.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tim Case
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2010-11-04 00:00:00 -04:00
21
+ date: 2010-11-30 00:00:00 -05:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency