infusionsoft-api 0.0.5 → 0.0.6

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.
@@ -3,8 +3,8 @@ module Infusionsoft
3
3
  module Model
4
4
  class ContactGroupAssign < Infusionsoft::Api::Model::Base
5
5
 
6
- def all(query = {}, page_number = 0)
7
- results = super(query, page_number)
6
+ def all(query = {}, paginate = true, page_number = 0)
7
+ results = super(query, paginate, page_number)
8
8
  results.map{|x|{
9
9
  'Id' => x['ContactId'],
10
10
  'FirstName' => x['Contact.FirstName'],
@@ -1,5 +1,5 @@
1
1
  module Infusionsoft
2
2
  module Api
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infusionsoft-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  version: '0'
81
81
  segments:
82
82
  - 0
83
- hash: 3407123426909033176
83
+ hash: 3226072949163363730
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  none: false
86
86
  requirements:
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  segments:
91
91
  - 0
92
- hash: 3407123426909033176
92
+ hash: 3226072949163363730
93
93
  requirements: []
94
94
  rubyforge_project:
95
95
  rubygems_version: 1.8.23