tnef 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +7 -0
  2. data/ext/tnef/ChangeLog +18 -0
  3. data/ext/tnef/Makefile.in +185 -132
  4. data/ext/tnef/NEWS +4 -1
  5. data/ext/tnef/aclocal.m4 +440 -266
  6. data/ext/tnef/autom4te.cache/output.0 +7001 -0
  7. data/ext/tnef/autom4te.cache/output.1 +7001 -0
  8. data/ext/tnef/autom4te.cache/requests +159 -0
  9. data/ext/tnef/autom4te.cache/traces.0 +545 -0
  10. data/ext/tnef/autom4te.cache/traces.1 +1036 -0
  11. data/ext/tnef/compile +347 -0
  12. data/ext/tnef/config.log +971 -0
  13. data/ext/tnef/configure +380 -194
  14. data/ext/tnef/configure.in +1 -1
  15. data/ext/tnef/contrib/evolution.helper +43 -0
  16. data/ext/tnef/contrib/evolution.helper.README +11 -0
  17. data/ext/tnef/contrib/tnef-alpine.perl +91 -0
  18. data/ext/tnef/contrib/tnef-alpine.perl.README +10 -0
  19. data/ext/tnef/doc/Makefile +659 -0
  20. data/ext/tnef/doc/Makefile.in +171 -135
  21. data/ext/tnef/doc/tnef.1 +185 -0
  22. data/ext/tnef/doc/tnef.1.in +34 -32
  23. data/ext/tnef/doc/www/Makefile +585 -0
  24. data/ext/tnef/doc/www/Makefile.in +158 -115
  25. data/ext/tnef/doc/www/cgi-bin/Makefile +405 -0
  26. data/ext/tnef/doc/www/cgi-bin/Makefile.in +83 -18
  27. data/ext/tnef/doc/www/htdocs/Makefile +405 -0
  28. data/ext/tnef/doc/www/htdocs/Makefile.in +83 -18
  29. data/ext/tnef/doc/www/htdocs/index.html +51 -0
  30. data/ext/tnef/doc/www/htdocs/style.css +13 -0
  31. data/ext/tnef/src/Makefile.in +193 -135
  32. data/ext/tnef/src/replace/Makefile.in +148 -55
  33. data/ext/tnef/src/tnef.c +10 -8
  34. data/ext/tnef/test-driver +127 -0
  35. data/ext/tnef/tests/Makefile.in +158 -115
  36. data/ext/tnef/tests/cmdline/Attic/mime-types.baseline +3 -0
  37. data/ext/tnef/tests/cmdline/Attic/mime-types.test +11 -0
  38. data/ext/tnef/tests/cmdline/Makefile.in +441 -110
  39. data/ext/tnef/tests/cmdline/body-test.html.baseline +95 -95
  40. data/ext/tnef/tests/cmdline/body.baseline +2 -2
  41. data/ext/tnef/tests/cmdline/interactive.baseline +0 -0
  42. data/ext/tnef/tests/cmdline/message.html.baseline +95 -95
  43. data/ext/tnef/tests/cmdline/version.baseline +2 -2
  44. data/ext/tnef/tests/files/Makefile.in +515 -205
  45. data/ext/tnef/tests/files/baselines/Makefile.in +83 -18
  46. data/ext/tnef/tests/files/datafiles/Makefile.in +83 -18
  47. data/lib/tnef/version.rb +1 -1
  48. metadata +34 -18
@@ -1,9 +1,8 @@
1
- # Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+ # Makefile.in generated by automake 1.14 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
- # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
- # Foundation, Inc.
4
+ # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
+
7
6
  # This Makefile.in is free software; the Free Software Foundation
8
7
  # gives unlimited permission to copy and/or distribute it,
9
8
  # with or without modifications, as long as this notice is preserved.
@@ -15,6 +14,51 @@
15
14
 
16
15
  @SET_MAKE@
17
16
  VPATH = @srcdir@
