Sha256: a8601c85adc292b1201341da488bdb7fe4b41d057dd9de3ddfe3b9b665737958

Contents?: true

Size: 712 Bytes

Versions: 7

Compression:

Stored size: 712 Bytes

Contents

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

  s.authors = ["Keegan Lowenstein", "Martin Holman", "Alex Moinet", "Delisa Mason"]
  s.email = "keegan@bugsnag.com"

  s.summary = "Notify Bugsnag when deploying with Capistrano"
  s.description = "Correlate Capistrano deploys with new errors and increased error rates in Bugsnag"
  s.homepage = "http://github.com/bugsnag/bugsnag-capistrano"
  s.licenses = ["MIT"]

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

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bugsnag-capistrano-2.1.0 bugsnag-capistrano.gemspec
bugsnag-capistrano-1.1.2 bugsnag-capistrano.gemspec
bugsnag-capistrano-2.0.0 bugsnag-capistrano.gemspec
bugsnag-capistrano-1.1.1 bugsnag-capistrano.gemspec
bugsnag-capistrano-1.1.0 bugsnag-capistrano.gemspec
bugsnag-capistrano-1.0.1 bugsnag-capistrano.gemspec
bugsnag-capistrano-1.0.0 bugsnag-capistrano.gemspec