Sha256: ff720a52ca0f4b7eb8f02bd8bd2e6b032abd572121420e1546fa180eeaeddc60
Contents?: true
Size: 626 Bytes
Versions: 14
Compression:
Stored size: 626 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 = "https://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
14 entries across 14 versions & 1 rubygems