Changelog for
ruby2.5-rubygem-annotate-2.7.3-6.1.i586.rpm :
* 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
* Sun Jul 13 2014 cooloAATTsuse.com- updated to version 2.6.5
* Skip \"models/concerns\", #194
* Fix #173 where annotate says \"Nothing to annotate\" in rails 4.2
* Display an error message if not run from the root of the project, #186
* Support rails 4.0 new default test directory, #182
* Add an option to show timestamp in routes \"-timestamp\", #136
* Skip plain ruby objects if they have the same class name as an ActiveRecord object, #121
* Sun Apr 06 2014 cooloAATTsuse.com- updated to version 2.6.3
* Fix bug of annotate position in routes (#158)
* Sat Mar 15 2014 cooloAATTsuse.com- updated to version 2.6.2
* Retain the current annotate block unless --force is specified
* Always load models, since they may not be autoloaded by Rails
* The pg array type is now detected (see #158)
* Thu Feb 06 2014 cooloAATTsuse.com- updated to version 2.6.1
* Sun Dec 01 2013 cooloAATTsuse.com- updated to version 2.6.0
* support for composite_primary_keys (garysweaver)
* bug fix for annotate_one_file (vlado)
* It\'s now possible to use Annotate in standalone ActiveRecord (non-Rails) projects again.
* Adding note that Markdown is actually MultiMarkdown, and recommending the use of the `kramdown` engine for parsing it.
* Improved Markdown formatting considerably.
* Bugfix: Needed to use inline-code tag for column and table names, otherwise underscores would cause havok with the formatting.
* Bugfix: Markdown syntax was incorrect (can\'t have trailing spaces before the closing marker for an emphasis tag).
* Bugfix: Remove-annotations wasn\'t properly finding test/spec files, and wasn\'t even looking for FactoryGirl factories under the new naming convention.
* Bugfix: Load the Rakefile from the current directory, not the first Rakefile in our load path.
* Added support for new FactoryGirl naming convention.
* Fix behavior of route annotations in newer versions of Rake that don\'t spit out the CWD as their first line of output.
* Overhauled integration testing system to be much easier to work with, better compartmentalized, and so forth -- at the cost that you must be using RVM to utilize it. (It\'ll spit out appropriate pending messages if you don\'t.) Also includes a mode for \"tinkering\" by hand with a scenario, and won\'t let you run it through rspect if the repo is in a dirty state. Added appropriate rake tasks to help with all of this.
* Routes can now be appended, pre-pended, or removed -- and do sane things in all cases.
* Expose all `position_
*` variables as CLI params.
* Make `ENV [\'position\']` work as a default for all the `ENV [\'position_
*\']` variables.
* Make rake tasks more resilient to unusual circumstances / code loading behavior.
* Resolve annotate vs. annotate_models ambiguity once and for all by settling on `annotate_models` _and_ `annotate_routes`. This avoids a name collision with RMagick while not needlessly overloading the term.
* Fixed that schema kept prepending additional newlines
* Updates to make annotate smarter about when to touch a model
* Recognize column+type, and don\'t change a file unless the column+type combination of the new schema are different than that of the old (i.e., don\'t regenerate if columns happen to be in a different order. That\'s just how life is sometimes)
* Change annotate to use options hash instead of ENV.
* Sat Mar 23 2013 cooloAATTsuse.com- use update-alternatives
* Fri Jan 04 2013 cooloAATTsuse.com- initial package (version 2.5.0)