thumblemonks-inquisition 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -17,6 +17,10 @@ These methods will wrap your getters and/or setters for an attribute through a
17
17
  HTML5 Sanitizer. This should help to protect against most kinds of cross site
18
18
  scripting attacks.
19
19
 
20
+ == Installation
21
+
22
+ sudo gem install thumblemonks-inquisition
23
+
20
24
  == Copyright
21
25
 
22
26
  lib/html5lib_sanitize.rb Copyright (c) Jacques Distler
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 1
3
- :patch: 3
3
+ :patch: 4
4
4
  :major: 0
@@ -1,4 +1,4 @@
1
- require 'test_helper'
1
+ require File.join(File.dirname(__FILE__), 'test_helper')
2
2
 
3
3
  class InquisitionTest < Test::Unit::TestCase
4
4
  context "a fine Whisky" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thumblemonks-inquisition
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - toothrot
@@ -11,8 +11,17 @@ cert_chain: []
11
11
 
12
12
  date: 2009-03-31 00:00:00 -07:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: html5
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.10.0
24
+ version:
16
25
  description:
17
26
  email: scissorjammer@gmail.com
18
27
  executables: []