rack-protection 2.0.0.beta1 → 2.0.0.beta2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rack-protection might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64d5507a2ecfe3df38d6e733ba3b27ad3c9f9c4a
4
- data.tar.gz: dd394521e2416add01c08698ecb63921a14f97b1
3
+ metadata.gz: a8577a28a79d48600a61b507f03677aab4a00e21
4
+ data.tar.gz: e6db383a9598a41a22725c522e78e319a0236189
5
5
  SHA512:
6
- metadata.gz: 48c54f8ae258c75a608fa3b5ed92be46bf24fdc9f9c91ab9bd1ce23403c6f7f2ab6203a84ca9c65a0208b4c55dea1ebb6241d7bfa277625b65604615679473b1
7
- data.tar.gz: 05296de527c7b29c072faeaa30596fdc811f268bfe5f741fc1280593ba7022db2656efb8e288a81f405f10c2c71f82a30b5a3d50324bfa736aa886f1abc48247
6
+ metadata.gz: 16061dd9bbf90d1dd9ccc30f0bfbb97df23c2abdcd6fbc02403579fd68ac369e35aff61ed789a2b780f4ee308409aa45f7a9c545e95f89da8daccd81b984b243
7
+ data.tar.gz: 3a838ee68a0613f39fc4e524644eb1a5283a340b05604ad603b41086b293d3864389b97f534f4383f306f65cabd3024527eb0fe4c4df39a78e58a09ee37e8329
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  module Protection
3
- VERSION = ::Sinatra::VERSION
3
+ VERSION = "2.0.0.beta2"
4
4
  end
5
5
  end
@@ -1,10 +1,10 @@
1
- $:.unshift File.expand_path("../../lib", __FILE__)
2
- require "sinatra/version"
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 = Sinatra::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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-protection
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.beta1
4
+ version: 2.0.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase