Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Add gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Feb 16, 2011
1 parent f78ee7a commit bfa496e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions rack-ssl.gemspec
@@ -0,0 +1,23 @@
Gem::Specification.new do |s|
s.name = 'rack-ssl'
s.version = '1.2.0'
s.date = '2011-02-16'

s.homepage = "https://github.com/josh/rack-ssl"
s.summary = "Force SSL/TLS in your app."
s.description = <<-EOS
Rack middleware to force SSL/TLS.
EOS

s.files = [
'lib/rack/ssl.rb',
'LICENSE',
'README.md'
]

s.add_dependency 'rack'

s.authors = ["Joshua Peek"]
s.email = "josh@joshpeek.com"
s.rubyforge_project = 'rack-ssl'
end

0 comments on commit bfa496e

Please sign in to comment.