17
+ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
+ am__make_running_with_option = \
19
+ case $${target_option-} in \
20
+ ?) ;; \
21
+ *) echo "am__make_running_with_option: internal error: invalid" \
22
+ "target option '$${target_option-}' specified" >&2; \
23
+ exit 1;; \
24
+ esac; \
25
+ has_opt=no; \
26
+ sane_makeflags=$$MAKEFLAGS; \
27
+ if $(am__is_gnu_make); then \
28
+ sane_makeflags=$$MFLAGS; \
29
+ else \
30
+ case $$MAKEFLAGS in \
31
+ *\\[\ \ ]*) \
32
+ bs=\\; \
33
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35
+ esac; \
36
+ fi; \
37
+ skip_next=no; \
38
+ strip_trailopt () \
39
+ { \
40
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
+ }; \
42
+ for flg in $$sane_makeflags; do \
43
+ test $$skip_next = yes && { skip_next=no; continue; }; \
44
+ case $$flg in \
45
+ *=*|--*) continue;; \
46
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
47
+ -*I?*) strip_trailopt 'I';; \
48
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
49
+ -*O?*) strip_trailopt 'O';; \
50
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
51
+ -*l?*) strip_trailopt 'l';; \
52
+ -[dEDm]) skip_next=yes;; \
53
+ -[JT]) skip_next=yes;; \
54
+ esac; \
55
+ case $$flg in \
56
+ *$$target_option*) has_opt=yes; break;; \
57
+ esac; \
58
+ done; \
59
+ test $$has_opt = yes
60
+ am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
+ am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
18
62
  pkgdatadir = $(datadir)/@PACKAGE@
19
63
  pkgincludedir = $(includedir)/@PACKAGE@
20
64
  pkglibdir = $(libdir)/@PACKAGE@
@@ -32,7 +76,8 @@ NORMAL_UNINSTALL = :
32
76
  PRE_UNINSTALL = :
33
77
  POST_UNINSTALL = :
34
78
  subdir = tests/files/baselines
35
- DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
79
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
80
+ $(top_srcdir)/mkinstalldirs
36
81
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
82
  am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
38
83
  $(top_srcdir)/configure.in
@@ -42,11 +87,30 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
87
  CONFIG_HEADER = $(top_builddir)/src/config.h
43
88
  CONFIG_CLEAN_FILES =
44
89
  CONFIG_CLEAN_VPATH_FILES =
90
+ AM_V_P = $(am__v_P_@AM_V@)
91
+ am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
92
+ am__v_P_0 = false
93
+ am__v_P_1 = :
94
+ AM_V_GEN = $(am__v_GEN_@AM_V@)
95
+ am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
96
+ am__v_GEN_0 = @echo " GEN " $@;
97
+ am__v_GEN_1 =
98
+ AM_V_at = $(am__v_at_@AM_V@)
99
+ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
100
+ am__v_at_0 = @
101
+ am__v_at_1 =
45
102
  SOURCES =
46
103
  DIST_SOURCES =
104
+ am__can_run_installinfo = \
105
+ case $$AM_UPDATE_INFO_DIR in \
106
+ n|no|NO) false;; \
107
+ *) (install-info --version) >/dev/null 2>&1;; \
108
+ esac
109
+ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
47
110
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
48
111
  ACLOCAL = @ACLOCAL@
49
112
  AMTAR = @AMTAR@
113
+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
50
114
  AUTOCONF = @AUTOCONF@
51
115
  AUTOHEADER = @AUTOHEADER@
52
116
  AUTOMAKE = @AUTOMAKE@
@@ -206,11 +270,11 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
206
270
  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
207
271
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208
272
  $(am__aclocal_m4_deps):
209
- tags: TAGS
210
- TAGS:
273
+ tags TAGS:
274
+
275
+ ctags CTAGS:
211
276
 
212
- ctags: CTAGS
213
- CTAGS:
277
+ cscope cscopelist:
214
278
 
215
279
 
216
280
  distdir: $(DISTFILES)
@@ -345,15 +409,16 @@ uninstall-am:
345
409
 
346
410
  .MAKE: install-am install-strip
347
411
 
