gmapsjs 0.2.30 → 0.2.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/gmapsjs.gemspec +1 -1
- data/lib/gmapsjs/version.rb +1 -1
- metadata +2 -2
data/gmapsjs.gemspec
CHANGED
@@ -4,7 +4,7 @@ require File.expand_path('../lib/gmapsjs/version', __FILE__)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |gem|
|
6
6
|
gem.authors = ["Alvaro Pereyra", "Gustavo Leon"]
|
7
|
-
gem.email = ["alvaro@xendacentral.com", "hpneo@
|
7
|
+
gem.email = ["alvaro@xendacentral.com", "hpneo@hotmail.com"]
|
8
8
|
gem.description = "gmaps.js allows you to use the potential of Google Maps in a simple way.
|
9
9
|
No more extensive documentation or large amount of code."
|
10
10
|
gem.summary = ""
|
data/lib/gmapsjs/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: gmapsjs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.2.30
|
5
|
+
version: 0.2.30.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Alvaro Pereyra
|
@@ -18,7 +18,7 @@ description: ! 'gmaps.js allows you to use the potential of Google Maps in a sim
|
|
18
18
|
No more extensive documentation or large amount of code.'
|
19
19
|
email:
|
20
20
|
- alvaro@xendacentral.com
|
21
|
-
- hpneo@
|
21
|
+
- hpneo@hotmail.com
|
22
22
|
executables: []
|
23
23
|
extensions: []
|
24
24
|
extra_rdoc_files: []
|