Sha256: caeb26390adb4468ede22d51bcc1ecca6e08404389e942e95f370948ba713d71
Contents?: true
Size: 837 Bytes
Versions: 3
Compression:
Stored size: 837 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 -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } gem.name = 'rollbar' gem.require_paths = ['lib'] gem.required_ruby_version = '>= 1.9.3' gem.version = Rollbar::VERSION gem.add_runtime_dependency 'multi_json' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rollbar-2.19.2 | rollbar.gemspec |
rollbar-2.19.1 | rollbar.gemspec |
rollbar-2.19.0 | rollbar.gemspec |