plaintext 0.3.6 → 0.3.7

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
  SHA256:
3
- metadata.gz: 7b83c481820cfe9770ab4b7f4b944914c11fb81fd172a27c826de76909971817
4
- data.tar.gz: 0741b36344c615a88f399726cd537ffea16b2f33fd2139c420d876dfe32d9b07
3
+ metadata.gz: ffcae76367d81bd94ad8e2ad40b0a59a00b0aa0d00ef8790b8e72e96c37c8a5d
4
+ data.tar.gz: 343182ccc4861b94ca0ac4e1733b60e44e60a840347b1eb877acaf9a4f54f440
5
5
  SHA512:
6
- metadata.gz: 79d80cc1dd308314fe9bdf6a5d1a32aa2c351664007450216aa2a423856558a963fd657521d538ad3addf92d50c17d5bcc7b4a3b30fea0f24172be34f967778c
7
- data.tar.gz: 83250bc79e9a7fcb78562cd5244b206f37814aa07bcac96f06cd0422e602d79a491f7993bd5f0efbb6d4edb4907c9d9b0d3bd525192a3047ab0a526edd982f68
6
+ metadata.gz: 99dfbc41ec270e97ce31332a6eb69ddd346212c8c74df85cc77c218bb257ece73dded27d3db8ee35799d76ba73596f38f7942b0e8d2962c5de9a93a643cbe794
7
+ data.tar.gz: beb1371a6b51afe487dfb06574471b0eb3ce5755ab7a1c87ae8a4b609f2db8f0753406e775efe418b94d81e3e324346f8bdee43fd454dfa47b34334b454ec2e8
data/CHANGELOG CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.3.7] - 2025-11-25
8
+
9
+ ### Added
10
+ - Support for text/markdown content type in plaintext handler
11
+
7
12
  ## [0.3.6] - 2025-10-16
8
13
 
9
14
  ### Fixed
@@ -3,7 +3,7 @@
3
3
  module Plaintext
4
4
 
5
5
  class PlaintextHandler < FileHandler
6
- CONTENT_TYPES = %w(text/csv text/plain)
6
+ CONTENT_TYPES = %w(text/csv text/plain text/markdown)
7
7
  def initialize
8
8
  @content_types = CONTENT_TYPES
9
9
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Plaintext
4
- VERSION = "0.3.6"
4
+ VERSION = "0.3.7"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plaintext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Krämer
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2025-10-16 00:00:00.000000000 Z
13
+ date: 2025-11-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport