NOTICE: This package has been removed from pkgsrc

./devel/ruby-activesupport51, Toolkit of support libraries (part of Rails 5.1)

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


Branch: CURRENT, Version: 5.1.7, Package name: ruby26-activesupport51-5.1.7, Maintainer: minskim

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

This is for Ruby on Rails 5.1.


Required to run:
[devel/ruby-i18n] [misc/ruby-thread_safe] [lang/ruby26-base] [time/ruby-tzinfo1]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: a2e3c7ad241a8550b75f6e66ec3cdcd392654c1f
RMD160: 1832564f4d6a13f63630dd51e58d2a13cbc1d06a
Filesize: 362 KB

Version history: (Expand)


CVS history: (Expand)


   2020-09-10 18:50:35 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
devel/ruby-activesupport51: remove package

Remove ruby-activesupport51 (Ruby on Rails 5.1.*) package which is EOL.
   2020-03-20 16:25:14 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-activesupport51: update to 5.1.7

Update ruby-activesupport51 to 5.1.7.

pkgsrc change: add "USE_LANGAUGES=	# none".

* No change except version.
   2019-04-14 12:20:26 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-activesupport51: update to 5.1.6.2

## Rails 5.1.6.2 (March 11, 2019) ##

*   No changes.
   2019-02-03 16:11:01 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/ruby-activesupport51: change dependency to ruby-tzinfo1

Change dependency from time/ruby-tzinfo to devel/ruby-tzinfo1.

Bump PKGREVISION.
   2018-11-29 15:14:05 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-activesupport51: update to 5.1.6.1

No change except version.
   2018-09-23 20:31:11 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-activesupport51: update to 5.1.6

## Rails 5.1.6 (March 29, 2018) ##

*   Return all mappings for a timezone identifier in `country_zones`

    Some timezones like `Europe/London` have multiple mappings in
    `ActiveSupport::TimeZone::MAPPING` so return all of them instead
    of the first one found by using `Hash#value`. e.g:

        # Before
        ActiveSupport::TimeZone.country_zones("GB") # => \ 
["Edinburgh"]

        # After
        ActiveSupport::TimeZone.country_zones("GB") # => \ 
["Edinburgh", "London"]

    Fixes #31668.

    *Andrew White*
   2018-03-21 10:39:58 by Takahiro Kambe | Files touched by this commit (4)
Log message:
devel/ruby-activesupport51: add version 5.1.5 package

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

This is for Ruby on Rails 5.1.