Sha256: ec6b4be4539314466ab8a7063f4998ca80234c88d10cd3cc8b5cbff6a473f9a6
Contents?: true
Size: 1.29 KB
Versions: 3
Compression:
Stored size: 1.29 KB
Contents
$:.push File.expand_path("../lib", __FILE__) require "instrumental/version" Gem::Specification.new do |s| s.name = "instrumental_agent" s.version = Instrumental::VERSION s.authors = ["Elijah Miller", "Christopher Zelenak", "Kristopher Chambers", "Matthew Hassfurder"] s.email = ["support@instrumentalapp.com"] s.homepage = "http://github.com/instrumental/instrumental_agent-ruby" s.summary = %q{Custom metric monitoring for Ruby applications via Instrumental} s.description = %q{This agent supports Instrumental custom metric monitoring for Ruby applications. It provides high-data reliability at high scale, without ever blocking your process or causing an exception.} s.license = "MIT" s.required_ruby_version = '>= 2.0.0' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency("metrician", [">= 0"]) s.add_development_dependency("pry", [">= 0"]) s.add_development_dependency("rake", [">= 0"]) s.add_development_dependency("rspec", ["~> 3.0"]) s.add_development_dependency("fuubar", [">= 0"]) s.add_development_dependency("timecop", [">= 0"]) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
instrumental_agent-2.1.0 | instrumental_agent.gemspec |
instrumental_agent-2.0.0 | instrumental_agent.gemspec |
instrumental_agent-2.0.0.alpha | instrumental_agent.gemspec |