actionmailer 1.1.4 → 1.1.5

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/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ *1.1.5* (December 13th, 2005)
2
+
3
+ * Become part of Rails 1.0
4
+
5
+
1
6
  *1.1.4* (December 7th, 2005)
2
7
 
3
8
  * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
@@ -2,7 +2,7 @@ module ActionMailer
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- TINY = 4
5
+ TINY = 5
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/rakefile CHANGED
@@ -53,7 +53,7 @@ spec = Gem::Specification.new do |s|
53
53
  s.rubyforge_project = "actionmailer"
54
54
  s.homepage = "http://www.rubyonrails.org"
55
55
 
56
- s.add_dependency('actionpack', '= 1.11.1' + PKG_BUILD)
56
+ s.add_dependency('actionpack', '= 1.11.2' + PKG_BUILD)
57
57
 
58
58
  s.has_rdoc = true
59
59
  s.requirements << 'none'
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: actionmailer
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.1.4
7
- date: 2005-12-07 00:00:00 -06:00
6
+ version: 1.1.5
7
+ date: 2005-12-13 00:00:00 -06:00
8
8
  summary: Service layer for easy email delivery and testing.
9
9
  require_paths:
10
10
  - lib
@@ -120,5 +120,5 @@ dependencies:
120
120
  -
121
121
  - "="
122
122
  - !ruby/object:Gem::Version
123
- version: 1.11.1
123
+ version: 1.11.2
124
124
  version: