Skip to content

Commit

Permalink
Release: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Mar 22, 2019
1 parent dc93052 commit 0335ed8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

source "https://rubygems.org"
gemspec

gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
6 changes: 3 additions & 3 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## HEAD
## 2.2.0 / 2019-03-22

### Major Enhancements

* Drop support for Ruby 2.3
* Test against Ruby 2.6
* Relax version constraint on bundler to allow using 1.x or 2.x

### Bug Fixes

Expand All @@ -13,6 +11,8 @@

### Development Fixes

* Test against Ruby 2.6
* Relax version constraint on bundler to allow using 1.x or 2.x
* dependencies: rubocop-jekyll 0.5
* style: target Ruby 2.4

Expand Down
2 changes: 1 addition & 1 deletion jekyll-watch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
end

spec.add_development_dependency "bundler"
spec.add_development_dependency "jekyll", "~> 3.6"
spec.add_development_dependency "jekyll", ">= 3.7", "< 5.0"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rubocop-jekyll", "~> 0.5"
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll-watch/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Jekyll
module Watch
VERSION = "2.1.2"
VERSION = "2.2.0"
end
end

0 comments on commit 0335ed8

Please sign in to comment.