Sha256: b98143c94ef99c3bda989c5789a7ac6fa8997381913f2f8f77fc00d9ca9caa38
Contents?: true
Size: 827 Bytes
Versions: 6
Compression:
Stored size: 827 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'elastic_apm/version' Gem::Specification.new do |spec| spec.name = 'elastic-apm' spec.version = ElasticAPM::VERSION spec.authors = ['Mikkel Malmberg'] spec.email = ['mikkel@elastic.co'] spec.summary = 'The official Elastic APM agent for Ruby' spec.homepage = 'https://github.com/elastic/apm-agent-ruby' spec.metadata = { 'source_code_uri' => 'https://github.com/elastic/apm-agent-ruby' } spec.license = 'Apache-2.0' spec.required_ruby_version = ">= 2.2.0" spec.add_dependency('activesupport', '>= 3.0.0') spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.require_paths = ['lib'] end
Version data entries
6 entries across 6 versions & 1 rubygems