cutaneous.gemspec in cutaneous-0.2.0 vs cutaneous.gemspec in cutaneous-0.3.0

- old
+ new

@@ -12,12 +12,12 @@ ## 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.2.0' - s.date = '2014-01-29' + s.version = '0.3.0' + s.date = '2016-08-16' 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" @@ -48,10 +48,10 @@ ## that are needed for an end user to actually USE your code. # s.add_dependency('DEPNAME', [">= 1.1.0", "< 2.0.0"]) ## List your development dependencies here. Development dependencies are ## those that are only needed during development - # s.add_development_dependency('DEVDEPNAME', [">= 1.1.0", "< 2.0.0"]) + s.add_development_dependency('minitest', ['~> 4.7.0']) ## Leave this section as-is. It will be automatically generated from the ## contents of your Git repository via the gemspec task. DO NOT REMOVE ## THE MANIFEST COMMENTS, they are used as delimiters by the task. # = MANIFEST =