348
- .PHONY: all all-am check check-am clean clean-generic distclean \
349
- distclean-generic distdir dvi dvi-am html html-am info info-am \
350
- install install-am install-data install-data-am install-dvi \
351
- install-dvi-am install-exec install-exec-am install-html \
352
- install-html-am install-info install-info-am install-man \
353
- install-pdf install-pdf-am install-ps install-ps-am \
354
- install-strip installcheck installcheck-am installdirs \
355
- maintainer-clean maintainer-clean-generic mostlyclean \
356
- mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
412
+ .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
413
+ ctags-am distclean distclean-generic distdir dvi dvi-am html \
414
+ html-am info info-am install install-am install-data \
415
+ install-data-am install-dvi install-dvi-am install-exec \
416
+ install-exec-am install-html install-html-am install-info \
417
+ install-info-am install-man install-pdf install-pdf-am \
418
+ install-ps install-ps-am install-strip installcheck \
419
+ installcheck-am installdirs maintainer-clean \
420
+ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
421
+ pdf-am ps ps-am tags-am uninstall uninstall-am
357
422
 
358
423
 
359
424
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@ -1,9 +1,8 @@
1
- # Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+ # Makefile.in generated by automake 1.14 from Makefile.am.
2
2
  # @configure_input@
3
3
 
4
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
- # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
- # Foundation, Inc.
4
+ # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
+
7
6
  # This Makefile.in is free software; the Free Software Foundation
8
7
  # gives unlimited permission to copy and/or distribute it,
9
8
  # with or without modifications, as long as this notice is preserved.
@@ -15,6 +14,51 @@
15
14
 
16
15
  @SET_MAKE@
17
16
  VPATH = @srcdir@
17
+ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
+ am__make_running_with_option = \
19
+ case $${target_option-} in \
20
+ ?) ;; \
21
+ *) echo "am__make_running_with_option: internal error: invalid" \
22
+ "target option '$${target_option-}' specified" >&2; \
23
+ exit 1;; \
24
+ esac; \
25
+ has_opt=no; \
26
+ sane_makeflags=$$MAKEFLAGS; \
27
+ if $(am__is_gnu_make); then \
28
+ sane_makeflags=$$MFLAGS; \
29
+ else \
30
+ case $$MAKEFLAGS in \
31
+ *\\[\ \ ]*) \
32
+ bs=\\; \
33
+ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
+ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
35
+ esac; \
36
+ fi; \
37
+ skip_next=no; \
38
+ strip_trailopt () \
39
+ { \
40
+ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
+ }; \
42
+ for flg in $$sane_makeflags; do \
43
+ test $$skip_next = yes && { skip_next=no; continue; }; \
44
+ case $$flg in \
45
+ *=*|--*) continue;; \
46
+ -*I) strip_trailopt 'I'; skip_next=yes;; \
47
+ -*I?*) strip_trailopt 'I';; \
48
+ -*O) strip_trailopt 'O'; skip_next=yes;; \
49
+ -*O?*) strip_trailopt 'O';; \
50
+ -*l) strip_trailopt 'l'; skip_next=yes;; \
51
+ -*l?*) strip_trailopt 'l';; \
52
+ -[dEDm]) skip_next=yes;; \
53
+ -[JT]) skip_next=yes;; \
54
+ esac; \
55
+ case $$flg in \
56
+ *$$target_option*) has_opt=yes; break;; \
57
+ esac; \
58
+ done; \
59
+ test $$has_opt = yes
60
+ am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
+ am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
18
62
  pkgdatadir = $(datadir)/@PACKAGE@
19
63
  pkgincludedir = $(includedir)/@PACKAGE@
20
64
  pkglibdir = $(libdir)/@PACKAGE@
@@ -32,7 +76,8 @@ NORMAL_UNINSTALL = :
32
76
  PRE_UNINSTALL = :
33
77
  POST_UNINSTALL = :
34
78
  subdir = tests/files/datafiles
35
- DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
79
+ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
80
+ $(top_srcdir)/mkinstalldirs
36
81
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
82
  am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
38
83
  $(top_srcdir)/configure.in
@@ -42,11 +87,30 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
87
  CONFIG_HEADER = $(top_builddir)/src/config.h
