rcurse.gemspec in rcurse-0.3.1 vs rcurse.gemspec in rcurse-0.4.0

- old
+ new

@@ -1,11 +1,12 @@ Gem::Specification.new do |s| s.name = 'rcurse' - s.version = '0.3.1' + s.version = '0.4.0' s.licenses = ['MIT'] s.summary = "Super simple template engine." s.description = "Super simple template engine." s.authors = ["Nick Shvelidze"] s.email = 'captain@pirrate.me' s.files = `git ls-files`.split("\n") s.homepage = 'http://shvelo.github.io/rcurse' + s.executables << 'rcurse' end \ No newline at end of file