Up to [cvs.NetBSD.org] / pkgsrc / databases / ruby-awesome_nested_set
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 11 09:47:04 2023 UTC (2 weeks, 3 days ago) by taca
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +4 -4
lines
Diff to previous 1.10 (colored)
databases/ruby-awesome_nested_set: update to 3.6.0 3.6.0 (2023-10-05) * Support Rails 7.1 [Harshal Bhakta](https://github.com/harshalbhakta) * Improve ImpossibleMove error message [AlejandroFernandesAntunes](https://github.com/AlejandroFernandesAntunes)
Revision 1.10 / (download) - annotate - [select for diffs], Sat Feb 12 07:15:46 2022 UTC (21 months, 2 weeks ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
databases/ruby-awesome_nested_set: update to 3.5.0 3.5.0 (2022-02-08) * Support Rails 7.0.0 [Peter Berkenbosch](https://github.com/peterberkenbosch) and [Andrew Hampton](https://github.com/andrewhampton) * Make `order_column` option more flexible by removing explicit `=> :asc` [Regis Millet](https://github.com/Kulgar) * Updated README to use latest migration syntax [Justin MacCarthy](https://github.com/macarthy)
Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 26 10:09:57 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
databases: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 7 13:35:43 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
databases: Remove SHA1 distfile hashes
Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 28 13:21:24 2021 UTC (2 years, 9 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
databases/ruby-awesome_nested_set: update to 3.4.0 3.4.0 (2021-2-22) * Keep current scope when calling `roots` [Petrik de Heus](https://github.com/p8) * STI record now can update counter cache correctly [Issei Murasawa](http://github.com/issei-m) * [Compare to 3.3.1](https://github.com/collectiveidea/awesome_nested_set/compare/v3.3.1...v3.4.0)
Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 10 14:15:29 2021 UTC (2 years, 10 months ago) by taca
Branch: MAIN
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
databases/ruby-awesome_nested_set: update to 3.3.1 3.3.1 * Add belongs_to :polymorphic key option only when used [Filippo Liverani](https://github.com/filippoliverani) * [Compare to 3.3.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.3.0...v3.3.1) 3.3.0 * Update for compatibility with Rails 6.1 which no longer inherits scoping (Messages of the form "DEPRECATION WARNING: Class level methods will no longer inherit scoping from ...") [Marc Rohloff](https://github.com/marcrohloff) * Fix ruby 2.7 keyword parameters deprecation warning [Krisdigital](https://github.com/krisdigital) * [Compare to 3.2.1](https://github.com/collectiveidea/awesome_nested_set/compare/v3.2.1...v3.3.0)
Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 9 15:05:22 2020 UTC (3 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
databases/ruby-awesome_nested_set: update to 3.2.1 Update ruby-awesome_nested_set to 3.2.1. 3.2.1 * Don't reload in after_save callback. [Petrik de Heus](https://github.com/p8) * Fix deprecation warning "Passing a range to `#in` is deprecated". [Konstantin Mochalov](https://github.com/kolen) * [Compare to 3.2.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.2.0...v3.2.1)
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 18 15:11:40 2020 UTC (3 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
databases/ruby-awesome_nested_set: update to 3.2.0 Update ruby-awesome_nested_set to 3.2.0. pkgsrc change: allow any rails version to depends on. 3.2.0 * Add support for Rails 6.0 [Stefan Andersen](https://github.com/stfnndrsn) and [Damian Legawiec](https://github.com/damianlegawiec) and [Jonathan Tapia](https://github.com/jtapia) and [Alex](https://github.com/a-ta-ta)
Revision 1.3 / (download) - annotate - [select for diffs], Mon Dec 17 14:34:16 2018 UTC (4 years, 11 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
databases/ruby-awesome_nested_set: update to 3.1.4 pkgsrc change * Drop support for Ruby on Rails 3.2. * Support Ruby on Rails 4.2 and 5.1.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Nov 3 01:56:30 2015 UTC (8 years ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add SHA512 digests for distfiles for databases category Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 4 00:20:17 2014 UTC (9 years, 4 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Import ruby200-awesome_nested_set-2.1.6 as databases/ruby-awesome_nested_set. An awesome nested set implementation for Active Record.