Sha256: e6ef3fd01679799f55a4be9c8667668a8293cfafce7968b7bf58f6057d7f759b

Contents?: true

Size: 625 Bytes

Versions: 7

Compression:

Stored size: 625 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "bugsnag"
  s.version = File.read("VERSION").strip

  s.authors = ["James Smith"]
  s.email = "james@bugsnag.com"

  s.description = "Ruby notifier for bugsnag.com"
  s.summary = "Ruby notifier for bugsnag.com"
  s.homepage = "http://github.com/bugsnag/bugsnag-ruby"
  s.licenses = ["MIT"]

  s.files = `git ls-files`.split("\n").reject {|file| file.start_with? "example/"}
  s.extra_rdoc_files = [
    "LICENSE.txt",
    "README.md",
    "CHANGELOG.md"
  ]
  s.require_paths = ["lib"]
  s.required_ruby_version = '>= 1.9.2'
  s.add_runtime_dependency 'concurrent-ruby', '~> 1.0'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bugsnag-6.7.1 bugsnag.gemspec
bugsnag-6.7.0 bugsnag.gemspec
bugsnag-6.6.4 bugsnag.gemspec
bugsnag-6.6.3 bugsnag.gemspec
bugsnag-6.6.2 bugsnag.gemspec
bugsnag-6.6.1 bugsnag.gemspec
bugsnag-6.6.0 bugsnag.gemspec