Skip to content

Commit

Permalink
bump v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayastreb committed Apr 19, 2020
1 parent 227cffc commit 14109e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.0 / 2020-04-19

* Lazy load Google Maps script (#36)

## 2.3.2 / 2020-01-04

* Add support for Jekyll 4.x (#41)
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-maps/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jekyll
module Maps
VERSION = "2.3.2".freeze
VERSION = "2.4.0".freeze
end
end
5 changes: 2 additions & 3 deletions spec/google_map_tag_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@
end

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

it "renders custom zoom setting" do
Expand Down

0 comments on commit 14109e9

Please sign in to comment.