File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.2 (June 8th, 2010)
4+ * forgot to add the ActionView monkey patch for JS escaping ;)
5+
36## 0.1.1 (June 8th, 2010)
47* added javascript escaping
58
Original file line number Diff line number Diff line change 55
66Gem ::Specification . new do |s |
77 s . name = %q{escape_utils}
8- s . version = "0.1.1 "
8+ s . version = "0.1.2 "
99
1010 s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
1111 s . authors = [ "Brian Lopez" ]
@@ -29,10 +29,11 @@ Gem::Specification.new do |s|
2929 "ext/escape_utils.c" ,
3030 "ext/extconf.rb" ,
3131 "lib/escape_utils.rb" ,
32- "lib/escape_utils/cgi.rb" ,
33- "lib/escape_utils/erb.rb" ,
34- "lib/escape_utils/haml.rb" ,
35- "lib/escape_utils/rack.rb" ,
32+ "lib/escape_utils/html/cgi.rb" ,
33+ "lib/escape_utils/html/erb.rb" ,
34+ "lib/escape_utils/html/haml.rb" ,
35+ "lib/escape_utils/html/rack.rb" ,
36+ "lib/escape_utils/javascript/action_view.rb" ,
3637 "spec/html/escape_spec.rb" ,
3738 "spec/html/unescape_spec.rb" ,
3839 "spec/javascript/escape_spec.rb" ,
Original file line number Diff line number Diff line change 44
55EscapeUtils . send ( :extend , EscapeUtils )
66module EscapeUtils
7- VERSION = "0.1.1 "
7+ VERSION = "0.1.2 "
88end
You can’t perform that action at this time.
0 commit comments