Sha256: e1617da1d07c1c7e6f9dfcc433810bcff639444353ae69fe2f1a2da1cb8e0dfd
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 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.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_development_dependency("pry", [">= 0"]) s.add_development_dependency("rake", [">= 0"]) s.add_development_dependency("rspec", ["~> 3.0"]) s.add_development_dependency("fuubar", [">= 0"]) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
instrumental_agent-1.0.1 | instrumental_agent.gemspec |
instrumental_agent-1.0.0 | instrumental_agent.gemspec |