We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d8b8a commit dd9b79bCopy full SHA for dd9b79b
theo-rails.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |spec|
2
spec.name = "theo-rails"
3
- spec.version = "0.3.0"
+ spec.version = "0.3.1"
4
spec.summary = "Theo is HTML-like template language"
5
spec.description = "HTML-like template language for Rails with natural partial syntax"
6
spec.authors = ["Jarek Lipski"]
@@ -13,5 +13,5 @@ Gem::Specification.new do |spec|
13
"source_code_uri" => "https://github.com/loomchild/theo-rails"
14
}
15
spec.required_ruby_version = ">= 3.2"
16
- spec.add_development_dependency "rspec"
+ spec.add_development_dependency "rspec", "~> 3"
17
end
0 commit comments