actionmailer_extensions 0.5.0 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ ruby-1.9.3-p392
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.0
1
+ 0.5.2
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "actionmailer_extensions"
8
- s.version = "0.5.0"
8
+ s.version = "0.5.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Peter MacRobert"]
@@ -18,6 +18,7 @@ Gem::Specification.new do |s|
18
18
  ]
19
19
  s.files = [
20
20
  ".document",
21
+ ".ruby-version",
21
22
  "Gemfile",
22
23
  "Gemfile.lock",
23
24
  "LICENSE",
@@ -32,7 +33,7 @@ Gem::Specification.new do |s|
32
33
  ]
33
34
  s.homepage = "http://github.com/originalpete/actionmailer_extensions"
34
35
  s.require_paths = ["lib"]
35
- s.rubygems_version = "1.8.24"
36
+ s.rubygems_version = "1.8.25"
36
37
  s.summary = "Handy \"save to disk\" and \"safe recipients\" features for ActionMailer"
37
38
 
38
39
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionmailer_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -199,6 +199,7 @@ extra_rdoc_files:
199
199
  - README.rdoc
200
200
  files:
201
201
  - .document
202
+ - .ruby-version
202
203
  - Gemfile
203
204
  - Gemfile.lock
204
205
  - LICENSE
@@ -224,7 +225,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
224
225
  version: '0'
225
226
  segments:
226
227
  - 0
227
- hash: -4265072643539841189
228
+ hash: -1694463664693076616
228
229
  required_rubygems_version: !ruby/object:Gem::Requirement
229
230
  none: false
230
231
  requirements:
@@ -233,7 +234,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
233
234
  version: '0'
234
235
  requirements: []
235
236
  rubyforge_project:
236
- rubygems_version: 1.8.24
237
+ rubygems_version: 1.8.25
237
238
  signing_key:
238
239
  specification_version: 3
239
240
  summary: Handy "save to disk" and "safe recipients" features for ActionMailer