padrino-routing.gemspec in padrino-routing-0.1.0 vs padrino-routing.gemspec in padrino-routing-0.1.1

- 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{padrino-routing} - s.version = "0.1.0" + s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Padrino Team", "Nathan Esquenazi", "Davide D'Agostino", "Arthur Chiu"] - s.date = %q{2009-11-16} + s.date = %q{2009-11-17} s.description = %q{Enhances padrino with a named route mapping system allowing for advanced routes} s.email = %q{nesquena@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -19,11 +19,13 @@ s.files = [ ".document", ".gitignore", "LICENSE", "README.rdoc", + "README.rdoc", "Rakefile", + "Rakefile", "VERSION", "lib/padrino-routing.rb", "lib/padrino-routing/helpers.rb", "lib/padrino-routing/named_route.rb", "padrino-routing.gemspec", @@ -36,15 +38,9 @@ s.homepage = %q{http://github.com/padrino/padrino-routing} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.5} s.summary = %q{Named route mapping system} - s.test_files = [ - "test/active_support_helpers.rb", - "test/fixtures/routing_app/app.rb", - "test/helper.rb", - "test/test_padrino_routing.rb" - ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3