ramaze.gemspec in Pistos-ramaze-2009.01 vs ramaze.gemspec in Pistos-ramaze-2009.02

- old
+ new

@@ -1,16 +1,16 @@ Gem::Specification.new do |s| s.name = "ramaze" - s.version = "2009.01" + s.version = "2009.02" s.summary = "Ramaze is a simple and modular web framework" s.description = "Ramaze is a simple and modular web framework" s.platform = "ruby" s.has_rdoc = true s.author = "Michael 'manveru' Fellinger" s.email = "m.fellinger@gmail.com" - s.homepage = "http://ramaze.rubyforge.org" + s.homepage = "http://ramaze.net" s.rubyforge_project = "ramaze" s.executables = ["ramaze"] s.bindir = "bin" s.require_path = "lib" s.post_install_message = %{ @@ -26,10 +26,10 @@ ============================================================} s.add_dependency('rack', '>= 0.3.0') s.files = [ - "README.markdown", + "README.md", "Rakefile", "benchmark/results.txt", "benchmark/run.rb", "benchmark/suite/minimal.rb", "benchmark/suite/no_informer.rb",