gmaps4rails 1.0.2 → 1.1.0
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/README.rdoc +2 -0
- data/{public → app/assets}/javascripts/gmaps4rails/all_apis.js +2 -2
- data/{public → app/assets}/javascripts/gmaps4rails/bing.js +0 -0
- data/app/assets/javascripts/gmaps4rails/gmaps4rails.base.js.coffee +468 -0
- data/app/assets/javascripts/gmaps4rails/gmaps4rails.bing.js.coffee +163 -0
- data/app/assets/javascripts/gmaps4rails/gmaps4rails.googlemaps.js.coffee +253 -0
- data/app/assets/javascripts/gmaps4rails/gmaps4rails.mapquest.js.coffee +134 -0
- data/app/assets/javascripts/gmaps4rails/gmaps4rails.openlayers.js.coffee +210 -0
- data/{public → app/assets}/javascripts/gmaps4rails/googlemaps.js +0 -0
- data/{public → app/assets}/javascripts/gmaps4rails/mapquest.js +0 -0
- data/{public → app/assets}/javascripts/gmaps4rails/openlayers.js +0 -0
- data/lib/generators/gmaps4rails/install_generator.rb +13 -5
- data/lib/gmaps4rails.rb +0 -2
- data/lib/gmaps4rails/base.rb +8 -3
- data/public/javascripts/gmaps4rails/gmaps4rails.base.js +439 -515
- data/public/javascripts/gmaps4rails/gmaps4rails.bing.js +186 -201
- data/public/javascripts/gmaps4rails/gmaps4rails.googlemaps.js +269 -299
- data/public/javascripts/gmaps4rails/gmaps4rails.mapquest.js +142 -179
- data/public/javascripts/gmaps4rails/gmaps4rails.openlayers.js +174 -240
- metadata +44 -56
metadata
CHANGED
@@ -1,49 +1,51 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: gmaps4rails
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.1.0
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 0
|
9
|
-
- 2
|
10
|
-
version: 1.0.2
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Benjamin Roth
|
14
9
|
- David Ruyer
|
15
10
|
autorequire:
|
16
11
|
bindir: bin
|
17
12
|
cert_chain: []
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
- !ruby/object:Gem::Dependency
|
13
|
+
date: 2011-09-06 00:00:00.000000000Z
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
22
16
|
name: crack
|
23
|
-
|
24
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
17
|
+
requirement: &2152327280 !ruby/object:Gem::Requirement
|
25
18
|
none: false
|
26
|
-
requirements:
|
27
|
-
- -
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
|
30
|
-
segments:
|
31
|
-
- 0
|
32
|
-
version: "0"
|
19
|
+
requirements:
|
20
|
+
- - ! '>='
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '0'
|
33
23
|
type: :runtime
|
34
|
-
|
35
|
-
|
36
|
-
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: *2152327280
|
26
|
+
description: ! 'Enables easy display of items (taken from a Rails 3 model) on a Google
|
27
|
+
Maps (JS API V3), OpenLayers, Mapquest and Bing. Geocoding + Directions included.
|
28
|
+
Provides much options: markers customization, infowindows, auto-adjusted zoom, polylines,
|
29
|
+
polygons, circles etc... See wiki on github for full description and examples.'
|
30
|
+
email:
|
37
31
|
- apnea.diving.deep@gmail.com
|
38
32
|
- david.ruyer@gmail.com
|
39
33
|
executables: []
|
40
|
-
|
41
34
|
extensions: []
|
42
|
-
|
43
|
-
extra_rdoc_files:
|
35
|
+
extra_rdoc_files:
|
44
36
|
- LICENSE.txt
|
45
37
|
- README.rdoc
|
46
|
-
files:
|
38
|
+
files:
|
39
|
+
- app/assets/javascripts/gmaps4rails/all_apis.js
|
40
|
+
- app/assets/javascripts/gmaps4rails/bing.js
|
41
|
+
- app/assets/javascripts/gmaps4rails/gmaps4rails.base.js.coffee
|
42
|
+
- app/assets/javascripts/gmaps4rails/gmaps4rails.bing.js.coffee
|
43
|
+
- app/assets/javascripts/gmaps4rails/gmaps4rails.googlemaps.js.coffee
|
44
|
+
- app/assets/javascripts/gmaps4rails/gmaps4rails.mapquest.js.coffee
|
45
|
+
- app/assets/javascripts/gmaps4rails/gmaps4rails.openlayers.js.coffee
|
46
|
+
- app/assets/javascripts/gmaps4rails/googlemaps.js
|
47
|
+
- app/assets/javascripts/gmaps4rails/mapquest.js
|
48
|
+
- app/assets/javascripts/gmaps4rails/openlayers.js
|
47
49
|
- app/views/gmaps4rails/_gmaps4rails.html.erb
|
48
50
|
- lib/generators/gmaps4rails/install_generator.rb
|
49
51
|
- lib/generators/templates/README
|
@@ -54,51 +56,37 @@ files:
|
|
54
56
|
- lib/gmaps4rails/extensions/hash.rb
|
55
57
|
- lib/gmaps4rails/helper/gmaps4rails_helper.rb
|
56
58
|
- public/images/marker.png
|
57
|
-
- public/javascripts/gmaps4rails/all_apis.js
|
58
|
-
- public/javascripts/gmaps4rails/bing.js
|
59
59
|
- public/javascripts/gmaps4rails/gmaps4rails.base.js
|
60
60
|
- public/javascripts/gmaps4rails/gmaps4rails.bing.js
|
61
61
|
- public/javascripts/gmaps4rails/gmaps4rails.googlemaps.js
|
62
62
|
- public/javascripts/gmaps4rails/gmaps4rails.mapquest.js
|
63
63
|
- public/javascripts/gmaps4rails/gmaps4rails.openlayers.js
|
64
|
-
- public/javascripts/gmaps4rails/googlemaps.js
|
65
|
-
- public/javascripts/gmaps4rails/mapquest.js
|
66
|
-
- public/javascripts/gmaps4rails/openlayers.js
|
67
64
|
- public/stylesheets/gmaps4rails.css
|
68
65
|
- LICENSE.txt
|
69
66
|
- README.rdoc
|
70
67
|
homepage: http://github.com/apneadiving/Google-Maps-for-Rails
|
71
68
|
licenses: []
|
72
|
-
|
73
69
|
post_install_message:
|
74
70
|
rdoc_options: []
|
75
|
-
|
76
|
-
require_paths:
|
71
|
+
require_paths:
|
77
72
|
- lib
|
78
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
73
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
79
74
|
none: false
|
80
|
-
requirements:
|
81
|
-
- -
|
82
|
-
- !ruby/object:Gem::Version
|
83
|
-
|
84
|
-
|
85
|
-
- 0
|
86
|
-
version: "0"
|
87
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
|
+
requirements:
|
76
|
+
- - ! '>='
|
77
|
+
- !ruby/object:Gem::Version
|
78
|
+
version: '0'
|
79
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
80
|
none: false
|
89
|
-
requirements:
|
90
|
-
- -
|
91
|
-
- !ruby/object:Gem::Version
|
92
|
-
|
93
|
-
segments:
|
94
|
-
- 0
|
95
|
-
version: "0"
|
81
|
+
requirements:
|
82
|
+
- - ! '>='
|
83
|
+
- !ruby/object:Gem::Version
|
84
|
+
version: '0'
|
96
85
|
requirements: []
|
97
|
-
|
98
86
|
rubyforge_project:
|
99
87
|
rubygems_version: 1.8.6
|
100
88
|
signing_key:
|
101
89
|
specification_version: 3
|
102
|
-
summary: Enables easy display of items (taken from a Rails 3 model) on a Google Maps
|
90
|
+
summary: Enables easy display of items (taken from a Rails 3 model) on a Google Maps
|
91
|
+
(JS API V3), OpenLayers, Mapquest and Bing. Geocoding + Directions included.
|
103
92
|
test_files: []
|
104
|
-
|