escape_utils 0.1.3 → 0.1.4
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/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/escape_utils.gemspec +1 -1
- data/lib/escape_utils.rb +1 -1
- data/lib/escape_utils/html/cgi.rb +1 -1
- data/lib/escape_utils/html/erb.rb +1 -1
- data/lib/escape_utils/html/haml.rb +1 -1
- data/lib/escape_utils/html/rack.rb +2 -2
- data/lib/escape_utils/javascript/action_view.rb +1 -1
- metadata +2 -2
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.1.4 (June 9th, 2010)
|
4
|
+
* ensure strings are passed in from monkey-patches
|
5
|
+
|
3
6
|
## 0.1.3 (June 9th, 2010)
|
4
7
|
* cleaned some code up, removing duplication
|
5
8
|
* moved to a more flexible character encoding scheme using Encoding.defaut_internal for 1.9 users
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.4
|
data/escape_utils.gemspec
CHANGED
data/lib/escape_utils.rb
CHANGED