Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/ruby-activesupport42,
Toolkit of support libraries (part of Rails 4.2)
Branch: CURRENT,
Version: 4.2.11.1,
Package name: ruby24-activesupport42-4.2.11.1,
Maintainer: minskimA 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:[
misc/ruby-thread_safe] [
lang/ruby24-base] [
time/ruby-tzinfo1] [
devel/ruby-i18n12]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: ddf7e7bac461c8428c0009b3b685fb03e705e879
RMD160: 059b0303607beac788727652be048dc35b7d4495
Filesize: 326 KB
Version history: (Expand)
- (2020-03-22) Package deleted from pkgsrc
- (2019-04-14) Updated to version: ruby24-activesupport42-4.2.11.1
- (2019-02-03) Updated to version: ruby24-activesupport42-4.2.11nb2
- (2018-11-29) Updated to version: ruby24-activesupport42-4.2.11
- (2018-03-13) Updated to version: ruby24-activesupport42-4.2.10
- (2018-01-04) Updated to version: ruby23-activesupport42-4.2.8nb1
CVS history: (Expand)
2020-03-21 16:54:27 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
devel/ruby-activesupport42: remove package
Remove ruby-activesupport42 package, a part of Ruby on Rails 4.2 package.
|
2019-04-14 12:11:22 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-activesupport42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
|
2019-02-03 16:09:21 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
devel/ruby-activesupport42: change dependencies
* Change dependency from devel/ruby-i18n to devel/ruby-i18n12.
* Change dependency from time/ruby-tzinfo to devel/ruby-tzinfo1.
Bump PKGREVISION.
|
2018-11-29 14:49:00 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
devel/ruby-activesupport42: update to 4.2.11
No change except version.
|
2018-03-18 15:21:22 by Takahiro Kambe | Files touched by this commit (37) |
Log message:
lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
|
2018-03-13 17:29:26 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-activesupport42: update to 4.2.10
## Rails 4.2.10 (September 27, 2017) ##
* No changes.
## Rails 4.2.9 (June 26, 2017) ##
* Fixed bug in `DateAndTime::Compatibility#to_time` that caused it to
raise `RuntimeError: can't modify frozen Time` when called on any frozen `Time`.
Properly pass through the frozen `Time` or `ActiveSupport::TimeWithZone` object
when calling `#to_time`.
*Kevin McPhillips* & *Andrew White*
* Restore the return type of `DateTime#utc`
In Rails 5.0 the return type of `DateTime#utc` was changed to `Time` to be
consistent with the new `DateTime#localtime` method. When these changes were
backported in #27553 this inadvertently changed the return type in a patcn
release. Since `DateTime#localtime` was new in Rails 4.2.8 it's okay to
restore the return type of `DateTime#utc` but keep `DateTime#localtime` as
returning `Time` without breaking backwards compatibility.
*Andrew White*
* In Core Extensions, make `MarshalWithAutoloading#load` pass through the \
second, optional
argument for `Marshal#load( source [, proc] )`. This way we don't have to do
`Marshal.method(:load).super_method.call(sourse, proc)` just to be able to \
pass a proc.
*Jeff Latz*
* Cache `ActiveSupport::TimeWithZone#to_datetime` before freezing.
*Adam Rice*
* `AS::Testing::TimeHelpers#travel_to` now changes `DateTime.now` as well as
`Time.now` and `Date.today`.
*Yuki Nishijima*
|
2018-01-04 14:15:19 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
devel/ruby-activesupport42: improve dependency
No need to depends on ruby-minitest since minimum version of minitest
is bundled with Ruby 2.2 and later.
Bump PKGREVISION.
|
2017-06-21 15:12:21 by Takahiro Kambe | Files touched by this commit (19) | |
Log message:
Switch most of Ruby on Rails related packages to updated frame work.
|