mapbox-gl-rails 1.10.0 → 2.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/mapbox-gl.js +42561 -32982
- data/app/assets/stylesheets/mapbox-gl.scss +84 -180
- data/lib/mapbox-gl/rails/version.rb +3 -3
- metadata +3 -3
@@ -12,11 +12,11 @@ module MapboxGl
|
|
12
12
|
# Follows Mapbox GL JS versioning.
|
13
13
|
module VERSION
|
14
14
|
# Major version number
|
15
|
-
MAJOR =
|
15
|
+
MAJOR = 2
|
16
16
|
# Minor version number
|
17
|
-
MINOR =
|
17
|
+
MINOR = 3
|
18
18
|
# Smallest version number
|
19
|
-
TINY =
|
19
|
+
TINY = 1
|
20
20
|
|
21
21
|
# Full version number
|
22
22
|
STRING = [MAJOR, MINOR, TINY].compact.join('.')
|
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:
|
4
|
+
version: 2.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nikita Bulai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
139
139
|
- !ruby/object:Gem::Version
|
140
140
|
version: '0'
|
141
141
|
requirements: []
|
142
|
-
rubygems_version: 3.
|
142
|
+
rubygems_version: 3.1.2
|
143
143
|
signing_key:
|
144
144
|
specification_version: 4
|
145
145
|
summary: an asset gemification of the Mapbox GL JS library
|