Sha256: 9cdbed63f894fd39ddfd179f76000c9a025b50148bf35c9278ffc11a0650b4a4
Contents?: true
Size: 776 Bytes
Versions: 5
Compression:
Stored size: 776 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.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
5 entries across 5 versions & 1 rubygems