jekyll-maps 2.1.0 → 2.1.1

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
  SHA1:
3
- metadata.gz: ef80d68f5c5d8060d8f50b0510fae948d8522a36
4
- data.tar.gz: 09d328775dfe11292d30e826bf5e6d8543612cc5
3
+ metadata.gz: f5444dee38e013d18cbbe4da055d1b1134a07222
4
+ data.tar.gz: 745c9432fa5f71f6ee42a47c957fdae130c319e2
5
5
  SHA512:
6
- metadata.gz: 23e6448c9dc8ae22e3718a932d63e2cf11bf59bb035387560c935c106024e1e88ac003f2166d630300ffe783aa6241b7085986a2743c56074986321c228575d0
7
- data.tar.gz: 5a0da93c3f4ee6572db0b581c429134ddb5320c9f788163c993f7618d4e025371038e8cf689445315c36b97979b1ea073fab3903ac168a3a2bb3cdaadc66bcba
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
 
@@ -1,7 +1,7 @@
1
1
  module Jekyll
2
2
  module Maps
3
3
  class GoogleMapApi
4
- HEAD_END_TAG = %r!</.*head>!
4
+ HEAD_END_TAG = %r!</[\s\t]*head>!
5
5
 
6
6
  class << self
7
7
  def prepend_api_code(doc)
@@ -1,5 +1,5 @@
1
1
  module Jekyll
2
2
  module Maps
3
- VERSION = "2.1.0".freeze
3
+ VERSION = "2.1.1".freeze
4
4
  end
5
5
  end
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.0
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-10 00:00:00.000000000 Z
11
+ date: 2018-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll