Sha256: 947bf1cccb6b61328e20d3e59947703e9313eed8cd814dc3d6162f6e73db05e8
Contents?: true
Size: 355 Bytes
Versions: 1
Compression:
Stored size: 355 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'hoe' require './lib/geokit.rb' Hoe.new('geokit', Geokit::VERSION) do |p| #p.rubyforge_name = 'geokit' # if different than lowercase project name p.developer('Andre Lewis', 'andre@earthcode.com') p.summary="Geokit provides geocoding and distance calculation in an easy-to-use API" end # vim: syntax=Ruby
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geokit-1.2.5 | Rakefile |