Update ruby-activesupport32 to 3.9.2.

## Rails 3.2.9 (unreleased)

*   Add logger.push_tags and .pop_tags to complement logger.tagged:

        class Job
          def before
            Rails.logger.push_tags :jobs, self.class.name
          end

          def after
            Rails.logger.pop_tags 2
          end
        end

    *Jeremy Kemper*

* Add %:z and %::z format string support to
  ActiveSupport::TimeWithZone#strftime. [fixes #6962] *kennyj*
This commit is contained in:
taca 2012-12-16 14:08:00 +00:00
parent 24424febb6
commit 4f0700fd17

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2012/08/12 12:38:09 taca Exp $
$NetBSD: distinfo,v 1.7 2012/12/16 14:08:00 taca Exp $
SHA1 (activesupport-3.2.8.gem) = e5136f556b62343425cc147a8990bd043430354d
RMD160 (activesupport-3.2.8.gem) = 1f2d50966498012f6507061f61f11b07511a646a
Size (activesupport-3.2.8.gem) = 314880 bytes
SHA1 (activesupport-3.2.9.gem) = 0989647ca08bb01bf3ab9490ea9b623f4deb065d
RMD160 (activesupport-3.2.9.gem) = 0dab8e55924166baf68e6373a408845e122fa22c
Size (activesupport-3.2.9.gem) = 288256 bytes