intercom 3.5.11 → 3.5.12

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3017e9c7947af1ad08fba93c5d5cd16d4f491b5b
4
- data.tar.gz: e34343229866f215a24a1888a5d10164934fe881
3
+ metadata.gz: 84719dadeaf7d2aeff38ba123e258b8d13dda3ca
4
+ data.tar.gz: 6f5b639d8f587bd42a62c7807437ff70e2643a4e
5
5
  SHA512:
6
- metadata.gz: d54158812a58f552cf5bced5b3307d8a0297a9b31c007e29cb38503272813591787f220f613625ff2b01980243a12f5a49771e779a4e457ad4759d4e14e02c10
7
- data.tar.gz: 912b3598890f7d1416045ca14fdb1c672cd5e46eba59f799ac09a3c5641498cea4704c826e536c630d867c3ecc377891aedeb6a4c67cf240365db65084b7fb11
6
+ metadata.gz: 8af7c5cc8fb66238a15c2fc20888ffd6f9914c800b0983bc281c737270899cbc9652d709fa82ad84b32ae94d5a84a0983badac8ecf8b6e58890c800ffcf5e0de
7
+ data.tar.gz: 373c03846b1fd01ae42ad8214b65bcf2abe00ea31351214410476dff921501862e463a2f2a2a89674ccbbe424110831a0cd05cd6170017ec2a65da1b75bb255a
@@ -1,5 +1,6 @@
1
1
  require 'intercom/service/base_service'
2
2
  require 'intercom/api_operations/list'
3
+ require 'intercom/api_operations/scroll'
3
4
  require 'intercom/api_operations/find'
4
5
  require 'intercom/api_operations/find_all'
5
6
  require 'intercom/api_operations/save'
@@ -15,6 +16,7 @@ module Intercom
15
16
  include ApiOperations::FindAll
16
17
  include ApiOperations::Load
17
18
  include ApiOperations::List
19
+ include ApiOperations::Scroll
18
20
  include ApiOperations::Save
19
21
  include ExtendedApiOperations::Users
20
22
  include ExtendedApiOperations::Tags
@@ -1,3 +1,3 @@
1
1
  module Intercom #:nodoc:
2
- VERSION = "3.5.11"
2
+ VERSION = "3.5.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intercom
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.11
4
+ version: 3.5.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben McRedmond
@@ -15,7 +15,7 @@ authors:
15
15
  autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
- date: 2017-02-09 00:00:00.000000000 Z
18
+ date: 2017-02-16 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: minitest
@@ -243,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
243
243
  version: '0'
244
244
  requirements: []
245
245
  rubyforge_project: intercom
246
- rubygems_version: 2.6.1
246
+ rubygems_version: 2.5.1
247
247
  signing_key:
248
248
  specification_version: 4
249
249
  summary: Ruby bindings for the Intercom API