Sha256: 4ed75c4b896550ca40a23df369c9c1512ae48d85e51a693e7007cb0c3ac056a0

Contents?: true

Size: 221 Bytes

Versions: 10

Compression:

Stored size: 221 Bytes

Contents

source "http://rubygems.org"

gemspec

group :development, :test do
  gem 'fakeweb', "~> 1.3"
  platforms :jruby do
    gem 'json-jruby'
    gem 'jruby-openssl'
  end
  platforms :ruby_18 do
    gem 'json_pure'
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
intercom-1.0.0 Gemfile
intercom-0.3.0 Gemfile
intercom-0.2.3 Gemfile
intercom-0.2.2 Gemfile
intercom-0.2.1 Gemfile
intercom-0.2.0 Gemfile
intercom-0.1.19 Gemfile
intercom-0.1.17 Gemfile
intercom-0.1.16 Gemfile
intercom-0.1.15 Gemfile