cremefraiche 1.2 → 1.31

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: f77d80c3b68961a05dfe0b13fa1573b6412a6fafe7668252849d421939900dc8
4
- data.tar.gz: 1cde51638355051748a080f4efee166131c78d0a6c843003045595c9ded61331
3
+ metadata.gz: 42faa6dffda9a73b0eae45993fe03bfc3f232f5f3c742a76b5115e59826c91d7
4
+ data.tar.gz: 166f2caa8ab28b1dbd4d9f5d79844c8da64fedf18e68aec08f66f352ce0f85ce
5
5
  SHA512:
6
- metadata.gz: d35e374c6350f5b0adf4ed09c18ffcd3345389af0ed80fc93279d8e9a0a69fea477b07bc63a6fea4c202cf9ad93cde4702509572f035c144ebd67e00c0a3debd
7
- data.tar.gz: 07a8ffd0601e565c9cef6869862a70537bc2cb35b3a5e831be0d9b8ac805f1fa55cbae1f4dd37da7f85cdb1ff63152568ae0591f0ec97f16f4bb8b515cdcc573
6
+ metadata.gz: 12e1105911e0316f8ce6451df6845fae61843dba1bfa4ed7edd35771a0d4f29d74248c1e85a877b45c09794b6847a07e48f2cfa22bbea58ec8a48e429c8071cc
7
+ data.tar.gz: efcfe3ffcce0753b33020f9a243fadc47d43a92eb9ac4a8b5e77e38d6e38db02607f02e0e680e64a7eded28b5931c4639f055482a09527f7d2f9645cebb9ce99
data/README.md CHANGED
@@ -33,6 +33,8 @@ possible variations in the way that Mail is created these days, is an ongoing
33
33
  endeavor. If you need authentic output of a HTML mail, **use a different
34
34
  software**, a Web Browser or a converter specifically developed for the task.
35
35
 
36
+ Cremefraiche uses the ruby-gem “Html2Text” to convert HTML to plain text.
37
+
36
38
  CONFIGURATION
37
39
  ===============
38
40
  Cremefraiche is highly configurable.
@@ -68,9 +70,9 @@ Other Information
68
70
 
69
71
  pipe-in a mail from STDIN
70
72
  --------------------------
71
- You can pipe in mails to cremefraiche. This is useful for use in conjunction
72
- with mail-clients that allow such operation, notably the *Mutt* mail client.
73
- For Mutt, it is sufficient to define two macros in the file .muttrc :
73
+ You can pipe in mails to cremefraiche. This is useful in conjunction with
74
+ mail-clients that allow such operation, notably the *Mutt* mail client. For
75
+ Mutt, it is sufficient to define two macros in the file .muttrc :
74
76
 
75
77
  <code>macro index X "|cremefraiche -\n" "make PDF"</code>
76
78
 
data/cremefraiche.gemspec CHANGED
@@ -18,6 +18,7 @@ Gem::Specification.new do |s|
18
18
  s.add_runtime_dependency 'nokogiri', '~> 1.13', '>= 1.13.10'
19
19
  s.add_runtime_dependency 'mail', '~> 2.8', '>= 2.8.0'
20
20
  s.add_runtime_dependency 'gtk3', '~> 4.0', '>= 4.0.5'
21
+ s.add_runtime_dependency 'html2text', '~> 0.4', '>= 0.4.0'
21
22
  s.executables = 'cremefraiche', 'cremefraicheGui'
22
23
  s.license = 'Nonstandard'
23
24
  s.homepage = Web_page
data/lib/basic_logging.rb CHANGED
@@ -40,7 +40,7 @@ module BasicLogging
40
40
  @@target = STDOUT
41
41
  @@muted = []
42
42
 
43
- # do not log, if caller is name (class or instance)
43
+ # do not log, if caller is obj (class or instance)
44
44
  def self.mute(obj)
45
45
  name = obj.class == Class ? obj.name.dup : obj.class.name
46
46
  @@muted << name
@@ -51,7 +51,7 @@ module BasicLogging
51
51
  @@muted.include?(name)
52
52
  end
53
53
 