43
88
  CONFIG_CLEAN_FILES =
44
89
  CONFIG_CLEAN_VPATH_FILES =
90
+ AM_V_P = $(am__v_P_@AM_V@)
91
+ am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
92
+ am__v_P_0 = false
93
+ am__v_P_1 = :
94
+ AM_V_GEN = $(am__v_GEN_@AM_V@)
95
+ am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
96
+ am__v_GEN_0 = @echo " GEN " $@;
97
+ am__v_GEN_1 =
98
+ AM_V_at = $(am__v_at_@AM_V@)
99
+ am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
100
+ am__v_at_0 = @
101
+ am__v_at_1 =
45
102
  SOURCES =
46
103
  DIST_SOURCES =
104
+ am__can_run_installinfo = \
105
+ case $$AM_UPDATE_INFO_DIR in \
106
+ n|no|NO) false;; \
107
+ *) (install-info --version) >/dev/null 2>&1;; \
108
+ esac
109
+ am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
47
110
  DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
48
111
  ACLOCAL = @ACLOCAL@
49
112
  AMTAR = @AMTAR@
113
+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
50
114
  AUTOCONF = @AUTOCONF@
51
115
  AUTOHEADER = @AUTOHEADER@
52
116
  AUTOMAKE = @AUTOMAKE@
@@ -196,11 +260,11 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
196
260
  $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
197
261
  cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
198
262
  $(am__aclocal_m4_deps):
199
- tags: TAGS
200
- TAGS:
263
+ tags TAGS:
264
+
265
+ ctags CTAGS:
201
266
 
202
- ctags: CTAGS
203
- CTAGS:
267
+ cscope cscopelist:
204
268
 
205
269
 
206
270
  distdir: $(DISTFILES)
@@ -335,15 +399,16 @@ uninstall-am:
335
399
 
336
400
  .MAKE: install-am install-strip
337
401
 
338
- .PHONY: all all-am check check-am clean clean-generic distclean \
339
- distclean-generic distdir dvi dvi-am html html-am info info-am \
340
- install install-am install-data install-data-am install-dvi \
341
- install-dvi-am install-exec install-exec-am install-html \
342
- install-html-am install-info install-info-am install-man \
343
- install-pdf install-pdf-am install-ps install-ps-am \
344
- install-strip installcheck installcheck-am installdirs \
345
- maintainer-clean maintainer-clean-generic mostlyclean \
346
- mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
402
+ .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
403
+ ctags-am distclean distclean-generic distdir dvi dvi-am html \
404
+ html-am info info-am install install-am install-data \
405
+ install-data-am install-dvi install-dvi-am install-exec \
406
+ install-exec-am install-html install-html-am install-info \
407
+ install-info-am install-man install-pdf install-pdf-am \
408
+ install-ps install-ps-am install-strip installcheck \
409
+ installcheck-am installdirs maintainer-clean \
410
+ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
411
+ pdf-am ps ps-am tags-am uninstall uninstall-am
347
412
 
348
413
 
349
414
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
@@ -1,3 +1,3 @@
1
1
  module Tnef
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,46 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tnef
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
5
- prerelease:
4
+ version: 1.0.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Mick Staugaard
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-07-17 00:00:00.000000000 Z
11
+ date: 2013-11-21 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rake
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: minitest
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  description: a ruby wrapper around the tnef library
@@ -57,21 +52,39 @@ files:
57
52
  - ext/tnef/acinclude.m4
58
53
  - ext/tnef/aclocal.m4
59
54
  - ext/tnef/AUTHORS
55
+ - ext/tnef/autom4te.cache/output.0
56
+ - ext/tnef/autom4te.cache/output.1
57
+ - ext/tnef/autom4te.cache/requests
58
+ - ext/tnef/autom4te.cache/traces.0
59
+ - ext/tnef/autom4te.cache/traces.1
60
60
  - ext/tnef/BUGS.in
61
61
  - ext/tnef/ChangeLog
62
+ - ext/tnef/compile
63
+ - ext/tnef/config.log
62
64
  - ext/tnef/configure
63
65
  - ext/tnef/configure.in
