Skip to content

Commit dd9b79b

Browse files
committed
bump to 0.3.1
1 parent e0d8b8a commit dd9b79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theo-rails.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "theo-rails"
3-
spec.version = "0.3.0"
3+
spec.version = "0.3.1"
44
spec.summary = "Theo is HTML-like template language"
55
spec.description = "HTML-like template language for Rails with natural partial syntax"
66
spec.authors = ["Jarek Lipski"]
@@ -13,5 +13,5 @@ Gem::Specification.new do |spec|
1313
"source_code_uri" => "https://github.com/loomchild/theo-rails"
1414
}
1515
spec.required_ruby_version = ">= 3.2"
16-
spec.add_development_dependency "rspec"
16+
spec.add_development_dependency "rspec", "~> 3"
1717
end

0 commit comments

Comments
 (0)