File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Ruby bindings for the Intercom API (https://api.intercom.io). See http://docs.in
2
2
3
3
Yardoc is available at http://rubydoc.info/github/intercom/intercom-ruby/master/frames
4
4
5
+ For generating Intercom javascript script tags, please see https://github.com/intercom/intercom-rails
6
+
5
7
== Installation
6
8
gem install intercom
7
9
@@ -37,7 +39,7 @@ The API supports:
37
39
Intercom::User.all.count
38
40
Intercom::User.all.each {|user| puts %Q(#{user.email} - #{user.custom_data["average_monthly_spend"]}) }
39
41
Intercom::User.all.map {|user| user.email }
40
-
42
+
41
43
42
44
==== Messages
43
45
Original file line number Diff line number Diff line change 1
1
# -*- encoding: utf-8 -*-
2
2
$:. push File . expand_path ( "../lib" , __FILE__ )
3
+
3
4
require "intercom/version"
4
5
5
6
Gem ::Specification . new do |s |
You can’t perform that action at this time.
0 commit comments