wait_a_minute 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module WaitAMinute
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["George Schreiber"]
10
10
  s.email = ["gy.schreiber@mobility.hu"]
11
11
  s.homepage = ""
12
- s.summary = %q{A very simple DOS (Denial-Of-Service) attack prevention gem}
13
- s.description = %q{By including this in your app, it can track requests per IP address and refuse processing the request if there were too many requests recently from the given IP address.}
12
+ s.summary = %q{A very simple, application-level DOS (Denial-Of-Service) attack prevention gem}
13
+ s.description = %q{A very simple, application-level DOS (Denial-Of-Service) attack handler for Rails apps. By including in the app, it can track requests per IP address and refuse further processing of the request if there were too many requests recently from the given IP address.}
14
14
 
15
15
  s.rubyforge_project = "wait_a_minute"
16
16
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wait_a_minute
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - George Schreiber
@@ -50,7 +50,7 @@ dependencies:
50
50
  version: 3.0.1
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
- description: By including this in your app, it can track requests per IP address and refuse processing the request if there were too many requests recently from the given IP address.
53
+ description: A very simple, application-level DOS (Denial-Of-Service) attack handler for Rails apps. By including in the app, it can track requests per IP address and refuse further processing of the request if there were too many requests recently from the given IP address.
54
54
  email:
55
55
  - gy.schreiber@mobility.hu
56
56
  executables: []
@@ -107,6 +107,6 @@ rubyforge_project: wait_a_minute
107
107
  rubygems_version: 1.4.1
108
108
  signing_key:
109
109
  specification_version: 3
110
- summary: A very simple DOS (Denial-Of-Service) attack prevention gem
110
+ summary: A very simple, application-level DOS (Denial-Of-Service) attack prevention gem
111
111
  test_files: []
112
112