public
Description: Fork of http://rubyforge.org/projects/kmlr/
Homepage:
Clone URL: git://github.com/schleyfox/ruby_kml.git
ruby_kml / ruby_kml.gemspec.erb
100644 13 lines (12 sloc) 0.532 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
Gem::Specification.new do |s|
  s.name = "ruby_kml"
  s.version = "0.1.55555"
  s.date = "2008-06-07"
  s.summary = "Generate KML files with ruby"
  s.email = ""
  s.homepage = "http://github.com/schleyfox/ruby_kml"
  s.description = "Generate KML files with ruby"
  s.has_rdoc = false
  s.authors = ["aeden, schleyfox, xaviershay, andykram"]
  s.files = <%= '["' + (["CHANGELOG", "LICENSE", "Rakefile", "README.textile"] + %w(lib test).collect {|x| Dir["#{x}/**/*.rb"]}.flatten + Dir["examples/*.kml"]).join('", "') + '"]' %>
end