Sha256: fb6ee26e452f8f562b71356a7685cc3bc0f031cdb4b34de56f21d93b516cc7a9
Contents?: true
Size: 820 Bytes
Versions: 3
Compression:
Stored size: 820 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'grape-librato/version' Gem::Specification.new do |gem| gem.name = "grape-librato" gem.version = Librato::Grape::VERSION gem.authors = ["Sean Moon"] gem.email = ["ssamoon@ucla.edu"] gem.description = %q{librato metrics for grape} gem.summary = %q{librato metrics for grape} gem.homepage = "https://github.com/seanmoon/grape-librato" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(spec)/}) gem.require_paths = ["lib"] gem.add_runtime_dependency(%q<grape>) gem.add_runtime_dependency(%q<librato-rack>) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
grape-librato-1.1.0 | grape-librato.gemspec |
grape-librato-1.0.0 | grape-librato.gemspec |
grape-librato-0.0.1 | grape-librato.gemspec |