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.3 (June 9th, 2010)
4+ * cleaned some code up, removing duplication
5+ * moved to a more flexible character encoding scheme using Encoding.defaut_internal for 1.9 users
6+
37## 0.1.2 (June 8th, 2010)
48* forgot to add the ActionView monkey patch for JS escaping ;)
59
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.2 "
8+ s . version = "0.1.3 "
99
1010 s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
1111 s . authors = [ "Brian Lopez" ]
12- s . date = %q{2010-06-08 }
12+ s . date = %q{2010-06-09 }
1313 s . email = %q{seniorlopez@gmail.com}
1414 s . extensions = [ "ext/extconf.rb" ]
1515 s . extra_rdoc_files = [
Original file line number Diff line number Diff line change 44
55EscapeUtils . send ( :extend , EscapeUtils )
66module EscapeUtils
7- VERSION = "0.1.2 "
7+ VERSION = "0.1.3 "
88end
You can’t perform that action at this time.
0 commit comments