Sha256: 0343cc64d29089b259c4fe028869f941715e8f3b4d024ec6408156c5009906f0
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
$:.push File.expand_path("../lib", __FILE__) require "google_tz/version" Gem::Specification.new do |s| s.name = 'google_tz' s.version = GoogleTZAPI::VERSION s.date = '2013-09-02' s.summary = "Get timezone information for a latitude, longitude, and optionally a timestamp, sensor, and language." s.description = "Get timezone information for a location from the [Google Timezone API](https://developers.google.com/maps/documentation/timezone/) using the locations latitude, longitude, and optionally a timestamp, sensor, and language." s.authors = ["Daniel McGraw"] s.email = 'dan.j.mcgraw@gmail.com' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- spec/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.homepage = 'http://github.com/danielmcgraw/google_tz' s.license = 'MIT' s.require_paths = ['lib'] s.add_development_dependency 'rake' s.add_development_dependency 'rspec' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google_tz-0.3.2 | google_tz.gemspec |