54
- # set the log level for the calling class or object
54
+ # set the log level
55
55
  def set_level(lv)
56
56
  if lv.respond_to?(:to_str)
57
57
  lv = Levels[lv.to_sym]
@@ -64,7 +64,7 @@ module BasicLogging
64
64
  end
65
65
  end
66
66
 
67
- # set the log target for the calling class or object
67
+ # set the log target
68
68
  def set_target(tg)
69
69
  if tg.respond_to?(:to_io)
70
70
  @@target = tg
data/lib/cfprawn.rb CHANGED
@@ -19,7 +19,7 @@ require 'escape'
19
19
  require_relative 'basic_logging'
20
20
  require_relative 'configuration'
21
21
  require_relative 'translating'
22
- require_relative 'html2text'
22
+ require 'html2text'
23
23
 
24
24
  # NS_POS=1
25
25
  # TAG_POS=2
@@ -331,9 +331,7 @@ class CFPrawn
331
331
 
332
332
  # handles html-text
333
333
  def html(html)
334
- parser = Html2Text.new(html)
335
- phtml = parser.text()
336
- return phtml
334
+ return Html2Text::convert(html)
337
335
  end
338
336
  # extracts those headers that should appear in the final PDF-document
339
337
  # and includes them for rendering in the PDF.
@@ -1,7 +1,7 @@
1
1
  #encoding: UTF-8
2
2
  =begin
3
3
  /***************************************************************************
4
- * ©2011-2023, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
5
5
  * *
6
6
  * This program is free software; you can redistribute it and/or modify *
7
7
  * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
@@ -28,6 +28,9 @@ require_relative 'message_dialog'
28
28
  An object of this class opens a configuration-dialog
29
29
  that displays and allows to modify all the options which are defined in
30
30
  the currently used configuration-file.
31
+
32
+ TODO : Remember how this used to work and simplify.
33
+ SORRY: I programmed it.
31
34
  =end
32
35
  class ConfDialog
33
36
  include Translating
@@ -213,6 +216,7 @@ class ConfDialog
213
216
  # This looks dumb because it is! Eat it. Why a Hash? What Hash?
214
217
  vtext
215
218
  end
219
+
216
220
  =begin
217
221
  creates a checkbox for a boolean configuration-option.
218
222
  =end
@@ -1,24 +1,20 @@
1
1
  #encoding: UTF-8
2
+
2
3
  =begin
3
4
  /***************************************************************************
4
- * ©2012-2016, Michael Uplawski <michael.uplawski@uplawski.eu> *
5
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
5
6
  * *
6
7
  * This program is free software; you can redistribute it and/or modify *
7
- * it under the terms of the GNU General Public License as published by *
8
- * the Free Software Foundation; either version 3 of the License, or *
9
- * (at your option) any later version. *
8
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
9
+ * See https://wtfpl2.com/ for details. *
10
10
  * *
11
11
  * This program is distributed in the hope that it will be useful, *
12
12
  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14
- * GNU General Public License for more details. *
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
15
14
  * *
16
- * You should have received a copy of the GNU General Public License *
17
- * along with this program; if not, write to the *
18
- * Free Software Foundation, Inc., *
19
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
20
15
  ***************************************************************************/
21
16
  =end
17
+
22
18
  require 'gtk3'
23
19
  require_relative '../cremefraiche'
24
20
  require_relative 'ButtonLabel'
@@ -32,7 +28,7 @@ class HowtoDialog
32
28
  include BasicLogging
33
29
  @@GD = File::expand_path(File::dirname(__FILE__) ) + File::Separator if !defined?(@@GD)
34
30
  @@HOWTO = $PROG_DIR.dup << '../doc/gui_howto.pdf'
35
- PDFViers = %w"firefox opera epiphany-browser"
31
+ PDFViewers = %w"firefox opera epiphany-browser"
36
32
 
37
33
  def initialize(options = {})
38
34
  @hdialog = Gtk::Dialog.new()
@@ -95,7 +91,7 @@ class HowtoDialog
95
91
  end
96
92
 
97
93
  def find_reader
