htmlentities 4.3.3 → 4.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef0fa5272c740431943cb9a35c00bf21556c99b2
4
- data.tar.gz: 6c69e56466f3a9627b965b0f60dd84a388125f04
3
+ metadata.gz: 590b99774357fbadd4d8466a5e8bf10ddee988aa
4
+ data.tar.gz: aefdc96d4d4369cb43b13e429c84f2a11635b997
5
5
  SHA512:
6
- metadata.gz: c4f5e29101deab31142032fe262d0c9ed5810371de4e1dfa0796e430e8a5fdfa487e834cad2137663830974a32031b2d27ac14b45acdb5243fdf63ae873fbae1
7
- data.tar.gz: eb9af28f8afb7dee4dade363558a99f08a66b3d7725486df903e042a37b3e796604895657bda635e628911c47b596ab32864d2cda4a293e19349039c1d6d1546
6
+ metadata.gz: f7148bccac547feb5f007732a507a8e7b6b71380ab308e0fcfeb3714f97075e78a8bb68adc5121ab8a4376e71f2115628b987ea249bb873e54ccb18e1c244731
7
+ data.tar.gz: b54acbf19875ec9995f17ef105fa0355927b9a61d484191cedc9e07af28344eb92568a643bca17542095bfbc0436d9ad65857058d4990008b2dc0b6c3498bec1
@@ -1,3 +1,6 @@
1
+ == 4.3.4 (2015-07-05)
2
+ * Remove erroneous 'Iodot' entity (a typo'd duplicate of Idot).
3
+
1
4
  == 4.3.3 (2014-12-25)
2
5
  * Remove duplicate hash entry that causes warnings in Ruby 2.2.0.
3
6
 
@@ -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
@@ -2,7 +2,7 @@ class HTMLEntities
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 4
4
4
  MINOR = 3
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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.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: 2014-12-25 00:00:00.000000000 Z
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.4.5
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/roundtrip_test.rb
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