activesupport 2.3.16 → 2.3.17
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d3701fd60285f6b721b71536899c4a2a9ea987d
|
|
4
|
+
data.tar.gz: da4a64d66028064a096fb90798887e3297d39df9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7180e37525d1218fb7485e494cd10b57cd187b522a705540ce06b4a0d20513bc823de85151119aaafcc80530cf8aef8d2e318b8f84f0ae1088606ff8a5ef74d2
|
|
7
|
+
data.tar.gz: 73f43bdbc6be87b9ed82bbb27504fb762549430c4d6310dff25cfeb759efc3341b4d824b84703e52c7172704b7c797e28a1d3a659bd9beca2a50893112f2055e
|
|
@@ -2,7 +2,7 @@ require 'erb'
|
|
|
2
2
|
|
|
3
3
|
class ERB
|
|
4
4
|
module Util
|
|
5
|
-
HTML_ESCAPE = { '&' => '&', '>' => '>', '<' => '<', '"' => '"', "'" => '&#
|
|
5
|
+
HTML_ESCAPE = { '&' => '&', '>' => '>', '<' => '<', '"' => '"', "'" => ''' }
|
|
6
6
|
JSON_ESCAPE = { '&' => '\u0026', '>' => '\u003E', '<' => '\u003C' }
|
|
7
7
|
|
|
8
8
|
# A utility method for escaping HTML tag characters.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activesupport
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-02-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Utility library which carries commonly used classes and goodies from
|
|
14
14
|
the Rails framework
|
|
@@ -413,7 +413,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
413
413
|
version: '0'
|
|
414
414
|
requirements: []
|
|
415
415
|
rubyforge_project: activesupport
|
|
416
|
-
rubygems_version: 2.0.0.
|
|
416
|
+
rubygems_version: 2.0.0.rc.2
|
|
417
417
|
signing_key:
|
|
418
418
|
specification_version: 4
|
|
419
419
|
summary: Support and utility classes used by the Rails framework.
|