padrino-routing.gemspec in padrino-routing-0.1.2 vs padrino-routing.gemspec in padrino-routing-0.1.3
- 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.2"
+ s.version = "0.1.3"
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-18}
+ s.date = %q{2009-11-20}
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"
@@ -34,11 +34,11 @@
"test/fixtures/adv_routing_app/Gemfile",
"test/fixtures/adv_routing_app/app.rb",
"test/fixtures/adv_routing_app/config/apps.rb",
"test/fixtures/adv_routing_app/config/boot.rb",
"test/fixtures/adv_routing_app/config/urls.rb",
+ "test/fixtures/adv_routing_app/controllers/autogenerated.rb",
"test/fixtures/adv_routing_app/controllers/namespacing.rb",
- "test/fixtures/adv_routing_app/controllers/url_autogeneration.rb",
"test/fixtures/routing_app/app.rb",
"test/fixtures/routing_app/views/index.haml",
"test/helper.rb",
"test/test_padrino_adv_routing.rb",
"test/test_padrino_routing.rb"