66
+ - ext/tnef/contrib/evolution.helper
67
+ - ext/tnef/contrib/evolution.helper.README
68
+ - ext/tnef/contrib/tnef-alpine.perl
69
+ - ext/tnef/contrib/tnef-alpine.perl.README
64
70
  - ext/tnef/COPYING
65
71
  - ext/tnef/depcomp
66
72
  - ext/tnef/doc/FAQ
67
73
  - ext/tnef/doc/file-format.tex
74
+ - ext/tnef/doc/Makefile
68
75
  - ext/tnef/doc/Makefile.am
69
76
  - ext/tnef/doc/Makefile.in
77
+ - ext/tnef/doc/tnef.1
70
78
  - ext/tnef/doc/tnef.1.in
79
+ - ext/tnef/doc/www/cgi-bin/Makefile
71
80
  - ext/tnef/doc/www/cgi-bin/Makefile.am
72
81
  - ext/tnef/doc/www/cgi-bin/Makefile.in
82
+ - ext/tnef/doc/www/htdocs/index.html
83
+ - ext/tnef/doc/www/htdocs/Makefile
73
84
  - ext/tnef/doc/www/htdocs/Makefile.am
74
85
  - ext/tnef/doc/www/htdocs/Makefile.in
86
+ - ext/tnef/doc/www/htdocs/style.css
87
+ - ext/tnef/doc/www/Makefile
75
88
  - ext/tnef/doc/www/Makefile.am
76
89
  - ext/tnef/doc/www/Makefile.in
77
90
  - ext/tnef/extconf.rb
@@ -126,6 +139,9 @@ files:
126
139
  - ext/tnef/src/write.c
127
140
  - ext/tnef/src/write.h
128
141
  - ext/tnef/src/xstrdup.c
142
+ - ext/tnef/test-driver
143
+ - ext/tnef/tests/cmdline/Attic/mime-types.baseline
144
+ - ext/tnef/tests/cmdline/Attic/mime-types.test
129
145
  - ext/tnef/tests/cmdline/AUTHORS
130
146
  - ext/tnef/tests/cmdline/AUTHORS.baseline
131
147
  - ext/tnef/tests/cmdline/basic.baseline
@@ -139,6 +155,7 @@ files:
139
155
  - ext/tnef/tests/cmdline/directory.test
140
156
  - ext/tnef/tests/cmdline/help.baseline
141
157
  - ext/tnef/tests/cmdline/help.test
158
+ - ext/tnef/tests/cmdline/interactive.baseline
142
159
  - ext/tnef/tests/cmdline/interactive.test
143
160
  - ext/tnef/tests/cmdline/list.baseline
144
161
  - ext/tnef/tests/cmdline/list.test
@@ -201,29 +218,28 @@ files:
201
218
  - ext/tnef/THANKS
202
219
  - ext/tnef/tnef.spec.in
203
220
  - ext/tnef/TODO
204
- homepage: https://github.com/staugaard/tnef
221
+ homepage: https://github.com/zendesk/tnef
205
222
  licenses: []
223
+ metadata: {}
206
224
  post_install_message:
207
225
  rdoc_options: []
208
226
  require_paths:
209
227
  - lib
210
228
  required_ruby_version: !ruby/object:Gem::Requirement
211
- none: false
212
229
  requirements:
213
- - - ! '>='
230
+ - - '>='
214
231
  - !ruby/object:Gem::Version
215
232
  version: '0'
216
233
  required_rubygems_version: !ruby/object:Gem::Requirement
217
- none: false
218
234
  requirements:
219
- - - ! '>='
235
+ - - '>='
220
236
  - !ruby/object:Gem::Version
221
237
  version: '0'
222
238
  requirements: []
223
239
  rubyforge_project:
224
- rubygems_version: 1.8.24
240
+ rubygems_version: 2.0.3
225
241
  signing_key:
226
- specification_version: 3
242
+ specification_version: 4
227
243
  summary: TNEF is a program for unpacking MIME attachments of type "application/ms-tnef".
228
244
  This is a Microsoft only attachment.
229
245
  test_files: []