htmlentities 4.3.3 → 4.3.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.
- checksums.yaml +4 -4
- data/History.txt +3 -0
- data/lib/htmlentities/mappings/expanded.rb +0 -1
- data/lib/htmlentities/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 590b99774357fbadd4d8466a5e8bf10ddee988aa
|
4
|
+
data.tar.gz: aefdc96d4d4369cb43b13e429c84f2a11635b997
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7148bccac547feb5f007732a507a8e7b6b71380ab308e0fcfeb3714f97075e78a8bb68adc5121ab8a4376e71f2115628b987ea249bb873e54ccb18e1c244731
|
7
|
+
data.tar.gz: b54acbf19875ec9995f17ef105fa0355927b9a61d484191cedc9e07af28344eb92568a643bca17542095bfbc0436d9ad65857058d4990008b2dc0b6c3498bec1
|
data/History.txt
CHANGED
@@ -467,7 +467,6 @@ class HTMLEntities
|
|
467
467
|
'intcal' => 0x22ba, # ⊺ INTERCALATE
|
468
468
|
'IOcy' => 0x0401, # Ё CYRILLIC CAPITAL LETTER IO
|
469
469
|
'iocy' => 0x0451, # ё CYRILLIC SMALL LETTER IO
|
470
|
-
'Iodot' => 0x0130, # İ LATIN CAPITAL LETTER I WITH DOT ABOVE
|
471
470
|
'Iogon' => 0x012e, # Į LATIN CAPITAL LETTER I WITH OGONEK
|
472
471
|
'iogon' => 0x012f, # į LATIN SMALL LETTER I WITH OGONEK
|
473
472
|
'Iota' => 0x0399, # Ι dup xhtml GREEK CAPITAL LETTER IOTA
|
data/lib/htmlentities/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: htmlentities
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.3.
|
4
|
+
version: 4.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Battley
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -75,17 +75,17 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
version: '0'
|
76
76
|
requirements: []
|
77
77
|
rubyforge_project:
|
78
|
-
rubygems_version: 2.
|
78
|
+
rubygems_version: 2.2.3
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Encode/decode HTML entities
|
82
82
|
test_files:
|
83
|
-
- test/xhtml1_test.rb
|
84
|
-
- test/string_encodings_test.rb
|
85
83
|
- test/interoperability_test.rb
|
86
|
-
- test/decoding_test.rb
|
87
|
-
- test/expanded_test.rb
|
88
84
|
- test/encoding_test.rb
|
89
|
-
- test/
|
90
|
-
- test/html4_test.rb
|
85
|
+
- test/string_encodings_test.rb
|
91
86
|
- test/entities_test.rb
|
87
|
+
- test/html4_test.rb
|
88
|
+
- test/xhtml1_test.rb
|
89
|
+
- test/expanded_test.rb
|
90
|
+
- test/decoding_test.rb
|
91
|
+
- test/roundtrip_test.rb
|