Sha256: e78e08af419d33a379b72836a9af3195550609a8daf97f3c047a7bbd9887cb2d

Contents?: true

Size: 923 Bytes

Versions: 3

Compression:

Stored size: 923 Bytes

Contents

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "heimdall_apm/version"

Gem::Specification.new do |spec|
  spec.name          = "heimdall_apm"
  spec.version       = HeimdallApm::VERSION
  spec.authors       = ["Christopher Cocchi-Perrier"]
  spec.email         = ["cocchi.c@gmail.com"]
  spec.license       = 'LGPL-3.0'

  spec.summary       = "Open source monitoring for Rails applications"
  spec.homepage      = "https://github.com/ccocchi/heimdall"

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.start_with?('test', 'bin')
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.16"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "minitest", "~> 5.0"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
heimdall_apm-0.1.2 heimdall_apm.gemspec
heimdall_apm-0.1.1 heimdall_apm.gemspec
heimdall_apm-0.1.0 heimdall_apm.gemspec