gmaps4rails 1.4.6 → 1.4.7

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.
@@ -50,7 +50,7 @@ class @Gmaps4Rails
50
50
  length: 32
51
51
  draggable: false # how to modify: <%= gmaps( "markers" => { "data" => @object.to_gmaps4rails, "options" => { "draggable" => true }}) %>
52
52
  #clustering config
53
- do_clustering: true # do clustering if set to true
53
+ do_clustering: false # do clustering if set to true
54
54
  randomize: false # Google maps can't display two markers which have the same coordinates. This randomizer enables to prevent this situation from happening.
55
55
  max_random_distance: 100 # in meters. Each marker coordinate could be altered by this distance in a random direction
56
56
  list_container: null # id of the ul that will host links to all markers
@@ -51,7 +51,7 @@
51
51
  width: 22,
52
52
  length: 32,
53
53
  draggable: false,
54
- do_clustering: true,
54
+ do_clustering: false,
55
55
  randomize: false,
56
56
  max_random_distance: 100,
57
57
  list_container: null,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmaps4rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.6
4
+ version: 1.4.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,11 +10,11 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-03-07 00:00:00.000000000Z
13
+ date: 2012-03-11 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: json
17
- requirement: &2153339940 !ruby/object:Gem::Requirement
17
+ requirement: &2161242960 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,7 +22,7 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *2153339940
25
+ version_requirements: *2161242960
26
26
  description: ! 'Enables easy display of items (taken from a Rails 3 model) on a Google
27
27
  Maps (JS API V3), OpenLayers, Mapquest and Bing. Geocoding + Directions included.
28
28
  Provides much options: markers customization, infowindows, auto-adjusted zoom, polylines,