shibboleth_auth.gemspec in shibboleth_auth-0.1.2 vs shibboleth_auth.gemspec in shibboleth_auth-0.2.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{shibboleth_auth}
- s.version = "0.1.2"
+ s.version = "0.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dominik Masur"]
- s.date = %q{2010-09-09}
+ s.date = %q{2010-10-21}
s.description = %q{Adds a Userobject and a debug Login/Logout to your Railsapplication}
s.email = %q{masur@rz.rwth-aachen.de}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -30,9 +30,10 @@
"features/support/env.rb",
"lib/generators/auth_generator.rb",
"lib/generators/templates/app/views/shibboleth_auth/login/login_form.html.haml",
"lib/generators/templates/app/views/shibboleth_auth/login/show.html.haml",
"lib/generators/templates/config/initializers/shibboleth_auth.rb",
+ "lib/generators/templates/config/locales/de.yml",
"lib/routes.rb",
"lib/shibboleth_auth.rb",
"shibboleth_auth.gemspec",
"spec/shibboleth_auth_spec.rb",
"spec/spec.opts",