gmapsjs 0.2.30.1 → 0.4.12
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.
- checksums.yaml +7 -0
- data/app/assets/javascripts/gmapsjs/gmapsjs.js +1769 -1486
- data/lib/gmapsjs/version.rb +1 -1
- metadata +11 -14
data/lib/gmapsjs/version.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gmapsjs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 0.2.30.1
|
4
|
+
version: 0.4.12
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Alvaro Pereyra
|
@@ -10,12 +9,11 @@ authors:
|
|
10
9
|
autorequire:
|
11
10
|
bindir: bin
|
12
11
|
cert_chain: []
|
13
|
-
date:
|
12
|
+
date: 2014-05-10 00:00:00.000000000 Z
|
14
13
|
dependencies: []
|
15
|
-
description:
|
16
|
-
way.
|
17
|
-
|
18
|
-
No more extensive documentation or large amount of code.'
|
14
|
+
description: |-
|
15
|
+
gmaps.js allows you to use the potential of Google Maps in a simple way.
|
16
|
+
No more extensive documentation or large amount of code.
|
19
17
|
email:
|
20
18
|
- alvaro@xendacentral.com
|
21
19
|
- hpneo@hotmail.com
|
@@ -23,7 +21,7 @@ executables: []
|
|
23
21
|
extensions: []
|
24
22
|
extra_rdoc_files: []
|
25
23
|
files:
|
26
|
-
- .gitignore
|
24
|
+
- ".gitignore"
|
27
25
|
- Gemfile
|
28
26
|
- LICENSE
|
29
27
|
- README.md
|
@@ -36,26 +34,25 @@ files:
|
|
36
34
|
- lib/gmapsjs/version.rb
|
37
35
|
homepage: http://hpneo.github.com/gmaps/
|
38
36
|
licenses: []
|
37
|
+
metadata: {}
|
39
38
|
post_install_message:
|
40
39
|
rdoc_options: []
|
41
40
|
require_paths:
|
42
41
|
- lib
|
43
42
|
required_ruby_version: !ruby/object:Gem::Requirement
|
44
43
|
requirements:
|
45
|
-
- -
|
44
|
+
- - ">="
|
46
45
|
- !ruby/object:Gem::Version
|
47
46
|
version: '0'
|
48
|
-
none: false
|
49
47
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
50
48
|
requirements:
|
51
|
-
- -
|
49
|
+
- - ">="
|
52
50
|
- !ruby/object:Gem::Version
|
53
51
|
version: '0'
|
54
|
-
none: false
|
55
52
|
requirements: []
|
56
53
|
rubyforge_project:
|
57
|
-
rubygems_version:
|
54
|
+
rubygems_version: 2.2.2
|
58
55
|
signing_key:
|
59
|
-
specification_version:
|
56
|
+
specification_version: 4
|
60
57
|
summary: ''
|
61
58
|
test_files: []
|