Skip to content

Commit

Permalink
updated gemspec to include license files. v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas committed Feb 25, 2011
1 parent 29925e1 commit e2912d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rack-webauth.gemspec
Expand Up @@ -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

0 comments on commit e2912d6

Please sign in to comment.