Skip to content

Commit

Permalink
bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
loomchild committed Oct 6, 2024
1 parent e0d8b8a commit dd9b79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theo-rails.gemspec
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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

0 comments on commit dd9b79b

Please sign in to comment.