From 6eeacbda6a4c6c2bbc9fe20713b8769d761159bc Mon Sep 17 00:00:00 2001 From: Yaroslav Konoplov Date: Mon, 19 Sep 2016 02:11:57 +0300 Subject: [PATCH] Push 1.0.1 --- pug-ruby.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pug-ruby.gemspec b/pug-ruby.gemspec index 6f96df2..1addf10 100644 --- a/pug-ruby.gemspec +++ b/pug-ruby.gemspec @@ -1,7 +1,7 @@ # frozen_string_literal: true Gem::Specification.new do |s| s.name = 'pug-ruby' - s.version = '1.0' + s.version = '1.0.1' s.author = 'Yaroslav Konoplov' s.email = 'eahome00@gmail.com' s.summary = 'Ruby wrapper for the Pug/Jade template engine.'