Sha256: b25b38f210bda082e69d6abaf184cdc4a2a83d43af742eb2a0375eb626557fbe
Contents?: true
Size: 852 Bytes
Versions: 7
Compression:
Stored size: 852 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'newrelic-grape/version' Gem::Specification.new do |gem| gem.name = "newrelic-grape" gem.version = NewRelic::Grape::VERSION gem.authors = ["Richard Huang"] gem.email = ["flyerhzm@gmail.com"] gem.description = %q{newrelic instrument for grape} gem.summary = %q{newrelic instrument for grape} gem.homepage = "https://github.com/flyerhzm/newrelic-grape" 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{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_runtime_dependency(%q<grape>) gem.add_runtime_dependency(%q<newrelic_rpm>) end
Version data entries
7 entries across 7 versions & 1 rubygems