NOTICE: This package has been removed from pkgsrc

./devel/ruby-activesupport31, Toolkit of support libraries (part of Rails 3.1)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.1.11, Package name: ruby193-activesupport-3.1.11, Maintainer: pkgsrc-users

A toolkit of support libraries and Ruby core extensions extracted from
the Rails framework. Rich support for multibyte strings,
internationalization, time zones, and testing.


Required to run:
[lang/ruby193-base] [textproc/ruby-multi_json]

Master sites:

SHA1: 7267b2f87bea5bd285f5d1bfe49bb2ba19df7c94
RMD160: 396e91d0fd3f3334e615d7b36bc35d0c7d01686c
Filesize: 275 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-24 15:27:32 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-activesupport31 package which is part of Ruby on Rails 3.1.
   2013-02-12 15:17:07 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activesupport31 to 3.1.11.

## Rails 3.1.11 (unreleased) ##

* Allow `multi_json` version `>= 1.3`, relaxing back to semantic versioning
  2.0.0 (revert of #5861)
  Backport of #5896

  *Alex Riedler*
   2013-01-09 13:34:08 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activesupport31 to 3.1.10.

## Rails 3.1.10 (Jan 8, 2012) ##

*   Hash.from_xml raises when it encounters type="symbol" or \ 
type="yaml".
    Use Hash.from_trusted_xml to parse this XML.

    CVE-2013-0156

    *Jeremy Kemper*
   2012-08-12 12:33:18 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activesupport31 to 3.1.8.

## Rails 3.1.8 (Aug 9, 2012)

*   No changes.
   2012-07-31 14:35:07 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activesupport31 to 3.1.7.

## Rails 3.1.7 (Jul 26, 2012)

*   No changes.
   2012-06-14 16:53:34 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-activesupport31 to 3.1.6.

pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.1.6 (Jun 12, 2012)

*   No changes.
   2012-06-02 03:33:14 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activesupport31 to 3.1.5.

## Rails 3.1.5 (May 31, 2012) ##

*   call binmode on the tempfile for Ruby 1.8 compatibility

*   Stop SafeBuffer#clone_empty from issuing warnings

*   Use 1.9 native XML escaping to speed up html_escape and shush regexp warnings
   2012-03-18 06:36:53 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-activesupport31 to 3.1.4.

* Tweak COMMENT.

No change except merge of CVE-2012-1099 fix.