actionmailer 1.1.1 → 1.1.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.
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ *1.1.2* (October 26th, 2005)
2
+
3
+ * Upgraded to Action Pack 1.10.2
4
+
5
+
1
6
  *1.1.1* (October 19th, 2005)
2
7
 
3
8
  * Upgraded to Action Pack 1.10.1
@@ -2,7 +2,7 @@ module ActionMailer
2
2
  module Version #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- TINY = 1
5
+ TINY = 2
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.10.1' + PKG_BUILD)
56
+ s.add_dependency('actionpack', '= 1.10.2' + PKG_BUILD)
57
57
 
58
58
  s.has_rdoc = true
59
59
  s.requirements << 'none'
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.10
2
+ 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.1
7
- date: 2005-10-19
6
+ version: 1.1.2
7
+ date: 2005-10-26 00:00:00 +02:00
8
8
  summary: Service layer for easy email delivery and testing.
9
9
  require_paths:
10
10
  - lib
@@ -24,6 +24,8 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
24
24
  version: 0.0.0
25
25
  version:
26
26
  platform: ruby
27
+ signing_key:
28
+ cert_chain:
27
29
  authors:
28
30
  - David Heinemeier Hansson
29
31
  files:
@@ -118,5 +120,5 @@ dependencies:
118
120
  -
119
121
  - "="
120
122
  - !ruby/object:Gem::Version
121
- version: 1.10.1
123
+ version: 1.10.2
122
124
  version: