markerclustererplus-rails 2.1.7 → 2.1.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5f00481294f90a206a80a5040904c7aac816d83918ca05b75f646c4dcad516f
4
- data.tar.gz: 433bfe00a960b076ab7fd6ccad391f372ce573de50e252ebf06c163d0c09466a
3
+ metadata.gz: 1d913fd42eca83d85b60a9fc4da4fd1a3e801deb2bd31091b0e4e9b149603bb9
4
+ data.tar.gz: 2d9e0ef83ee339b2d8e3e5cc37d56f5e773027563a26bcf7e52a5ef5e397d047
5
5
  SHA512:
6
- metadata.gz: 6567fcd986e750f0366b1274275cdb23a65fd14efca975dc2e9e8500d4750f0d911d184b2925ab27a32ee31a03e9b7b23e5b085b03026597a8084120050618bd
7
- data.tar.gz: 7f79209968fca8ad370324b2abf9167b5d1b3ad70b596d7800e20162da9f05b9c75da106015e92a2de06ed8e1d51782c51de02914d15e4ec6a800c40acf0b0b1
6
+ metadata.gz: 8b88765188fdbc6dd628da6451d1493f4b72635b496db7f83539dc2fba8172fdeb3f4778b9723f0906fb36b3f7ef3bcc594a39771d004f33df34af8df9f821cd
7
+ data.tar.gz: 50d5c529604a46ab58268076cc019fc20661b46eff2fcd3f891d6b7200cfaaad01d7bf3f19df0d219020d55b336470d25145c4be86a5f59f73e0a3246d4a883e
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @name MarkerClustererPlus for Google Maps V3
3
- * @version 2.1.7 [March 3, 2018]
3
+ * @version 2.1.8 [March 5, 2018]
4
4
  * @author Gary Little
5
5
  * @fileoverview
6
6
  * The library creates and manages per-zoom-level clusters for large amounts of markers.
@@ -23,7 +23,7 @@
23
23
  * This file modified for use with the Rails asset pipeline
24
24
  * https://github.com/RogerE/markerclustererplus-rails
25
25
  * gem markerclustererplus-rails
26
- * gem version 2.1.7
26
+ * gem version 2.1.8
27
27
  * @author Roger Ertesvag
28
28
  * NOTE: to include the MarkerClustererPlus icons in the asset pipeline the gem overrides
29
29
  * the original configuration for setting the icon properties. This means that changing
@@ -147,9 +147,10 @@ ClusterIcon.prototype.onAdd = function () {
147
147
  });
148
148
 
149
149
  // March 1, 2018: Fix for this 3.32 exp bug, https://issuetracker.google.com/issues/73571522
150
- google.maps.event.addDomListener(this.div_, "touchstart", function (e) {
151
- e.stopPropagation();
152
- });
150
+ // But it doesn't work with earlier releases so back to the drawing board.
151
+ // google.maps.event.addDomListener(this.div_, "touchstart", function (e) {
152
+ // e.stopPropagation();
153
+ // });
153
154
 
154
155
  google.maps.event.addDomListener(this.div_, "click", function (e) {
155
156
  cMouseDownInCluster = false;
@@ -1,5 +1,5 @@
1
1
  module Markerclustererplus
2
2
  module Rails
3
- VERSION = "2.1.7"
3
+ VERSION = "2.1.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markerclustererplus-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.7
4
+ version: 2.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - RogerE
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-07 00:00:00.000000000 Z
11
+ date: 2018-03-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This gem provides the MarkerClustererPlus assets for your Rails application.
14
14
  email: