plain_text 0.7 → 0.8

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plain_text
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.7'
4
+ version: '0.8'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masa Sakano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-25 00:00:00.000000000 Z
11
+ date: 2022-09-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: This module provides utility functions and methods to handle plain text,
14
14
  classes Part/Paragraph/Boundary to represent the logical structure of a document
@@ -37,10 +37,13 @@ files:
37
37
  - bin/textclean
38
38
  - bin/yard2md_afterclean
39
39
  - lib/plain_text.rb
40
+ - lib/plain_text/builtin_type.rb
41
+ - lib/plain_text/error.rb
40
42
  - lib/plain_text/parse_rule.rb
41
43
  - lib/plain_text/part.rb
42
44
  - lib/plain_text/part/boundary.rb
43
45
  - lib/plain_text/part/paragraph.rb
46
+ - lib/plain_text/part/string_type.rb
44
47
  - lib/plain_text/split.rb
45
48
  - lib/plain_text/util.rb
46
49
  - plain_text.gemspec