simple_auth.gemspec in simple_auth-0.1.4 vs simple_auth.gemspec in simple_auth-0.1.5

- old
+ new

@@ -3,25 +3,24 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{simple_auth} - s.version = "0.1.4" + s.version = "0.1.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Nando Vieira"] - s.date = %q{2010-01-27} + s.date = %q{2010-03-30} s.description = %q{When Authlogic & Devise are just too much. } s.email = %q{fnando.vieira@gmail.com} s.extra_rdoc_files = [ "README.markdown" ] s.files = [ "README.markdown", "Rakefile", - "VERSION", "app/helpers/simple_auth_helper.rb", "config/locales/en.yml", "config/locales/pt.yml", "generators/simple_auth/USAGE", "generators/simple_auth/simple_auth_generator.rb", @@ -42,13 +41,14 @@ "spec/simple_auth/config_spec.rb", "spec/simple_auth/session_spec.rb", "spec/simple_auth/simple_auth_helper_spec.rb", "spec/spec_helper.rb" ] + s.has_rdoc = false s.homepage = %q{http://github.com/fnando/simple_auth} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] - s.rubygems_version = %q{1.3.5} + s.rubygems_version = %q{1.3.6} s.summary = %q{A simple authentication system for Rails apps} s.test_files = [ "spec/resources/controllers.rb", "spec/resources/user.rb", "spec/schema.rb",