jwulff-actionmailer_multiple_smtp 1.0.0 → 1.0.1

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.
Files changed (3) hide show
  1. data/Rakefile +2 -1
  2. data/VERSION.yml +1 -1
  3. metadata +12 -3
data/Rakefile CHANGED
@@ -10,7 +10,8 @@ begin
10
10
  gem.homepage = "http://github.com/jwulff/actionmailer_multiple_smtp"
11
11
  gem.authors = ["John Wulff"]
12
12
  gem.rubyforge_project = "actionmailer_multiple_smtp"
13
-
13
+ gem.add_dependency 'actionmailer'
14
+
14
15
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
15
16
  end
16
17
  rescue LoadError
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 0
4
- :patch: 0
4
+ :patch: 1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jwulff-actionmailer_multiple_smtp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Wulff
@@ -11,8 +11,17 @@ cert_chain: []
11
11
 
12
12
  date: 2009-04-28 00:00:00 -07:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: actionmailer
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
16
25
  description:
17
26
  email: john@johnwulff.com
18
27
  executables: []