From 87a021d91944fc4670a0a8d6844e49ea9c5582fc Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Wed, 18 Aug 2021 12:17:59 +0300 Subject: [PATCH] Bump version to 0.9.3.skroutz.2 --- Gemfile.lock | 5 ++++- lib/truncate_html/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fc72682..27eacee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - truncate_html (0.9.3.skroutz.1) + truncate_html (0.9.3.skroutz.2) GEM remote: http://rubygems.org/ @@ -131,3 +131,6 @@ DEPENDENCIES rails (~> 5.1.6.2) rspec-rails (~> 3.8.0) truncate_html! + +BUNDLED WITH + 1.17.3 diff --git a/lib/truncate_html/version.rb b/lib/truncate_html/version.rb index c398d9c..734c0c6 100644 --- a/lib/truncate_html/version.rb +++ b/lib/truncate_html/version.rb @@ -1,3 +1,3 @@ module TruncateHtml - VERSION = '0.9.3.skroutz.1'.freeze + VERSION = '0.9.3.skroutz.2'.freeze end