Sha256: c03d488c84dcf9c7be48e1db5983f25891ddd546a77b8f44d6f527c2444ff2f2

Contents?: true

Size: 1.25 KB

Versions: 3

Compression:

Stored size: 1.25 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

require "intercom/version"

Gem::Specification.new do |spec|
  spec.name        = "intercom"
  spec.version     = Intercom::VERSION
  spec.authors     = ["Ben McRedmond", "Ciaran Lee", "Darragh Curran", "Jeff Gardner", "Kyle Daigle"]
  spec.email       = ["ben@intercom.io", "ciaran@intercom.io", "darragh@intercom.io", "jeff@intercom.io", "kyle@digitalworkbox.com"]
  spec.homepage    = "https://www.intercom.io"
  spec.summary     = %q{Ruby bindings for the Intercom API}
  spec.description = %Q{Intercom (https://www.intercom.io) is a customer relationship management and messaging tool for web app owners. This library wraps the api provided by Intercom. See http://docs.intercom.io/api for more details. }
  spec.license     = "MIT"
  spec.rubyforge_project = "intercom"

  spec.files         = `git ls-files`.split("\n")
  spec.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  spec.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency 'minitest'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'mocha'
  spec.add_development_dependency "fakeweb", ["~> 1.3"]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
intercom-0.1.17 intercom.gemspec
intercom-0.1.16 intercom.gemspec
intercom-0.1.15 intercom.gemspec