Sha256: 1f5e95b2798730344d57a423ddf9e66d8ea70740b7a983712a04e8ee88a702cc

Contents?: true

Size: 999 Bytes

Versions: 2

Compression:

Stored size: 999 Bytes

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 optional timestamp."
  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."
  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

2 entries across 2 versions & 1 rubygems

Version Path
google_tz-0.3.1 google_tz.gemspec
google_tz-0.3.0 google_tz.gemspec