flnews_post_proc 1.53 → 1.54
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -5
- data/lib/newsgroups.rb +1 -0
- data/lib/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b8ba730c2bc8e9446d310099636a5d050cbdfe39cc7d655f9970851d6b361f4
|
4
|
+
data.tar.gz: ecc1256bbd8939acea2b6b61933101ac18cbf1a47f283803ee1b8e3452e0df22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
data/lib/version.rb
CHANGED
@@ -14,8 +14,8 @@
|
|
14
14
|
=end
|
15
15
|
|
16
16
|
PROGNAME = 'flnews_post_proc'
|
17
|
-
PROGVERSION = "1.
|
17
|
+
PROGVERSION = "1.54"
|
18
18
|
AUTHORS = "Michael Uplawski"
|
19
19
|
EMAIL = "michael.uplawski@uplawski.eu"
|
20
20
|
YEARS = "2023 - 2024"
|
21
|
-
SUMMARY = "
|
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.
|
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-
|
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:
|
88
|
+
summary: Signature lines cannot begin with a space.
|
89
89
|
test_files: []
|