forked from newrelic/rpm_contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rpm_contrib.gemspec
79 lines (74 loc) · 2.8 KB
/
rpm_contrib.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{rpm_contrib}
s.version = "2.1.6.beta1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bill Kayser", "Jon Guymon"]
s.date = %q{2011-09-23}
s.description = %q{Community contributed instrumentation for various frameworks based on
the New Relic Ruby monitoring gem newrelic_rpm.
}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"CHANGELOG",
"LICENSE",
"README.md"
]
s.files = [
"CHANGELOG",
"LICENSE",
"README.md",
"Rakefile",
"lib/new_relic/control/camping.rb",
"lib/rpm_contrib.rb",
"lib/rpm_contrib/agent_compatibility.rb",
"lib/rpm_contrib/detection.rb",
"lib/rpm_contrib/detection/camping.rb",
"lib/rpm_contrib/instrumentation.rb",
"lib/rpm_contrib/instrumentation/active_mq.rb",
"lib/rpm_contrib/instrumentation/aws.rb",
"lib/rpm_contrib/instrumentation/camping.rb",
"lib/rpm_contrib/instrumentation/cassandra.rb",
"lib/rpm_contrib/instrumentation/crack.rb",
"lib/rpm_contrib/instrumentation/curb.rb",
"lib/rpm_contrib/instrumentation/elastic_search.rb",
"lib/rpm_contrib/instrumentation/mongo.rb",
"lib/rpm_contrib/instrumentation/paperclip.rb",
"lib/rpm_contrib/instrumentation/redis.rb",
"lib/rpm_contrib/instrumentation/resque.rb",
"lib/rpm_contrib/instrumentation/sinatra.rb",
"lib/rpm_contrib/instrumentation/typhoeus.rb",
"lib/rpm_contrib/instrumentation/ultrasphinx.rb",
"lib/rpm_contrib/instrumentation/workling.rb",
"lib/rpm_contrib/instrumentation/yajl.rb",
"lib/rpm_contrib/language_support.rb",
"lib/rpm_contrib/samplers.rb",
"test/helper.rb",
"test/schema.rb",
"test/test_curb.rb",
"test/test_redis.rb",
"test/test_resque.rb",
"test/test_workling.rb"
]
s.homepage = %q{http://github.com/newrelic/rpm_contrib}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Contributed Instrumentation for New Relic RPM", "-m", "README.md"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{Contributed Instrumentation for New Relic RPM}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<newrelic_rpm>, [">= 3.1.1"])
s.add_runtime_dependency(%q<newrelic_rpm>, [">= 3.1.1"])
else
s.add_dependency(%q<newrelic_rpm>, [">= 3.1.1"])
s.add_dependency(%q<newrelic_rpm>, [">= 3.1.1"])
end
else
s.add_dependency(%q<newrelic_rpm>, [">= 3.1.1"])
s.add_dependency(%q<newrelic_rpm>, [">= 3.1.1"])
end
end