intrusion 0.1.1 → 0.1.3
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.
- data/README.rdoc +4 -1
- data/Rakefile +2 -2
- data/intrusion.gemspec +2 -2
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
data/README.rdoc
CHANGED
|
@@ -47,6 +47,9 @@ You are not limited to IP adresses. You may block the object itself using any ke
|
|
|
47
47
|
Account.find(1).ids_report!('self')
|
|
48
48
|
|
|
49
49
|
|
|
50
|
+
== Hint
|
|
51
|
+
Try http://spectify.com to scan your servers and applications for vulnerabilities - for free!
|
|
52
|
+
|
|
50
53
|
== Copyright
|
|
51
54
|
|
|
52
|
-
(c) 2010 netsense LLC - managed security audits - http://netsense.ch
|
|
55
|
+
(c) 2010 -2011 netsense LLC - managed security audits - http://netsense.ch
|
data/Rakefile
CHANGED
|
@@ -2,9 +2,9 @@ require 'rubygems'
|
|
|
2
2
|
require 'rake'
|
|
3
3
|
require 'echoe'
|
|
4
4
|
|
|
5
|
-
Echoe.new('intrusion', '0.1.
|
|
5
|
+
Echoe.new('intrusion', '0.1.3') do |p|
|
|
6
6
|
p.description = "intrusion detection and prevention for rails apps"
|
|
7
|
-
p.url = "http://
|
|
7
|
+
p.url = "http://spectify.com"
|
|
8
8
|
p.author = "Simon Wepfer"
|
|
9
9
|
p.email = "sw@netsense.ch"
|
|
10
10
|
p.ignore_pattern = ["tmp/*", "script/*"]
|
data/intrusion.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{intrusion}
|
|
5
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.3"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Simon Wepfer"]
|
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.email = %q{sw@netsense.ch}
|
|
13
13
|
s.extra_rdoc_files = ["README.rdoc", "lib/intrusion.rb"]
|
|
14
14
|
s.files = ["Manifest", "README.rdoc", "Rakefile", "lib/intrusion.rb", "intrusion.gemspec"]
|
|
15
|
-
s.homepage = %q{http://
|
|
15
|
+
s.homepage = %q{http://spectify.com}
|
|
16
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Intrusion", "--main", "README.rdoc"]
|
|
17
17
|
s.require_paths = ["lib"]
|
|
18
18
|
s.rubyforge_project = %q{intrusion}
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.1.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Simon Wepfer
|
|
@@ -54,7 +54,7 @@ files:
|
|
|
54
54
|
- lib/intrusion.rb
|
|
55
55
|
- intrusion.gemspec
|
|
56
56
|
has_rdoc: true
|
|
57
|
-
homepage: http://
|
|
57
|
+
homepage: http://spectify.com
|
|
58
58
|
licenses: []
|
|
59
59
|
|
|
60
60
|
post_install_message:
|
metadata.gz.sig
CHANGED
|
Binary file
|