cutaneous.gemspec in cutaneous-0.1.7 vs cutaneous.gemspec in cutaneous-0.2.0

- old
+ new

@@ -6,17 +6,17 @@ ## http://docs.rubygems.org/read/chapter/20 Gem::Specification.new do |s| s.specification_version = 2 if s.respond_to? :specification_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.rubygems_version = '1.3.5' - s.required_ruby_version = ">= 1.9.2" + s.required_ruby_version = ">= 1.9.3" ## Leave these as is they will be modified for you by the rake gemspec task. ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'cutaneous' - s.version = '0.1.7' - s.date = '2013-11-14' + s.version = '0.2.0' + s.date = '2014-01-29' s.rubyforge_project = 'cutaneous' ## Make sure your summary is short. The description may be as long ## as you like. s.summary = "A Ruby templating language with Django style template inheritance"