Sha256: 8131cf78fea8930723f1088cf703ae218087e03f591a37fba04cabcfb3043cc8
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 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"] spec.email = ["ben@intercom.io", "ciaran@intercom.io", "darragh@intercom.io", "jeff@intercom.io"] 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.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' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
intercom-0.0.12 | intercom.gemspec |