Sha256: 63aee8cdf1702e6400c538fde6ac2e7ae27d41c95a540ab8468ecf3369c35754

Contents?: true

Size: 791 Bytes

Versions: 14

Compression:

Stored size: 791 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/rollbar/version', __FILE__)

Gem::Specification.new do |gem|
  is_jruby = defined?(JRUBY_VERSION) || (defined?(RUBY_ENGINE) && 'jruby' == RUBY_ENGINE)

  gem.authors       = ['Rollbar, Inc.']
  gem.email         = ['support@rollbar.com']
  gem.description   = %q{Easy and powerful exception tracking for Ruby}
  gem.executables   = ['rollbar-rails-runner']
  gem.summary       = %q{Reports exceptions to Rollbar}
  gem.homepage      = 'https://rollbar.com'
  gem.license       = 'MIT'

  gem.files         = `git ls-files`.split($\)
  gem.test_files    = gem.files.grep(%r{^(spec)/})
  gem.name          = 'rollbar'
  gem.require_paths = ['lib']
  gem.version       = Rollbar::VERSION

  gem.add_runtime_dependency 'multi_json'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rollbar-2.18.2 rollbar.gemspec
rollbar-2.18.0 rollbar.gemspec
rollbar-2.17.0 rollbar.gemspec
rollbar-2.16.4 rollbar.gemspec
rollbar-2.16.3 rollbar.gemspec
rollbar-2.16.2 rollbar.gemspec
rollbar-2.16.0 rollbar.gemspec
rollbar-2.15.6 rollbar.gemspec
rollbar-2.15.5 rollbar.gemspec
rollbar-2.15.4 rollbar.gemspec
rollbar-2.15.3 rollbar.gemspec
rollbar-2.15.2 rollbar.gemspec
rollbar-2.15.1 rollbar.gemspec
rollbar-2.15.0 rollbar.gemspec