intrusion 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
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.1') do |p|
5
+ Echoe.new('intrusion', '0.1.3') do |p|
6
6
  p.description = "intrusion detection and prevention for rails apps"
7
- p.url = "http://github.com/symontech/intrusion"
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.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://github.com/symontech/intrusion}
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
- - 1
9
- version: 0.1.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://github.com/symontech/intrusion
57
+ homepage: http://spectify.com
58
58
  licenses: []
59
59
 
60
60
  post_install_message:
metadata.gz.sig CHANGED
Binary file