mailit 2009.08 → 2010.06.03

Sign up to get free protection for your applications and to get access to all the features.
data/AUTHORS CHANGED
@@ -1,6 +1,8 @@
1
1
  Following persons have contributed to mailit.
2
2
  (Sorted by number of submitted patches, then alphabetically)
3
3
 
4
- 15 Michael Fellinger <mf@rubyists.com>
4
+ 18 Michael Fellinger <mf@rubyists.com>
5
+ 3 Tobias Matthies <tm@mit2m.de>
5
6
  2 Jake Douglas <jakecdouglas@gmail.com>
7
+ 1 Julian Langschaedel <meta.rb@gmail.com>
6
8
  1 Kevin Berry <kb@rubyists.com>
data/CHANGELOG CHANGED
@@ -1,76 +1,106 @@
1
- [78c844d | 2009-08-25 21:40:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
1
+ [07a1b52 | 2010-06-03 10:55:57 UTC] Michael Fellinger <m.fellinger@gmail.com>
2
+
3
+ * Version 2010.06
4
+
5
+ [990f3d6 | 2010-06-03 10:55:47 UTC] Michael Fellinger <m.fellinger@gmail.com>
6
+
7
+ * Bring the tasks up to date
8
+
9
+ [071eedd | 2010-06-02 06:10:22 UTC] Tobias Matthies <tm@mit2m.de>
10
+
11
+ * Fixed headers_prepare
12
+
13
+ [be7efc5 | 2010-06-02 06:09:34 UTC] Tobias Matthies <tm@mit2m.de>
14
+
15
+ * Added basic attachment tests
16
+
17
+ [75b28b3 | 2010-06-01 20:40:55 UTC] Tobias Matthies <tm@mit2m.de>
18
+
19
+ * Fixed mime-type detection
20
+
21
+ [84e4be5 | 2009-09-28 21:19:29 UTC] Julian Langschaedel <meta.rb@gmail.com>
22
+
23
+ * fix mailit/mailer.rb spec
24
+
25
+ did open a real connection in specs. changed to MockSMTP, instead.
26
+
27
+ [b2de414 | 2009-08-26 02:02:11 UTC] Michael Fellinger <m.fellinger@gmail.com>
28
+
29
+ * Rerelease for gemspec
30
+
31
+ [78c844d | 2009-08-25 14:40:40 UTC] Michael Fellinger <m.fellinger@gmail.com>
2
32
 
3
33
  * Another fix
4
34
 
5
- [fb25c19 | 2009-08-25 21:40:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
35
+ [fb25c19 | 2009-08-25 14:40:01 UTC] Michael Fellinger <m.fellinger@gmail.com>
6
36
 
7
37
  * Version 2009.08
8
38
 
9
- [2e6d77a | 2009-08-25 21:38:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
39
+ [2e6d77a | 2009-08-25 14:38:53 UTC] Michael Fellinger <m.fellinger@gmail.com>
10
40
 
11
41
  * Fix Rakefile
12
42
 
13
- [585554d | 2009-08-25 05:11:42 UTC] Kevin Berry <kevin@opensourcealchemist.com>
43
+ [585554d | 2009-08-24 22:11:42 UTC] Kevin Berry <kevin@opensourcealchemist.com>
14
44
 
15
45
  * Take in Pistos's patch, make my own patch to get running for current project, and add seedling structure.
16
46
 
17
- [db73002 | 2009-08-06 06:50:35 UTC] Jake Douglas <jakecdouglas@gmail.com>
47
+ [db73002 | 2009-08-05 23:50:35 UTC] Jake Douglas <jakecdouglas@gmail.com>
18
48
 
19
49
  * NetSMTP and EventMachine version both actually send mail now. Previous configuration didn't override the #send method correctly so the EM methods weren't loaded. The EM module may only be included now, not used with extend.
20
50
 
21
51
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
22
52
 
23
- [9a36e2f | 2009-08-06 05:39:26 UTC] Jake Douglas <jakecdouglas@gmail.com>
53
+ [9a36e2f | 2009-08-05 22:39:26 UTC] Jake Douglas <jakecdouglas@gmail.com>
24
54
 
25
55
  * get the value of :noop from the options hash in NetSmtp#send
26
56
 
27
57
  Signed-off-by: Michael Fellinger <m.fellinger@gmail.com>
28
58
 
29
- [c6da60b | 2009-06-08 13:52:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
59
+ [c6da60b | 2009-06-08 06:52:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
30
60
 
31
61
  * Release new version
32
62
 
33
- [185cf45 | 2009-06-08 13:51:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
63
+ [185cf45 | 2009-06-08 06:51:07 UTC] Michael Fellinger <m.fellinger@gmail.com>
34
64
 
35
65
  * Fix long outstanding issues
36
66
 
37
- [e429f3b | 2009-04-12 13:38:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
67
+ [e429f3b | 2009-04-12 06:38:16 UTC] Michael Fellinger <m.fellinger@gmail.com>
38
68
 
39
69
  * Major refactor of Mailer, add support for EventMachine::SmtpClient and remove render_send
40
70
 
41
- [341d76a | 2009-04-12 13:23:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
71
+ [341d76a | 2009-04-12 06:23:33 UTC] Michael Fellinger <m.fellinger@gmail.com>
42
72
 
43
73
  * Make Mail#header_string and Mail#body_string public
44
74
 
45
- [5716124 | 2009-03-15 14:26:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
75
+ [5716124 | 2009-03-15 06:26:27 UTC] Michael Fellinger <m.fellinger@gmail.com>
46
76
 
47
77
  * Add auth_type and username options for Mailer#send, should work on windows now
48
78
 
49
- [ff38041 | 2009-03-10 21:02:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
79
+ [ff38041 | 2009-03-10 13:02:58 UTC] Michael Fellinger <m.fellinger@gmail.com>
50
80
 
51
81
  * Add gemspec
52
82
 
53
- [07b92d0 | 2009-03-10 20:49:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
83
+ [07b92d0 | 2009-03-10 12:49:36 UTC] Michael Fellinger <m.fellinger@gmail.com>
54
84
 
55
85
  * Add Mailit::Mime - detects and uses available mime providers
56
86
 
57
- [584398c | 2009-03-10 20:48:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
87
+ [584398c | 2009-03-10 12:48:49 UTC] Michael Fellinger <m.fellinger@gmail.com>
58
88
 
59
89
  * Little improvment to style
60
90
 
61
- [194c990 | 2009-03-10 20:19:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
91
+ [194c990 | 2009-03-10 12:19:08 UTC] Michael Fellinger <m.fellinger@gmail.com>
62
92
 
63
93
  * Add warning if no mime-type detection is possible
64
94
 
65
- [184b20d | 2009-03-10 20:18:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
95
+ [184b20d | 2009-03-10 12:18:54 UTC] Michael Fellinger <m.fellinger@gmail.com>
66
96
 
67
97
  * Add Version
68
98
 
69
- [74e9ca3 | 2009-03-10 20:18:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
99
+ [74e9ca3 | 2009-03-10 12:18:35 UTC] Michael Fellinger <m.fellinger@gmail.com>
70
100
 
71
101
  * Add readme
72
102
 
73
- [0a4bcad | 2009-03-10 20:02:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
103
+ [0a4bcad | 2009-03-10 12:02:28 UTC] Michael Fellinger <m.fellinger@gmail.com>
74
104
 
75
105
  * Initial commit
76
106
 
data/Rakefile CHANGED
@@ -1,72 +1,30 @@
1
- begin; require 'rubygems'; rescue LoadError; end
2
-
3
1
  require 'rake'
4
2
  require 'rake/clean'
5
3
  require 'rake/gempackagetask'
6
4
  require 'time'
7
5
  require 'date'
8
- require './lib/mailit'
9
-
10
- PROJECT_SPECS = FileList[
11
- 'spec/*/**/*.rb'
12
- ]
13
6
 
7
+ PROJECT_SPECS = Dir['spec/mailit/**/*.rb']
14
8
  PROJECT_MODULE = 'Mailit'
15
- PROJECT_README = 'README'
16
- #PROJECT_RUBYFORGE_GROUP_ID = 3034
17
- PROJECT_COPYRIGHT_SUMMARY = [
18
- "# Copyright (c) 2008-#{Time.now.year} The Rubyists, LLC (effortless systems) <rubyists@rubyists.com>",
19
- "# Distributed under the terms of the MIT license.",
20
- "# See the LICENSE file which accompanies this software for the full text",
21
- "#"
22
- ]
23
- PROJECT_COPYRIGHT = PROJECT_COPYRIGHT_SUMMARY + [
24
- "# Permission is hereby granted, free of charge, to any person obtaining a copy",
25
- '# of this software and associated documentation files (the "Software"), to deal',
26
- "# in the Software without restriction, including without limitation the rights",
27
- "# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
28
- "# copies of the Software, and to permit persons to whom the Software is",
29
- "# furnished to do so, subject to the following conditions:",
30
- "#",
31
- "# The above copyright notice and this permission notice shall be included in",
32
- "# all copies or substantial portions of the Software.",
33
- "#",
34
- '# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR',
35
- "# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
36
- "# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
37
- "# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",
38
- "# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,",
39
- "# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN",
40
- "# THE SOFTWARE."
41
- ]
42
-
43
- PROJECT_VERSION =
44
- if version = ENV['PROJECT_VERSION'] || ENV['VERSION']
45
- version
46
- else
47
- ::VERSION rescue Date.today.strftime("%Y.%m.%d")
48
- end
49
-
50
- # To release the monthly version do:
51
- # $ PROJECT_VERSION=2009.03 rake release
9
+ PROJECT_README = 'README.md'
10
+ PROJECT_VERSION = (ENV['VERSION'] || Date.today.strftime('%Y.%m.%d')).dup
52
11
 
53
12
  PROJECT_FILES = FileList[`git ls-files`.split("\n")].exclude('.gitignore')
54
13
 
55
14
  GEMSPEC = Gem::Specification.new{|s|
56
15
  s.name = "mailit"
57
- s.author = "Kevin Berry"
58
- s.summary = "The Mailit library, by Kevin Berry"
59
- s.description = "The Mailit library, by Kevin Berry"
60
- s.email = "kevinberry@nrs.us"
16
+ s.author = "Michael 'manveru' Fellinger"
17
+ s.summary = "The simple way to create mails"
18
+ s.email = "manveru@rubyists.com"
61
19
  s.homepage = "http://github.com/manveru/mailit"
62
20
  s.platform = Gem::Platform::RUBY
63
21
  s.version = PROJECT_VERSION
64
22
  s.files = PROJECT_FILES
65
23
  s.has_rdoc = true
66
- s.require_path = "lib"
24
+ s.require_path = 'lib'
67
25
  }
68
26
 
69
- Dir.glob('tasks/*.rake'){|f| import(f) }
27
+ Dir['tasks/*.rake'].each{|f| import(f) }
70
28
 
71
29
  task :default => [:bacon]
72
30
 
@@ -249,11 +249,12 @@ BODY
249
249
  end
250
250
 
251
251
  def headers_prepare(headers)
252
+ return if headers.nil?
252
253
  case headers
253
254
  when Array
254
- container[:headers] = headers
255
+ headers
255
256
  else
256
- container[:headers] = headers.split(/\r?\n/)
257
+ headers.split(/\r?\n/)
257
258
  end
258
259
  end
259
260
 
@@ -38,7 +38,7 @@ module Mailit
38
38
  :server => 'smtp.localhost',
39
39
  :port => 25,
40
40
  :domain => 'localhost',
41
- :username => 'foo',
41
+ :username => '',
42
42
  :password => 'foo',
43
43
  :noop => false,
44
44
  :auth_type => :login, # :plain, :login, :cram_md5
@@ -61,11 +61,13 @@ module Mailit
61
61
 
62
62
  def send(mail, override = {})
63
63
  require 'net/smtp'
64
+ mailer = override[:mailer] || ::Net::SMTP
64
65
 
65
66
  server, port, domain, username, password, auth_type, noop =
66
67
  settings(override, :server, :port, :domain, :username, :password, :auth_type, :noop)
68
+ username = mail.from.to_s if username.empty?
67
69
 
68
- ::Net::SMTP.start(server, port, domain, username, password, auth_type) do |smtp|
70
+ mailer.start(server, port, domain, username, password, auth_type) do |smtp|
69
71
  return if noop
70
72
  smtp.send_message(mail.to_s, mail.from, mail.to)
71
73
  end
@@ -2,7 +2,7 @@ module Mailit
2
2
  module Mime
3
3
  module_function
4
4
 
5
- def mime_for(filename)
5
+ def type_for(filename)
6
6
  detect_handler unless defined?(@mime_handler)
7
7
  send(@mime_handler, filename)
8
8
  end
@@ -1,3 +1,3 @@
1
1
  module Mailit
2
- VERSION = "2009.08"
2
+ VERSION = "2010.06.03"
3
3
  end
@@ -2,24 +2,23 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{mailit}
5
- s.version = "2009.08"
5
+ s.version = "2010.06.03"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
- s.authors = ["Kevin Berry"]
9
- s.date = %q{2009-08-25}
10
- s.description = %q{The Mailit library, by Kevin Berry}
11
- s.email = %q{kevinberry@nrs.us}
8
+ s.authors = ["Michael 'manveru' Fellinger"]
9
+ s.date = %q{2010-06-03}
10
+ s.email = %q{manveru@rubyists.com}
12
11
  s.files = ["AUTHORS", "CHANGELOG", "MANIFEST", "README.md", "Rakefile", "lib/mailit.rb", "lib/mailit/mail.rb", "lib/mailit/mailer.rb", "lib/mailit/mime.rb", "lib/mailit/version.rb", "lib/version.rb", "mailit.gemspec", "spec/helper.rb", "spec/mailit/mail.rb", "spec/mailit/mailer.rb", "tasks/authors.rake", "tasks/bacon.rake", "tasks/changelog.rake", "tasks/copyright.rake", "tasks/gem.rake", "tasks/gem_installer.rake", "tasks/install_dependencies.rake", "tasks/manifest.rake", "tasks/rcov.rake", "tasks/release.rake", "tasks/reversion.rake", "tasks/setup.rake", "tasks/yard.rake"]
13
12
  s.homepage = %q{http://github.com/manveru/mailit}
14
13
  s.require_paths = ["lib"]
15
- s.rubygems_version = %q{1.3.4}
16
- s.summary = %q{The Mailit library, by Kevin Berry}
14
+ s.rubygems_version = %q{1.3.7}
15
+ s.summary = %q{The simple way to create mails}
17
16
 
18
17
  if s.respond_to? :specification_version then
19
18
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
20
19
  s.specification_version = 3
21
20
 
22
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
21
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
23
22
  else
24
23
  end
25
24
  else
@@ -1,4 +1,5 @@
1
1
  require File.expand_path("#{__FILE__}/../../lib/mailit")
2
2
  require 'bacon'
3
+ require 'Tempfile'
3
4
 
4
5
  Bacon.summary_on_exit
@@ -105,4 +105,43 @@ describe Mailit::Mail do
105
105
 
106
106
  mail.to_s.should.include('<a href=3D"http://google.com">click here</a>')
107
107
  end
108
+
109
+ should 'make mail with a single attachment' do
110
+ mail = Mailit::Mail.new
111
+ tempfile = Tempfile.new('adw')
112
+ tempfile << "Some text"
113
+ mail.attach(tempfile.path)
114
+ mail.attachments.size.should == 1
115
+ mail.attachments.first[:attachment].should.be == tempfile.read
116
+ mail.attachments.first[:filename].should == Pathname.new(tempfile.path).basename
117
+ end
118
+
119
+ should 'make mail with a single attachment and given filename' do
120
+ mail = Mailit::Mail.new
121
+ tempfile = Tempfile.new('adw')
122
+ filename = "tempfile.pdf"
123
+ tempfile << "Some text"
124
+ mail.attach_as(tempfile.path, filename)
125
+ mail.attachments.size.should == 1
126
+ mail.attachments.first[:attachment].should.be == tempfile.read
127
+ mail.attachments.first[:filename].should == filename
128
+ end
129
+
130
+ should 'make mail with multiple attachments and given filenames' do
131
+ mail = Mailit::Mail.new
132
+ tempfile1 = Tempfile.new('adw')
133
+ tempfile1 << "Hello"
134
+ tempfile1_filename = "tempfile1.pdf"
135
+ tempfile2 = Tempfile.new('adw')
136
+ tempfile2 << "World!1"
137
+ tempfile2_filename = "tempfile2.pdf"
138
+ mail.attach_as(tempfile1.path, tempfile1_filename)
139
+ mail.attach_as(tempfile2.path, tempfile2_filename)
140
+ mail.attachments.size.should == 2
141
+ mail.attachments[0][:attachment].should.be == tempfile1.read
142
+ mail.attachments[0][:filename].should == tempfile1_filename
143
+ mail.attachments[1][:attachment].should.be == tempfile2.read
144
+ mail.attachments[1][:filename].should == tempfile2_filename
145
+ end
146
+
108
147
  end
@@ -41,7 +41,7 @@ describe Mailit::Mailer do
41
41
  'example.com',
42
42
  'sender@example.com',
43
43
  'foo',
44
- :cram_md5
44
+ :login
45
45
  ]
46
46
  mock.send_message_args.should == [mail.to_s, mail.from, mail.to]
47
47
  end
@@ -1,52 +1,65 @@
1
1
  namespace :release do
2
- task :all => [:release_github, :release_rubyforge]
2
+ task :prepare => [:reversion, :authors, :gemspec]
3
+ task :all => ['release:github', 'release:rubyforge', 'release:gemcutter']
3
4
 
4
- desc 'Display instructions to release on github'
5
- task :github => [:reversion, :gemspec] do
5
+ desc 'Release on github'
6
+ task :github => :prepare do
6
7
  name, version = GEMSPEC.name, GEMSPEC.version
7
8
 
8
- puts <<INSTRUCTIONS
9
- First add the relevant files:
9
+ sh('git', 'add',
10
+ 'MANIFEST', 'CHANGELOG', 'AUTHORS',
11
+ "#{name}.gemspec",
12
+ "lib/#{name}/version.rb")
10
13
 
11
- git add AUTHORS MANIFEST CHANGELOG #{name}.gemspec lib/#{name}/version.rb
14
+ puts <<-INSTRUCTIONS
15
+ ================================================================================
12
16
 
13
- Then commit them, tag the commit, and push:
17
+ I added the relevant files, you can commit them, tag the commit, and push:
14
18
 
15
19
  git commit -m 'Version #{version}'
16
20
  git tag -a -m '#{version}' '#{version}'
17
21
  git push
18
22
 
19
- INSTRUCTIONS
20
-
23
+ ================================================================================
24
+ INSTRUCTIONS
21
25
  end
22
26
 
23
- # TODO: Not tested
24
- desc 'Display instructions to release on rubyforge'
25
- task :rubyforge => [:reversion, :gemspec, :package] do
26
- name, version = GEMSPEC.name, GEMSPEC.version.to_s
27
+ desc 'Release on rubyforge'
28
+ task :rubyforge => ['release:prepare', :package] do
29
+ name, version = GEMSPEC.name, GEMSPEC.version
30
+
31
+ pkgs = Dir["pkg/#{name}-#{version}.{tgz,zip}"].map{|file|
32
+ "rubyforge add_file #{name} #{name} '#{version}' '#{file}'"
33
+ }
34
+
35
+ puts <<-INSTRUCTIONS
36
+ ================================================================================
27
37
 
28
- puts <<INSTRUCTIONS
29
38
  To publish to rubyforge do following:
30
39
 
31
40
  rubyforge login
32
- rubyforge add_release #{name} #{name} #{version.dump} pkg/#{name}-#{version}.gem
41
+ rubyforge add_release #{name} #{name} '#{version}' pkg/#{name}-#{version}.gem
33
42
 
34
- After you have done these steps, see:
43
+ To publish the archives for distro packagers:
35
44
 
36
- VERSION=#{version.dump} rake release:rubyforge_archives
45
+ #{pkgs.join "\n"}
37
46
 
38
- INSTRUCTIONS
47
+ ================================================================================
48
+ INSTRUCTIONS
39
49
  end
40
50
 
41
- desc 'Display instructions to add archives after release:rubyforge'
42
- task :rubyforge_archives do
43
- name, version = GEMSPEC.name, GEMSPEC.version.to_s
44
- puts "Adding archives for distro packagers is:", ""
51
+ desc 'Release on gemcutter'
52
+ task :gemcutter => ['release:prepare', :package] do
53
+ name, version = GEMSPEC.name, GEMSPEC.version
54
+
55
+ puts <<-INSTRUCTIONS
56
+ ================================================================================
57
+
58
+ To publish to gemcutter do following:
45
59
 
46
- Dir["pkg/#{name}-#{version}.{tgz,zip}"].each do |file|
47
- puts "rubyforge add_file %s %s %p %p" % [name, name, version, file]
48
- end
60
+ gem push pkg/#{name}-#{version}.gem
49
61
 
50
- puts
62
+ ================================================================================
63
+ INSTRUCTIONS
51
64
  end
52
65
  end
metadata CHANGED
@@ -1,20 +1,26 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailit
3
3
  version: !ruby/object:Gem::Version
4
- version: "2009.08"
4
+ hash: 16081
5
+ prerelease: false
6
+ segments:
7
+ - 2010
8
+ - 6
9
+ - 3
10
+ version: 2010.06.03
5
11
  platform: ruby
6
12
  authors:
7
- - Kevin Berry
13
+ - Michael 'manveru' Fellinger
8
14
  autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2009-08-25 00:00:00 +02:00
18
+ date: 2010-06-03 00:00:00 +09:00
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
16
- description: The Mailit library, by Kevin Berry
17
- email: kevinberry@nrs.us
22
+ description:
23
+ email: manveru@rubyists.com
18
24
  executables: []
19
25
 
20
26
  extensions: []
@@ -60,23 +66,29 @@ rdoc_options: []
60
66
  require_paths:
61
67
  - lib
62
68
  required_ruby_version: !ruby/object:Gem::Requirement
69
+ none: false
63
70
  requirements:
64
71
  - - ">="
65
72
  - !ruby/object:Gem::Version
73
+ hash: 3
74
+ segments:
75
+ - 0
66
76
  version: "0"
67
- version:
68
77
  required_rubygems_version: !ruby/object:Gem::Requirement
78
+ none: false
69
79
  requirements:
70
80
  - - ">="
71
81
  - !ruby/object:Gem::Version
82
+ hash: 3
83
+ segments:
84
+ - 0
72
85
  version: "0"
73
- version:
74
86
  requirements: []
75
87
 
76
88
  rubyforge_project:
77
- rubygems_version: 1.3.4
89
+ rubygems_version: 1.3.7
78
90
  signing_key:
79
91
  specification_version: 3
80
- summary: The Mailit library, by Kevin Berry
92
+ summary: The simple way to create mails
81
93
  test_files: []
82
94