intercom 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57b29735d28416b6901a6857691fd1f0d37ba665
4
- data.tar.gz: a2f62b7ded39fc80c68993d8fd886095c9ac97cb
3
+ metadata.gz: d9ed1775dc3cc5e1980a18e1419ce693ec689fb8
4
+ data.tar.gz: 0dc43ebffc28d82a5ac234718d2f5825145b1285
5
5
  SHA512:
6
- metadata.gz: e5fdd7950174bce14c2ab7e770ce2e916c9633e15242dbc548145c6de8db09bd0a416a5e9d9b8d17e6c1500dc3f541950c535c9e390818fd6a840078b4fa3667
7
- data.tar.gz: b10118b627a24d5d084c9a5986b98d0333da7c5468ba3b4f7bccc7e7668f0806ccd4ee9aea8d570d4ffca49a6cd412d8cb1dc9fe6bffbac52c083a9a89de2722
6
+ metadata.gz: 522dba42daac4713dddace9c320278f93c56e1e12998054bfbfe865d84e8832d8108edff50624f913a28362f8c7f4a9577e340cf9810c31c0f4987d30330af1f
7
+ data.tar.gz: 0440645b457b10b1f59792ef6e742b8c96ca46a1a40b7b011ed910a27e777eb03324a0a8db99167f835d67e1f66e295568bb63d051f293048aca766c869ee729
data/README.md CHANGED
@@ -19,7 +19,7 @@ Additionally, the new version uses Ruby 2.
19
19
 
20
20
  Using bundler:
21
21
 
22
- gem 'intercom', "~> 2.0"
22
+ gem 'intercom', "~> 2.1.1"
23
23
 
24
24
  ## Basic Usage
25
25
 
data/changes.txt CHANGED
@@ -1,3 +1,6 @@
1
+ 2.1.1
2
+ - Added User Agent header
3
+
1
4
  2.1.0
2
5
  - Added Admin listing (thanks to @javiercr)
3
6
  - Fix ancestor lookup of constants (thanks to @javiercr)
@@ -39,7 +39,7 @@ module Intercom
39
39
  end
40
40
 
41
41
  def self.default_headers
42
- {'Accept-Encoding' => 'gzip, deflate', 'Accept' => 'application/vnd.intercom.3+json'}
42
+ {'Accept-Encoding' => 'gzip, deflate', 'Accept' => 'application/vnd.intercom.3+json', 'User-Agent' => "Intercom-Ruby/#{Intercom::VERSION}"}
43
43
  end
44
44
 
45
45
  def client(uri)
@@ -1,3 +1,3 @@
1
1
  module Intercom #:nodoc:
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
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: 2.1.0
4
+ version: 2.1.1
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: 2014-06-26 00:00:00.000000000 Z
18
+ date: 2014-06-27 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: minitest