easy_imap 0.0.3 → 0.0.4

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.
data/History.txt CHANGED
@@ -13,3 +13,8 @@
13
13
  * 2 minor enhancement:
14
14
  * An SSL option for connecting to the server. (Guillaume Dorchies)
15
15
  * Caching for the envelope method of Message. (Guillaume Dorchies)
16
+
17
+ == 0.0.4 2009-01-25
18
+
19
+ * 1 minor enhancement:
20
+ * Added a specific version requirement for tmail gem.
data/PostInstall.txt CHANGED
@@ -1,7 +1 @@
1
-
2
- For more information on easy_imap, see http://easy_imap.rubyforge.org
3
-
4
- NOTE: Change this information in PostInstall.txt
5
- You can also delete it if you don't want it.
6
-
7
-
1
+ For more information on easy_imap, see http://easy-imap.rubyforge.org
data/README.rdoc CHANGED
@@ -25,7 +25,7 @@ access the Attachments on a Message use EasyIMAP::Message#attachments.
25
25
 
26
26
  == REQUIREMENTS:
27
27
 
28
- * tmail
28
+ * tmail, 1.2.3.1
29
29
 
30
30
  == INSTALL:
31
31
 
data/Rakefile CHANGED
@@ -7,16 +7,16 @@ $hoe = Hoe.new('easy_imap', EasyIMAP::VERSION) do |p|
7
7
  p.developer('Paul Stadig', 'paul@stadig.name')
8
8
  p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
9
9
  p.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
10
- p.rubyforge_name = p.name # TODO this is default value
10
+ p.rubyforge_name = 'easy-imap'
11
11
  p.extra_deps = [
12
12
  ['tmail','>= 1.2.3.1'],
13
13
  ]
14
14
  p.extra_dev_deps = [
15
15
  ['newgem', ">= #{::Newgem::VERSION}"]
16
16
  ]
17
-
17
+
18
18
  p.clean_globs |= %w[**/.DS_Store tmp *.log]
19
- path = (p.rubyforge_name == p.name) ? p.rubyforge_name : "\#{p.rubyforge_name}/\#{p.name}"
19
+ path = p.rubyforge_name#(p.rubyforge_name == p.name) ? p.rubyforge_name : "\#{p.rubyforge_name}/\#{p.name}"
20
20
  p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc')
21
21
  p.rsync_args = '-av --delete --ignore-errors'
22
22
  end
@@ -1,4 +1,4 @@
1
- gem 'tmail'
1
+ gem 'tmail', '=1.2.3.1'
2
2
  require 'tmail'
3
3
  require 'time'
4
4
 
data/lib/easy_imap.rb CHANGED
@@ -2,7 +2,7 @@ $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
3
 
4
4
  module EasyIMAP
5
- VERSION = '0.0.3'
5
+ VERSION = '0.0.4'
6
6
  end
7
7
 
8
8
  require 'easy_imap/server'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_imap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Stadig
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version:
96
96
  requirements: []
97
97
 
98
- rubyforge_project: easy_imap
98
+ rubyforge_project: easy-imap
99
99
  rubygems_version: 1.3.1
100
100
  signing_key:
101
101
  specification_version: 2