1
0
Fork 0

Upgrade version number for last Rails 3.2 release.

This commit is contained in:
Simon Stueckemann 2015-06-23 10:08:21 +01:00
parent 2d9d27fb3b
commit 4522d276c7
1 changed files with 4 additions and 4 deletions

View File

@ -2,16 +2,16 @@ require 'rake'
Gem::Specification.new do |s|
s.name = 'devise-kerberos-authenticatable'
s.version = '0.1.0'
s.date = '2013-04-21'
s.version = '0.1.2'
s.date = '2015-06-23'
s.summary = 'Devise authentication strategy for Kerberos'
s.description = 'Devise extension providing the ability to authenticate
against Kerberos as defined in your local krb5.conf file
using timfel-krb5-auth.'
s.authors = ['Andrew Tomaka']
s.authors = ['Andrew Tomaka', 'Paul Rowe-White', 'Simon Stueckemann']
s.email = 'atomaka@gmail.com'
s.files = FileList['lib/**/*.rb'].to_a
s.homepage = 'http://www.github.com/atomaka/devise-kerberos-authenticatable'
s.homepage = 'https://gitlab.doc.ic.ac.uk/dcw/devise-kerberos-authenticatable'
s.add_dependency 'timfel-krb5-auth', '~> 0.8'
s.add_dependency 'devise', '~> 3.5.1'