-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathradarb.gemspec
29 lines (29 loc) · 973 Bytes
/
radarb.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
Gem::Specification.new do |s|
s.name = "radarb"
s.version = "1.1.2"
s.date = "2008-01-15"
s.summary = "outside.in radar API wrapper."
s.email = "[email protected]"
s.homepage = "http://github.com/vigetlabs/radarb"
s.description = "A ruby gem that makes using the http://outside.in/ API simple."
s.has_rdoc = true
s.authors = ["Justin Marney"]
s.files = ["History.txt",
"README.txt",
"Rakefile",
"radarb.gemspec",
"lib/radarb.rb",
"lib/radarb/collectable.rb",
"lib/radarb/fetch.rb",
"lib/radarb/place.rb",
"lib/radarb/radar.rb",
"lib/radarb/tag.rb"]
s.test_files = ["test/test_helper.rb",
"test/radarb_test.rb",
"test/radarb/radar_test.rb",
"test/radarb/collectable_test.rb"]
s.rdoc_options = ["--main", "README.txt"]
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
s.add_dependency("jnunemaker-happymapper", ["> 0.0.0"])
s.add_dependency("curb", ["> 0.0.0"])
end