jekyll-maps 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/History.md +10 -1
- data/lib/jekyll-maps/google_map_api.rb +1 -1
- data/lib/jekyll-maps/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5444dee38e013d18cbbe4da055d1b1134a07222
|
4
|
+
data.tar.gz: 745c9432fa5f71f6ee42a47c957fdae130c319e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a55d55069d4865f158f9679690852cfc52351e00b2e6531f535da34204263c3b38230628d21be16583cf6b86c891b73a25bf39b109914163688f90c320bdf7a5
|
7
|
+
data.tar.gz: 5ba07470fa65b2ffc3e8c5d4cde4742208cd96c84019cbc7a6af3b100777e7153959516cb65f496d0ef72f357a68f9537c5227b185892f9cac37922c5d9af561
|
data/History.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
## 2.1.1 / 2018-01-25
|
2
|
+
|
3
|
+
* fixed JS lib injection in header (fix #31)
|
4
|
+
|
5
|
+
## 2.1.0 / 2018-01-10
|
6
|
+
|
7
|
+
* fixed base_url in marker url (fix #28)
|
8
|
+
|
1
9
|
## 2.0.4 / 2017-07-19
|
2
10
|
|
3
11
|
* allow multiple locations per document (fix #6)
|
@@ -23,6 +31,7 @@
|
|
23
31
|
* change attributes syntax to HTML-style
|
24
32
|
|
25
33
|
## 1.1.6 / 2016-09-07
|
34
|
+
|
26
35
|
* fix #15 - broken page if there is <header> tag used
|
27
36
|
* allow setting custom zoom level with `zoom:10` attribute
|
28
37
|
|
@@ -44,7 +53,7 @@
|
|
44
53
|
|
45
54
|
## 1.1.1 / 2016-07-20
|
46
55
|
|
47
|
-
* configure GoogleMaps API key from _config.yml
|
56
|
+
* configure GoogleMaps API key from \_config.yml
|
48
57
|
|
49
58
|
## 1.1.0 / 2016-07-19
|
50
59
|
|
data/lib/jekyll-maps/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-maps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anatoliy Yastreb
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|