rims-rfc822 0.2.3 → 0.2.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
  SHA256:
3
- metadata.gz: cc4454910f11d01d157636ce54fd8cbceeb6bec9dd609f5a8d969ed80cdda046
4
- data.tar.gz: 773c722bd0f8c13c2475fadb68af4de073eb150f043db04bfca9edf2cccd76b4
3
+ metadata.gz: 99c83a68dd1a48c20a0aeb97cab2c9326b09f2149d198966f08941ed2ee4232f
4
+ data.tar.gz: 59b026ae695b5fa1918964f7f4565d7fec80279e5638de8ca2c0905fd6cc108e
5
5
  SHA512:
6
- metadata.gz: e0ceeaf306c54fac3d97386a95f82c1778abbb21b8078d014d4182e4b1c8717e1af46d9df694007ab38de948cc9c2b9a0721ef390dee07b8a6f4d6576f80aef0
7
- data.tar.gz: 4500f5d11ca07f4905f4f158e450886dbb1ba5cf5d36b89b14d5b33a0477625d8e6fbf180c6f8eb19e9a5cb38b22b7c0ad11e7c9358b4db102a593f75e4d0ae3
6
+ metadata.gz: 7be78fb28286ca0b722871525da9b2e09f1ed7d448e0d9a61e38d30bf7bc31cef3c5f74836e032c71cdf9d725e2d3725a82f0582211d08e432cdc058ad9efcd9
7
+ data.tar.gz: 7b107898d1b1a8df0bbcbc8665399964775b0e3c7aead17cbbaf57056938f9be3d5e5a1d7e787be834822fda224eb5e9702f434f28399bba2a75b6b1414c19d9
@@ -405,6 +405,7 @@ module RIMS
405
405
  def decode_mime_encoded_words(encoded_string, decode_charset=nil, charset_aliases: DEFAULT_CHARSET_ALIASES, charset_convert_options: {})
406
406
  src = encoded_string
407
407
  dst = ''.dup
408
+ charset_convert_options ||= {} # for backward compatibility
408
409
 
409
410
  if (decode_charset) then
410
411
  if (decode_charset.is_a? Encoding) then
@@ -2,7 +2,7 @@
2
2
 
3
3
  module RIMS
4
4
  module RFC822
5
- VERSION = '0.2.3'
5
+ VERSION = '0.2.4'
6
6
  end
7
7
  end
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rims-rfc822
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - TOKI Yoshinori