diff --git a/deface.gemspec b/deface.gemspec index 544b503..a615e4a 100644 --- a/deface.gemspec +++ b/deface.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "deface" - s.version = "1.5.1" + s.version = "1.5.2" s.authors = ["Brian D Quinn"] s.description = "Deface is a library that allows you to customize ERB, Haml and Slim views in a Rails application without editing the underlying view."