intercom 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/changes.txt +7 -0
  2. data/lib/intercom/version.rb +1 -1
  3. metadata +2 -3
data/changes.txt CHANGED
@@ -1,3 +1,10 @@
1
+ 0.1.12
2
+ - Fix the admin avatar attributes for MessageAuthor
3
+ - Add ability to send increments
4
+
5
+ 0.1.11
6
+ - Add getters/setters https://github.com/intercom/intercom-ruby/pull/35
7
+
1
8
  0.1.10
2
9
  - fix broken tag updating :(
3
10
 
@@ -1,3 +1,3 @@
1
1
  module Intercom #:nodoc:
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.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: 0.1.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2013-06-12 00:00:00.000000000 Z
16
+ date: 2013-08-28 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: minitest
@@ -147,4 +147,3 @@ test_files:
147
147
  - spec/unit/intercom/user_resource_spec.rb
148
148
  - spec/unit/intercom/user_spec.rb
149
149
  - spec/unit/intercom_spec.rb
150
- has_rdoc: