peteonrails / gps_fu

GPSFu is a location based services API used to access myGPSID address IDs.

This URL has Read+Write access

gps_fu / gps_fu.gemspec
100644 20 lines (20 sloc) 0.653 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Gem::Specification.new do |s|
  s.name = "gps_fu"
  s.version = "0.0.1"
  s.date = "2008-09-25"
  s.summary = "API for myGPSID.com"
  s.email = "pete@peteonrails.com"
  s.homepage = "http://blog.peteonrails.com/gps"
  s.description = "GPSFu provides the ability to translate myGPSId.com address IDs into geo-location XML packets."
  s.has_rdoc = false
  s.authors = ["Peter Jackson"]
  s.files = [ "init.rb",
              "LICENSE",
              "README",
              "lib/gps_fu.rb",
              "rails/init.rb",
              "spec/gps_fu_mygpsid_spec.rb",
              "spec/spec.opts",
              "spec/spec_helper.rb"
               ]
end