leaflet-rails 1.9.3 → 1.9.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,6 +64,11 @@
64
64
  padding: 0;
65
65
  }
66
66
 
67
+ .leaflet-container img.leaflet-tile {
68
+ /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
69
+ mix-blend-mode: plus-lighter;
70
+ }
71
+
67
72
  .leaflet-container.leaflet-touch-zoom {
68
73
  -ms-touch-action: pan-x pan-y;
69
74
  touch-action: pan-x pan-y;
@@ -650,7 +655,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
650
655
  }
651
656
 
652
657
  /* Printing */
653
-
658
+
654
659
  @media print {
655
660
  /* Prevent printers from removing background-images of controls. */
656
661
  .leaflet-control {
metadata CHANGED
@@ -1,17 +1,31 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leaflet-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.3
4
+ version: 1.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Akshay Joshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-06 00:00:00.000000000 Z
11
+ date: 2023-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: rails
14
+ name: railties
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 4.2.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 4.2.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: actionpack
15
29
  requirement: !ruby/object:Gem::Requirement
16
30
  requirements:
17
31
  - - ">="
@@ -52,7 +66,7 @@ dependencies:
52
66
  - - ">="
53
67
  - !ruby/object:Gem::Version
54
68
  version: '0'
55
- description: This gem provides the leaflet.js map display library for your Rails 4/5
69
+ description: This gem provides the leaflet.js map display library for your Rails 4+
56
70
  application.
57
71
  email:
58
72
  - leaflet_rails@akshayjoshi.com