cms-lite.gemspec in cms-lite-0.5.0 vs cms-lite.gemspec in cms-lite-0.5.1

- old
+ new

@@ -1,14 +1,14 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{cms-lite} - s.version = "0.5.0" + s.version = "0.5.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Justin Ball"] - s.date = %q{2009-07-22} + s.date = %q{2009-07-24} s.description = %q{CMS gem that makes it simple to interact with your content developers by serving pages from '/content'.} s.email = %q{justinball@gmail.com} s.extra_rdoc_files = [ "README.rdoc" ] @@ -264,11 +264,11 @@ "test/rails_root/test/shoulda_macros/models.rb", "test/rails_root/test/test_helper.rb", "test/rails_root/test/unit/.keep", "test/rails_root/test/unit/cms_lite_test.rb", "test/rails_root/themes/blue/content/pages/en/blue/blue.html.erb", - "test/rails_root/themes/blue/content/pages/en/default/blue_root.html.erb", - "test/rails_root/themes/blue/content/pages/en/open/blue.html.erb", + "test/rails_root/themes/blue/content/pages/en/default/blue_root.html", + "test/rails_root/themes/blue/content/pages/en/open/blue.htm", "test/rails_root/themes/blue/description.txt", "test/rails_root/themes/blue/locales/en.yml", "test/rails_root/themes/blue/views/layouts/default.html.erb", "test/rails_root/themes/blue/views/layouts/global/_footer.html.erb", "test/rails_root/themes/blue/views/layouts/global/_head.html.erb",