Sha256: 305f4c5ffaf2a4f6b03b13bd02285737721dbb9894d79797116d12727e836000
Contents?: true
Size: 816 Bytes
Versions: 5
Compression:
Stored size: 816 Bytes
Contents
# encoding: UTF-8 # -*- encoding: utf-8 -*- require File.expand_path('../lib/gmapsjs/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Alvaro Pereyra", "Gustavo Leon"] gem.email = ["alvaro@xendacentral.com", "hpneo@hotmail.com"] gem.description = "gmaps.js allows you to use the potential of Google Maps in a simple way. No more extensive documentation or large amount of code." gem.summary = "" gem.homepage = "http://hpneo.github.com/gmaps/" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "gmapsjs" gem.require_paths = ["lib"] gem.version = GmapsJS::VERSION end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
gmapsjs-0.4.21.1 | gmapsjs.gemspec |
gmapsjs-0.4.21 | gmapsjs.gemspec |
gmapsjs-0.4.16 | gmapsjs.gemspec |
gmapsjs-0.4.12 | gmapsjs.gemspec |
gmapsjs-0.2.30.1 | gmapsjs.gemspec |