Skip to content

Commit 14109e9

Browse files
committed
bump v2.4.0
1 parent 227cffc commit 14109e9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

History.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.4.0 / 2020-04-19
2+
3+
* Lazy load Google Maps script (#36)
4+
15
## 2.3.2 / 2020-01-04
26

37
* Add support for Jekyll 4.x (#41)

lib/jekyll-maps/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jekyll
22
module Maps
3-
VERSION = "2.3.2".freeze
3+
VERSION = "2.4.0".freeze
44
end
55
end

spec/google_map_tag_spec.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@
7979
end
8080

8181
it "renders attributes" do
82-
expected = %r!div id='foo' style='width:100px;height:50%;'
83-
class='baz bar jekyll-map'!
84-
expect(output).to match(expected)
82+
expect(output).to match("div id='foo' style='width:100px;height:50%;'")
83+
expect(output).to match("class='baz bar jekyll-map'")
8584
end
8685

8786
it "renders custom zoom setting" do

0 commit comments

Comments
 (0)