From dd9b79b506749978f4ffc7c063c7dd2b2ecc145e Mon Sep 17 00:00:00 2001 From: Jarek Lipski Date: Sun, 6 Oct 2024 18:31:00 +0200 Subject: [PATCH] bump to 0.3.1 --- theo-rails.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theo-rails.gemspec b/theo-rails.gemspec index c583300..fa8bf09 100644 --- a/theo-rails.gemspec +++ b/theo-rails.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "theo-rails" - spec.version = "0.3.0" + spec.version = "0.3.1" spec.summary = "Theo is HTML-like template language" spec.description = "HTML-like template language for Rails with natural partial syntax" spec.authors = ["Jarek Lipski"] @@ -13,5 +13,5 @@ Gem::Specification.new do |spec| "source_code_uri" => "https://github.com/loomchild/theo-rails" } spec.required_ruby_version = ">= 3.2" - spec.add_development_dependency "rspec" + spec.add_development_dependency "rspec", "~> 3" end