Sha256: c4a1560fb5e8fb87b7e529678de6a79c3b4164d5624d086809885e64eb232d5e
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'redis_prometheus/version' Gem::Specification.new do |spec| spec.name = "redis_prometheus" spec.version = RedisPrometheus::VERSION spec.authors = ["Andy Jeffries"] spec.email = ["andy@andyjeffries.co.uk"] spec.summary = %q{Capture and serve rack statistics for Prometheus in Redis} spec.description = %q{In order to ensure all your statistics are served to Prometheus across multiple machines/pods/instances/containers, store the details in Redis} spec.homepage = "https://github.com/civo/redis_prometheus" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler" spec.add_development_dependency "rake" spec.add_development_dependency "rspec" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redis_prometheus-0.6.5 | redis_prometheus.gemspec |