flnews_post_proc 1.53 → 1.54

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -5
  3. data/lib/newsgroups.rb +1 -0
  4. data/lib/version.rb +2 -2
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb3c498d2cde3e3c4afcd611006857a9b88db02cd27a05fe04ef1cac4448d6bd
4
- data.tar.gz: 1fbd7d419082397cb748ad397c168c5ebc55b002e162a2831775677b0289734e
3
+ metadata.gz: 5b8ba730c2bc8e9446d310099636a5d050cbdfe39cc7d655f9970851d6b361f4
4
+ data.tar.gz: ecc1256bbd8939acea2b6b61933101ac18cbf1a47f283803ee1b8e3452e0df22
5
5
  SHA512:
6
- metadata.gz: 547bfbcea62f28654150632b088ad3f9ff7a48b2df3893fff5849e94f865f1ed2c7c39d97f493320f1a1687247118864a242f760ae8c032f4817c43d70bdc43c
7
- data.tar.gz: 34ad4b1054b1308f391a4207222ffd39b407e62184cf38012e46d60cfbe3a375b598477e50ff92d9bec8181cbd15ea79d249bb6d0c535b2bf4e884ba7cea9460
6
+ metadata.gz: 4957abe6e9675413030c75366b793ea59e9f2f79b757e4807bf30006620971ede31aab8cb8c621047c160ce00b0c3dddb3e700a46a30fd94edef984ea37e96ff
7
+ data.tar.gz: 4685e7df7a3b733558131e2f57e4be3c5dfc83226cd5fa1b36b9dc4d47de0895aea4dfd1b2290a27a9b6ecd8303c50d6dd6b6cf0e4991a48681442c569ca00d7
data/README.md CHANGED
@@ -7,12 +7,12 @@
7
7
  Please give priority to the documentation which is delivered with the gem
8
8
  file, as the markdown syntax plays tricks, sometimes, and I may not be
9
9
  quick enough to correct this file. This applies especially to the section
10
- [_Configuration_](#CONFIGURATION), below.
10
+ [_Configuration_](#CONFIGURATION), below.
11
11
 
12
- The gem-file contains different formats of the man-page in English and French.
13
- See section [_Source Code_](Source-Code), below, for instructions to access
14
- these texts. Or see the same files [on the
15
- Web](https://www.uplawski.eu/div/flnews/).
12
+ The gem-file contains different formats of the man-page in English and French.
13
+ See section [_Source Code_](Source-Code), below, for instructions to access
14
+ these texts. Or see the same files [on the
15
+ Web](https://www.uplawski.eu/div/flnews/).
16
16
 
17
17
  SYNOPSIS
18
18
  =======================
@@ -157,6 +157,11 @@ categories:
157
157
 
158
158
  * Variables defining the new or altered content.
159
159
 
160
+ *ATTENTION*: Most problems that occurred with recent versions of
161
+ *flnews_post_proc* were caused by inadequate option values and very often ill
162
+ chosen or mal formatted regular expressions. PSE double check your
163
+ configuration, if the program does not seem to work normally.
164
+
160
165
  **FUP_NAME**
161
166
  A Regular Expression, describing the string which contains the name of
162
167
  previous poster who is the author of a quoted post. This string is
data/lib/newsgroups.rb CHANGED
@@ -109,6 +109,7 @@ class Newsgroups
109
109
  debug('signature for group(s) ' << g << ': ' << s) if sm
110
110
  if sm
111
111
  @signature = correct_linebreaks(s)
112
+ @signature.gsub!("\n ", "\n")
112
113
  end # if sm
113
114
  end # if no signature
114
115
  end # gsigs.each
data/lib/version.rb CHANGED
@@ -14,8 +14,8 @@
14
14
  =end
15
15
 
16
16
  PROGNAME = 'flnews_post_proc'
17
- PROGVERSION = "1.53"
17
+ PROGVERSION = "1.54"
18
18
  AUTHORS = "Michael Uplawski"
19
19
  EMAIL = "michael.uplawski@uplawski.eu"
20
20
  YEARS = "2023 - 2024"
21
- SUMMARY = "Ellipsis is replaced against '…', French documentation in sub-folder doc/fr"
21
+ SUMMARY = "Signature lines cannot begin with a space."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flnews_post_proc
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.53'
4
+ version: '1.54'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Uplawski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-15 00:00:00.000000000 Z
11
+ date: 2024-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: diffy
@@ -85,5 +85,5 @@ requirements: []
85
85
  rubygems_version: 3.5.3
86
86
  signing_key:
87
87
  specification_version: 4
88
- summary: Ellipsis is replaced against '…', French documentation in sub-folder doc/fr
88
+ summary: Signature lines cannot begin with a space.
89
89
  test_files: []