mapbox-gl-rails 2.2.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -674,10 +674,6 @@ a.mapboxgl-ctrl-logo {
674
674
  transition: opacity .2s;
675
675
  }
676
676
 
677
- .mapboxgl-marker-occluded {
678
- opacity: .2;
679
- }
680
-
681
677
  .mapboxgl-user-location-dot {
682
678
  background-color: #1da1f2;
683
679
  width: 15px;
@@ -14,7 +14,7 @@ module MapboxGl
14
14
  # Major version number
15
15
  MAJOR = 2
16
16
  # Minor version number
17
- MINOR = 2
17
+ MINOR = 3
18
18
  # Smallest version number
19
19
  TINY = 0
20
20
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mapbox-gl-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikita Bulai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-19 00:00:00.000000000 Z
11
+ date: 2021-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties