Next | Query returned 7 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   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.

Next | Query returned 7 messages, browsing 1 to 10 | previous