[DRE-commits] [ruby-actionmailer-3.2] 01/04: New upstream version 3.2.16

Ondrej Sury ondrej at moszumanska.debian.org
Sun Dec 15 15:37:36 UTC 2013


This is an automated email from the git hooks/post-receive script.

ondrej pushed a commit to branch master
in repository ruby-actionmailer-3.2.

commit 9e35ddb1f54fd109a62487ca0d571b3fdf9cccf6
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed Dec 4 17:40:37 2013 +0100

    New upstream version 3.2.16
---
 CHANGELOG.md                        |   8 ++++++--
 checksums.yaml.gz                   | Bin 268 -> 268 bytes
 lib/action_mailer/log_subscriber.rb |   6 +++---
 lib/action_mailer/version.rb        |   2 +-
 metadata.yml                        |  23 ++++++++++++-----------
 5 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bc15fd..b8c3753 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,13 @@
-## unreleased ##
+## Rails 3.2.15 (Oct 16, 2013) ##
 
 *   No changes.
 
+## Rails 3.2.14 (Jul 22, 2013) ##
 
-## Rails 3.2.13 (Feb 17, 2013) ##
+*   No changes.
+
+
+## Rails 3.2.13 (Mar 18, 2013) ##
 
 *   No changes.
 
diff --git a/checksums.yaml.gz b/checksums.yaml.gz
index ade850f..09c534e 100644
Binary files a/checksums.yaml.gz and b/checksums.yaml.gz differ
diff --git a/lib/action_mailer/log_subscriber.rb b/lib/action_mailer/log_subscriber.rb
index 7ba57b1..4f4e21e 100644
--- a/lib/action_mailer/log_subscriber.rb
+++ b/lib/action_mailer/log_subscriber.rb
@@ -4,12 +4,12 @@ module ActionMailer
   class LogSubscriber < ActiveSupport::LogSubscriber
     def deliver(event)
       recipients = Array.wrap(event.payload[:to]).join(', ')
-      info("\nSent mail to #{recipients} (%1.fms)" % event.duration)
+      info("\nSent mail to #{recipients} (#{format_duration(event.duration)})")
       debug(event.payload[:mail])
     end
 
     def receive(event)
-      info("\nReceived mail (%.1fms)" % event.duration)
+      info("\nReceived mail (#{format_duration(event.duration)})")
       debug(event.payload[:mail])
     end
 
@@ -19,4 +19,4 @@ module ActionMailer
   end
 end
 
-ActionMailer::LogSubscriber.attach_to :action_mailer
\ No newline at end of file
+ActionMailer::LogSubscriber.attach_to :action_mailer
diff --git a/lib/action_mailer/version.rb b/lib/action_mailer/version.rb
index 00f0516..ab2d6c3 100644
--- a/lib/action_mailer/version.rb
+++ b/lib/action_mailer/version.rb
@@ -2,7 +2,7 @@ module ActionMailer
   module VERSION #:nodoc:
     MAJOR = 3
     MINOR = 2
-    TINY  = 13
+    TINY  = 16
     PRE   = nil
 
     STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
diff --git a/metadata.yml b/metadata.yml
index f58a3c9..6238dcf 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: actionmailer
 version: !ruby/object:Gem::Version
-  version: 3.2.13
+  version: 3.2.16
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2013-03-18 00:00:00.000000000 Z
+date: 2013-12-03 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -16,28 +16,28 @@ dependencies:
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 3.2.13
+        version: 3.2.16
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 3.2.13
+        version: 3.2.16
 - !ruby/object:Gem::Dependency
   name: mail
   requirement: !ruby/object:Gem::Requirement
     requirements:
-    - - ~>
+    - - "~>"
       - !ruby/object:Gem::Version
-        version: 2.5.3
+        version: 2.5.4
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
-    - - ~>
+    - - "~>"
       - !ruby/object:Gem::Version
-        version: 2.5.3
+        version: 2.5.4
 description: Email on Rails. Compose, deliver, receive, and test emails using the
   familiar controller/view pattern. First-class support for multipart email and attachments.
 email: david at loudthinking.com
@@ -62,7 +62,8 @@ files:
 - lib/rails/generators/mailer/templates/mailer.rb
 - lib/rails/generators/mailer/USAGE
 homepage: http://www.rubyonrails.org
-licenses: []
+licenses:
+- MIT
 metadata: {}
 post_install_message: 
 rdoc_options: []
@@ -70,12 +71,12 @@ require_paths:
 - lib
 required_ruby_version: !ruby/object:Gem::Requirement
   requirements:
-  - - '>='
+  - - ">="
     - !ruby/object:Gem::Version
       version: 1.8.7
 required_rubygems_version: !ruby/object:Gem::Requirement
   requirements:
-  - - '>='
+  - - ">="
     - !ruby/object:Gem::Version
       version: '0'
 requirements:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-actionmailer-3.2.git



More information about the Pkg-ruby-extras-commits mailing list