Need to update this too, for when building the gem

/cc #1174
This commit is contained in:
Zachary Scott 2016-08-23 01:54:35 +09:00
parent b115767785
commit 303ea3e712
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
$:.unshift File.expand_path("../../lib", __FILE__)
require "sinatra/version"
$:.unshift File.expand_path("../../rack-protection/lib", __FILE__)
require "rack/protection/version"
Gem::Specification.new do |s|
# general infos
s.name = "rack-protection"
s.version = Sinatra::VERSION
s.version = Rack::Protection::VERSION
s.description = "Protect against typical web attacks, works with all Rack apps, including Rails."
s.homepage = "http://github.com/sinatra/rack-protection"
s.summary = s.description