mail 2.2.11 → 2.2.12

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of mail might be problematic. Click here for more details.

Files changed (3) hide show
  1. data/CHANGELOG.rdoc +5 -0
  2. data/lib/VERSION +1 -1
  3. metadata +8 -8
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,8 @@
1
+ == Sun Dec 5 02:24:55 UTC 2010 Mikel Lindsaar <mikel@rubyx.com>
2
+
3
+ * Updating requirement on i18n to be more relaxed for now until we nuke ActiveSupport dependency (Mikel)
4
+ * Version bump to 2.2.12 and gem release
5
+
1
6
  == Tue 30 Nov 2010 00:36:11 UTC Mikel Lindsaar <mikel@rubyx.com>
2
7
 
3
8
  * Allow address lists to handle and ignore empty addresses (Donald Ball)
data/lib/VERSION CHANGED
@@ -1,4 +1,4 @@
1
- patch:11
1
+ patch:12
2
2
  major:2
3
3
  build:
4
4
  minor:2
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mail
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
- - 11
10
- version: 2.2.11
9
+ - 12
10
+ version: 2.2.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Mikel Lindsaar
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-30 00:00:00 +11:00
18
+ date: 2010-12-05 00:00:00 +11:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -71,14 +71,14 @@ dependencies:
71
71
  requirement: &id004 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
- - - ~>
74
+ - - ">="
75
75
  - !ruby/object:Gem::Version
76
- hash: 11
76
+ hash: 15
77
77
  segments:
78
78
  - 0
79
- - 5
79
+ - 4
80
80
  - 0
81
- version: 0.5.0
81
+ version: 0.4.0
82
82
  type: :runtime
83
83
  version_requirements: *id004
84
84
  description: A really Ruby Mail handler.