98
- PDFViers.detect(''){|c| $Progs.include?(c)}
94
+ PDFViewers.detect(''){|c| $Progs.include?(c)}
99
95
  end
100
96
 
101
97
  def choose_reader
@@ -1,4 +1,17 @@
1
1
  /* XPM */
2
+ /***************************************************************************
3
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * *
5
+ * This program is free software; you can redistribute it and/or modify *
6
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
7
+ * See https://wtfpl2.com/ for details. *
8
+ * *
9
+ * This program is distributed in the hope that it will be useful, *
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
12
+ * *
13
+ ***************************************************************************/
14
+
2
15
  static char * gtk_about_xpm[] = {
3
16
  "22 22 65 1",
4
17
  " c None",
@@ -1,4 +1,17 @@
1
1
  /* XPM */
2
+ /***************************************************************************
3
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * *
5
+ * This program is free software; you can redistribute it and/or modify *
6
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
7
+ * See https://wtfpl2.com/ for details. *
8
+ * *
9
+ * This program is distributed in the hope that it will be useful, *
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
12
+ * *
13
+ ***************************************************************************/
14
+
2
15
  static char * gtk_close_xpm[] = {
3
16
  "22 22 65 1",
4
17
  " c None",
@@ -1,4 +1,17 @@
1
1
  /* XPM */
2
+ /***************************************************************************
3
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * *
5
+ * This program is free software; you can redistribute it and/or modify *
6
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
7
+ * See https://wtfpl2.com/ for details. *
8
+ * *
9
+ * This program is distributed in the hope that it will be useful, *
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
12
+ * *
13
+ ***************************************************************************/
14
+
2
15
  static char * gtk_execute_xpm[] = {
3
16
  "22 22 93 2",
4
17
  " c None",
data/lib/gui/gtk-open.xpm CHANGED
@@ -1,4 +1,17 @@
1
1
  /* XPM */
2
+ /***************************************************************************
3
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * *
5
+ * This program is free software; you can redistribute it and/or modify *
6
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
7
+ * See https://wtfpl2.com/ for details. *
8
+ * *
9
+ * This program is distributed in the hope that it will be useful, *
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
12
+ * *
13
+ ***************************************************************************/
14
+
2
15
  static char *dummy[]={
3
16
  "22 22 122 2",
4
17
  "Qt c None",
@@ -1,4 +1,17 @@
1
1
  /* XPM */
2
+ /***************************************************************************
3
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * *
5
+ * This program is free software; you can redistribute it and/or modify *
6
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
7
+ * See https://wtfpl2.com/ for details. *
8
+ * *
9
+ * This program is distributed in the hope that it will be useful, *
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
12
+ * *
13
+ ***************************************************************************/
14
+
2
15
  static char *dummy[]={
3
16
  "24 24 351 2",
4
17
  "Qt c None",
data/lib/gui/gtk-quit.xpm CHANGED
@@ -1,4 +1,17 @@
1
1
  /* XPM */
2
+ /***************************************************************************
3
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * *
5
+ * This program is free software; you can redistribute it and/or modify *
6
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
7
+ * See https://wtfpl2.com/ for details. *
8
+ * *
9
+ * This program is distributed in the hope that it will be useful, *
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
12
+ * *
13
+ ***************************************************************************/
14
+
2
15
  static char *dummy[]={
3
16
  "24 24 325 2",
4
17
  ".r c None",
@@ -1,4 +1,18 @@
1
1
  /* XPM */
2
+
3
+ /***************************************************************************
4
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
5
+ * *
6
+ * This program is free software; you can redistribute it and/or modify *
7
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
8
+ * See https://wtfpl2.com/ for details. *
9
+ * *
10
+ * This program is distributed in the hope that it will be useful, *
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
13
+ * *
14
+ ***************************************************************************/
15
+
2
16
  static char *dummy[]={
3
17
  "22 22 98 2",
4
18
  "Qt c None",
data/lib/gui/gtk-save.xpm CHANGED
@@ -1,4 +1,18 @@
1
1
  /* XPM */
2
+
3
+ /***************************************************************************
4
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
5
+ * *
6
+ * This program is free software; you can redistribute it and/or modify *
7
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
8
+ * See https://wtfpl2.com/ for details. *
9
+ * *
10
+ * This program is distributed in the hope that it will be useful, *
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
13
+ * *
14
+ ***************************************************************************/
15
+
2
16
  static char *dummy[]={
3
17
  "24 24 187 2",
4
18
  "Qt c None",
data/lib/gui/gtk-stop.xpm CHANGED
@@ -1,4 +1,17 @@
1
1
  /* XPM */
2
+ /***************************************************************************
3
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * *
5
+ * This program is free software; you can redistribute it and/or modify *
6
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
7
+ * See https://wtfpl2.com/ for details. *
8
+ * *
9
+ * This program is distributed in the hope that it will be useful, *
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
12
+ * *
13
+ ***************************************************************************/
14
+
2
15
  static char *dummy[]={
3
16
  "24 24 317 2",
4
17
  "Qt c None",
data/lib/gui/help.xpm CHANGED
@@ -1,4 +1,17 @@
1
1
  /* XPM */
2
+ /***************************************************************************
3
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * *
5
+ * This program is free software; you can redistribute it and/or modify *
6
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
7
+ * See https://wtfpl2.com/ for details. *
8
+ * *
9
+ * This program is distributed in the hope that it will be useful, *
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
12
+ * *
13
+ ***************************************************************************/
14
+
2
15
  static char *dummy[]={
3
16
  "24 24 436 2",
4
17
  "Qt c None",
data/lib/gui/icon.xpm CHANGED
@@ -1,4 +1,17 @@
1
1
  /* XPM */
2
+ /***************************************************************************
3
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * *
5
+ * This program is free software; you can redistribute it and/or modify *
6
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
7
+ * See https://wtfpl2.com/ for details. *
8
+ * *
9
+ * This program is distributed in the hope that it will be useful, *
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
12
+ * *
13
+ ***************************************************************************/
14
+
2
15
  static char * icon_xpm[] = {
3
16
  "48 48 249 2",
4
17
  " c None",
@@ -1,25 +1,18 @@
1
1
  #encoding: UTF-8
2
2
  =begin
3
3
  /***************************************************************************
4
- * ©2012-2016, Michael Uplawski <michael.uplawski@uplawski.eu> *
4
+ * ©2011-2024, Michael Uplawski <michael.uplawski@uplawski.eu> *
5
5
  * *
6
6
  * This program is free software; you can redistribute it and/or modify *
7
- * it under the terms of the GNU General Public License as published by *
8
- * the Free Software Foundation; either version 3 of the License, or *
9
- * (at your option) any later version. *
7
+ * it under the terms of the WTFPL 2.0 or later version of the LICENSE. *
8
+ * See https://wtfpl2.com/ for details. *
10
9
  * *
11
10
  * This program is distributed in the hope that it will be useful, *
12
11
  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
14
- * GNU General Public License for more details. *
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
15
13
  * *
16
- * You should have received a copy of the GNU General Public License *
17
- * along with this program; if not, write to the *
18
- * Free Software Foundation, Inc., *
19
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
20
14
  ***************************************************************************/
21
15
  =end
22
-
23
16
  require 'gtk3'
24
17
 
25
18
  def msg_dialog(msg, type = :info)
@@ -36,9 +36,9 @@ class Html2Text
36
36
  html.gsub!("<br/>", "\n")
37
37
  html.gsub!("<br />", "\n")
38
38
  # Try to remove html-comments
39
- #debug('removing comments')
40
- html.gsub! /\<!--(.|\s)*?-->/m, ''
41
- #debug(' comments removed')
39
+ # ? for lazyness. matches first -->
40
+ # otherwise matches too much
41
+ html.gsub! /\<!--.*?-->/m, ''
42
42
  html.gsub! /\s+/, ' '
43
43
  @html = Nokogiri::HTML::fragment(html)
44
44
  define_tag_handlers if @html
data/lib/version.rb CHANGED
@@ -15,9 +15,9 @@
15
15
  ***************************************************************************/
16
16
  =end
17
17
 
18
- YEARS="2011 - 2023"
19
- VERSION="1.2"
20
- SUMMARY="Better HTML-handling, more HTML supported."
18
+ YEARS="2011 - 2024"
19
+ VERSION="1.31"
20
+ SUMMARY="using ruby-gem Html2Text on HTML-mail."
21
21
 
22
22
  App_name = 'Creme Fraiche'
23
23
  Author = 'Michael Uplawski'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cremefraiche
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.2'
4
+ version: '1.31'
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-01-01 00:00:00.000000000 Z
11
+ date: 2024-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: prawn
@@ -130,6 +130,26 @@ dependencies:
130
130
  - - ">="
131
131
  - !ruby/object:Gem::Version
132
132
  version: 4.0.5
133
+ - !ruby/object:Gem::Dependency
134
+ name: html2text
135
+ requirement: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - "~>"
138
+ - !ruby/object:Gem::Version
139
+ version: '0.4'
140
+ - - ">="
141
+ - !ruby/object:Gem::Version
142
+ version: 0.4.0
143
+ type: :runtime
144
+ prerelease: false
145
+ version_requirements: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - "~>"
148
+ - !ruby/object:Gem::Version
149
+ version: '0.4'
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: 0.4.0
133
153
  description: transforms EML files to PDF
134
154
  email: "<michael.uplawski@uplawski.eu>"
135
155
  executables:
@@ -143,17 +163,6 @@ files:
143
163
  - bin/cremefraicheGui
144
164
  - cremefraiche.gemspec
145
165
  - doc/gui_howto.pdf
146
- - lib/.basic_logging.rb.swp
147
- - lib/.cfprawn.rb.swp
148
- - lib/.confcheck.rb.swp
149
- - lib/.configuration.rb.swp
150
- - lib/.cremefraiche.rb.swp
151
- - lib/.emlfile.rb.swp
152
- - lib/.file_checking.rb.swp
153
- - lib/.html2text.rb.swp
154
- - lib/.license.rb.swp
155
- - lib/.tag_munging.rb.swp
156
- - lib/.version.rb.swp
157
166
  - lib/LANG
158
167
  - lib/basic_logging.rb
159
168
  - lib/busy_indicator/.busy_function_test.rb.swp
@@ -170,10 +179,6 @@ files:
170
179
  - lib/cremefraiche.rb
171
180
  - lib/emlfile.rb
172
181
  - lib/file_checking.rb
173
- - lib/gui/.ButtonLabel.rb.swp
174
- - lib/gui/.conf_value.rb.swp
175
- - lib/gui/.cremefraicheGui.rb.swp
176
- - lib/gui/.message_dialog.rb.swp
177
182
  - lib/gui/AboutDialog.rb
178
183
  - lib/gui/ButtonLabel.rb
179
184
  - lib/gui/ConfDialog.rb
@@ -196,7 +201,7 @@ files:
196
201
  - lib/gui/okay.xpm
197
202
  - lib/gui/preferences-color.xpm
198
203
  - lib/gui/view.xpm
199
- - lib/html2text.rb
204
+ - lib/html2crtext.rb
200
205
  - lib/icon/icon.xpm
201
206
  - lib/icon/icon_big.xpm
202
207
  - lib/license.rb
@@ -225,8 +230,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
230
  version: '0'
226
231
  requirements:
227
232
  - prawn prawn-table escape nokogiri mail gtk3
228
- rubygems_version: 3.4.20
233
+ rubygems_version: 3.5.3
229
234
  signing_key:
230
235
  specification_version: 4
231
- summary: Better HTML-handling, more HTML supported.
236
+ summary: using ruby-gem Html2Text on HTML-mail.
232
237
  test_files: []
Binary file
data/lib/.cfprawn.rb.swp DELETED
Binary file
Binary file
Binary file
Binary file
data/lib/.emlfile.rb.swp DELETED
Binary file
Binary file
Binary file
data/lib/.license.rb.swp DELETED
Binary file
Binary file
data/lib/.version.rb.swp DELETED
Binary file
Binary file
Binary file
Binary file
Binary file