ceilingfish-toto.gemspec in ceilingfish-toto-0.3.9 vs ceilingfish-toto.gemspec in ceilingfish-toto-0.4.0

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{ceilingfish-toto} - s.version = "0.3.9" + s.version = "0.4.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["cloudhead", "ceilingfish"] - s.date = %q{2010-02-16} + s.date = %q{2010-02-22} s.description = %q{the tiniest blog-engine in Oz.} s.email = %q{ceilingfish@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.md" @@ -25,14 +25,14 @@ "VERSION", "ceilingfish-toto.gemspec", "lib/ceilingfish-toto.rb", "lib/ext/ext.rb", "lib/toto.rb", - "test/articles/1900-05-17-the-wonderful-wizard-of-oz.txt", - "test/articles/2001-01-01-two-thousand-and-one.txt", - "test/articles/2009-04-01-tilt-factor.txt", - "test/articles/2009-12-04-some-random-article.txt", - "test/articles/2009-12-11-the-dichotomy-of-design.txt", + "test/articles/some-random-article.txt", + "test/articles/the-dichotomy-of-design.txt", + "test/articles/the-wonderful-wizard-of-oz.txt", + "test/articles/tilt-factor.txt", + "test/articles/two-thousand-and-one.txt", "test/autotest.rb", "test/templates/about.rhtml", "test/templates/archives.rhtml", "test/templates/article.rhtml", "test/templates/feed.builder",