From eadf702987a8c374502eaa1948040731a0c77aea Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 19 Jan 2016 10:33:49 -0800 Subject: [PATCH] Release :gem: v1.3.1 --- History.markdown | 3 ++- jekyll-watch.gemspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/History.markdown b/History.markdown index c0a09e0..cf972d7 100644 --- a/History.markdown +++ b/History.markdown @@ -1,7 +1,8 @@ -## HEAD +## 1.3.1 / 2016-01-19 * Test against Jekyll 2 and 3. (#30) * watcher: set `LISTEN_GEM_DEBUGGING` if `--verbose` flag set (#31) + * Apply Rubocop auditing and fix up (#32) ## 1.3.0 / 2015-09-23 diff --git a/jekyll-watch.gemspec b/jekyll-watch.gemspec index 1fe2584..42227a8 100644 --- a/jekyll-watch.gemspec +++ b/jekyll-watch.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-watch" - spec.version = "1.3.0" + spec.version = "1.3.1" spec.authors = ["Parker Moore"] spec.email = ["parkrmoore@gmail.com"] spec.summary = %q{Rebuild your Jekyll site when a file changes with the `--watch` switch.}