From e3f93a8fe40cf610a07b65ac29bb611ef6a5d2a8 Mon Sep 17 00:00:00 2001 From: Sverrir Sigmundarson Date: Fri, 3 Feb 2017 18:16:36 +0100 Subject: [PATCH] Fixing accidental debug messages in main output --- lib/jekyll-paginate-v2/generator/paginationPage.rb | 2 -- lib/jekyll-paginate-v2/version.rb | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/jekyll-paginate-v2/generator/paginationPage.rb b/lib/jekyll-paginate-v2/generator/paginationPage.rb index 2cc6611..e6ef7ac 100644 --- a/lib/jekyll-paginate-v2/generator/paginationPage.rb +++ b/lib/jekyll-paginate-v2/generator/paginationPage.rb @@ -27,8 +27,6 @@ def initialize(page_to_copy, ignored) # new pagination page (so that users can get the correct keys etc) if( page_to_copy.data['autopage'].has_key?('display_name') ) self.data['autopages'] = Jekyll::Utils.deep_merge_hashes( page_to_copy.data['autopage'], {} ) - puts( "------ AUTOPAGE -------") - puts( self.data['autopages'] ) end end diff --git a/lib/jekyll-paginate-v2/version.rb b/lib/jekyll-paginate-v2/version.rb index da252e6..d02471e 100644 --- a/lib/jekyll-paginate-v2/version.rb +++ b/lib/jekyll-paginate-v2/version.rb @@ -1,8 +1,8 @@ module Jekyll module PaginateV2 - VERSION = "1.7.1" + VERSION = "1.7.2" # When modifying remember to issue a new tag command in git before committing, then push the new tag - # git tag -a v1.7.1 -m "Gem v1.7.1" + # git tag -a v1.7.2 -m "Gem v1.7.2" # git push origin --tags end # module PaginateV2 end # module Jekyll \ No newline at end of file