rack-protection 2.0.0.beta1 → 2.0.0.beta2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/rack/protection/version.rb +1 -1
- data/rack-protection.gemspec +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8577a28a79d48600a61b507f03677aab4a00e21
|
|
4
|
+
data.tar.gz: e6db383a9598a41a22725c522e78e319a0236189
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16061dd9bbf90d1dd9ccc30f0bfbb97df23c2abdcd6fbc02403579fd68ac369e35aff61ed789a2b780f4ee308409aa45f7a9c545e95f89da8daccd81b984b243
|
|
7
|
+
data.tar.gz: 3a838ee68a0613f39fc4e524644eb1a5283a340b05604ad603b41086b293d3864389b97f534f4383f306f65cabd3024527eb0fe4c4df39a78e58a09ee37e8329
|
data/rack-protection.gemspec
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
$:.unshift File.expand_path("../../lib", __FILE__)
|
|
2
|
-
require "
|
|
1
|
+
$:.unshift File.expand_path("../../rack-protection/lib", __FILE__)
|
|
2
|
+
require "rack/protection/version"
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
# general infos
|
|
6
6
|
s.name = "rack-protection"
|
|
7
|
-
s.version =
|
|
7
|
+
s.version = Rack::Protection::VERSION
|
|
8
8
|
s.description = "Protect against typical web attacks, works with all Rack apps, including Rails."
|
|
9
9
|
s.homepage = "http://github.com/sinatra/rack-protection"
|
|
10
10
|
s.summary = s.description
|