padrino-localization.gemspec in padrino-localization-0.1.1 vs padrino-localization.gemspec in padrino-localization-0.1.2

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "padrino-localization" - s.version = "0.1.1" + s.version = "0.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["kot-begemot"] - s.date = "2012-08-14" + s.date = "2012-08-19" s.description = "This gem allows you to localalize your padrino application with ease" s.email = "max@studentify.nl" s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" @@ -32,9 +32,10 @@ "test/middleware_test.rb", "test/padrino-localization_test.rb", "test/test_app/.components", "test/test_app/app/app.rb", "test/test_app/app/controllers/main.rb", + "test/test_app/app/controllers/user.rb", "test/test_app/app/helpers/application_helper.rb", "test/test_app/config.ru", "test/test_app/config/apps.rb", "test/test_app/config/boot.rb", "test/test_app/public/favicon.ico",