Skip to content

Commit eb2edab

Browse files
committed
mention/link to intercom-rails in the Readme
1 parent 38a2d3b commit eb2edab

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

LICENSE renamed to MIT-LICENSE

File renamed without changes.

README.rdoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Ruby bindings for the Intercom API (https://api.intercom.io). See http://docs.in
22

33
Yardoc is available at http://rubydoc.info/github/intercom/intercom-ruby/master/frames
44

5+
For generating Intercom javascript script tags, please see https://github.com/intercom/intercom-rails
6+
57
== Installation
68
gem install intercom
79

@@ -37,7 +39,7 @@ The API supports:
3739
Intercom::User.all.count
3840
Intercom::User.all.each {|user| puts %Q(#{user.email} - #{user.custom_data["average_monthly_spend"]}) }
3941
Intercom::User.all.map {|user| user.email }
40-
42+
4143

4244
==== Messages
4345

intercom.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- encoding: utf-8 -*-
22
$:.push File.expand_path("../lib", __FILE__)
3+
34
require "intercom/version"
45

56
Gem::Specification.new do |s|

0 commit comments

Comments
 (0)