gurgitate-mail 1.7.2

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 ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: gurgitate-mail
5
+ version: !ruby/object:Gem::Version
6
+ version: 1.7.2
7
+ date: 2006-08-22 00:00:00 +09:00
8
+ summary: gurgitate-mail is a mail filter (and a mail-delivery agent)
9
+ require_paths:
10
+ - lib
11
+ email: gurgitate-mail@dagbrown.com
12
+ homepage: http://www.rubyforge.org/projects/gurgitate-mail/
13
+ rubyforge_project: gurgitate-mail
14
+ description: gurgitate-mail is a mail filter. It can be used as a module or as a standalone application.
15
+ autorequire: gurgitate-mail
16
+ default_executable: gurgitate-mail
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Dave Brown
30
+ files:
31
+ - lib/gurgitate-mail.rb
32
+ - lib/gurgitate/deliver.rb
33
+ - lib/gurgitate/headers.rb
34
+ - lib/gurgitate/mailmessage.rb
35
+ - lib/gurgitate/deliver/mbox.rb
36
+ - lib/gurgitate/deliver/maildir.rb
37
+ test_files:
38
+ - test.rb
39
+ rdoc_options: []
40
+
41
+ extra_rdoc_files: []
42
+
43
+ executables:
44
+ - gurgitate-mail
45
+ extensions: []
46
+
47
+ requirements: []
48
+
49
+ dependencies: []
50
+