From e2912d603453679bd50c31f816d25b43ab0c0f13 Mon Sep 17 00:00:00 2001 From: niklas Date: Fri, 25 Feb 2011 14:13:16 +0100 Subject: [PATCH] updated gemspec to include license files. v0.1.1 --- rack-webauth.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rack-webauth.gemspec b/rack-webauth.gemspec index 01d1d92..81dc426 100644 --- a/rack-webauth.gemspec +++ b/rack-webauth.gemspec @@ -3,11 +3,11 @@ # http://rubygems.rubyforge.org/rubygems-update/Gem/Specification.html spec = Gem::Specification.new do |s| s.name = 'rack-webauth' - s.version = '0.1' + s.version = '0.1.1' s.summary = 'Rack middleware to acquire authentication information froma "Stanford WebAuth system.' s.authors = ['Niklas E. Cathor'] s.email = ['niklas@brueckenschlaeger.de'] s.add_dependency 'rack' - s.files = ['lib/rack-webauth.rb', 'README.textile'] + s.files = ['lib/rack-webauth.rb', 'README.textile', 'COPYING', 'COPYING.LESSER'] end