Changelog for
ruby2.5-rubygem-annotate-3.2.0-lp155.1.6.x86_64.rpm :
* Tue Feb 15 2022 Stephan Kulow
updated to version 3.2.0 see installed CHANGELOG.md
* Thu May 07 2020 Stephan Kulow - updated to version 3.1.1 CHANGELOG.rdoc removed upstream
* Mon Feb 10 2020 Stephan Kulow - updated to version 3.0.3 see installed CHANGELOG.rdoc == 3.0.3
* Use a less error-prone way of specifying gem files (#662)
* Update rake requirement from >= 10.4, < 13.0 to >= 10.4, < 14.0 (#659)
* Bump nokogiri from 1.6.6.2 to 1.10.4 in /spec/integration/rails_4.2.0 (#655)
* Defaults annotate models to true (#671)
* Bump loofah from 2.3.0 to 2.3.1 in /spec/integration/rails_4.2.0 (#681) == 3.0.2
* Fixes `LoadError` due to gemspec not referencing `parser.rb`, issue #657 (#660)
* Changes `--additional_file_patterns` to use dashes `--additional-file-patterns` for consistency (#649)
* Refactor: moving constants into `constants.rb` (#653) == 3.0.1
* Skipped as an official release, used the 3.0.1 patch for setting up Github Actions (#619) == 3.0.0
* Added `--models` CLI option fixing issue #563 (#647)
* Added `--additional_file_patterns` option for additional file patterns (#633) (#636) (#637)
* Refactored CLI parser (#646)
* Fixed BigDecimal.new deprecation warning (#634)
* Fixed annotations for columns with long data types (#622)
* Made methods private in AnnotateRoutes (#598) See https://github.com/ctran/annotate_models/releases/tag/v3.0.0
* Sun May 05 2019 Stephan Kulow - updated to version 2.7.5 see installed CHANGELOG.rdoc
* Sun Jun 03 2018 factory-autoAATTkulow.org- updated to version 2.7.4 see installed CHANGELOG.rdoc == 2.7.4 See https://github.com/ctran/annotate_models/releases/tag/v2.7.4
* Mon Apr 23 2018 mschnitzerAATTsuse.com- Only build against ruby versions 2.3.x, 2.4.x, and 2.5.x
* Mon Apr 23 2018 adrianAATTsuse.de- add Conflicts to gd package it is replacing /usr/bin/annotate otherwise
* Sat Apr 21 2018 factory-autoAATTkulow.org- updated to version 2.7.3 see installed CHANGELOG.rdoc == 2.7.3 See https://github.com/ctran/annotate_models/releases/tag/v2.7.3
* Fri Jun 23 2017 bgeukenAATTsuse.com- Drop rake-requirement.patch. This got fixed with the update to 2.7.2
* Fri Jun 23 2017 bgeukenAATTsuse.com- Update to version 2.7.2. From the changelog: Ruby 2.4, Rake 12, new options, support for Rails 5, etc
* Mon Mar 13 2017 hvogelAATTsuse.com- Add a patch for dropping the upper rake version requirement As done upstream here: https://github.com/ctran/annotate_models/pull/445
* Tue May 10 2016 cooloAATTsuse.com- updated to version 2.7.1 see installed CHANGELOG.rdoc == 2.7.1 See https://github.com/ctran/annotate_models/releases/tag/v2.7.1
* Thu Jan 21 2016 cooloAATTsuse.com- updated to version 2.7.0 see installed CHANGELOG.rdoc == 2.7.0 See https://github.com/ctran/annotate_models/releases/tag/v2.7.0
* Thu May 28 2015 cooloAATTsuse.com- updated to version 2.6.10 see installed CHANGELOG.rdoc
* Fri May 22 2015 cooloAATTsuse.com- updated to version 2.6.9 see installed CHANGELOG.rdoc == 2.6.9
* Support foreigh key (#241)
* Check if model has skip tag in annotate_model_file (#167)
* Fix issue where serializer-related flags weren\'t being honored (#246)
* Prefer SQL column type over normalized AR type (#231)
* Fri Mar 13 2015 cooloAATTsuse.com- updated to version 2.6.8
* Mon Mar 09 2015 cooloAATTsuse.com- updated to version 2.6.6
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging