pkgsrc/devel/ruby-activesupport32
taca 4f0700fd17 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*
2012-12-16 14:08:00 +00:00
..
DESCR
distinfo Update ruby-activesupport32 to 3.9.2. 2012-12-16 14:08:00 +00:00
Makefile Set RUBY_RAILS_STRICT_DEP to yes. 2012-06-14 15:12:15 +00:00
PLIST