File rubygem-annotate.changes of Package rubygem-annotate
-------------------------------------------------------------------
Tue Feb 15 07:14:32 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 3.2.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu May 7 20:06:32 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 3.1.1
CHANGELOG.rdoc removed upstream
-------------------------------------------------------------------
Mon Feb 10 13:54:53 UTC 2020 - Stephan Kulow <coolo@suse.com>
- 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 5 09:17:32 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.7.5
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Sun Jun 3 23:01:30 UTC 2018 - factory-auto@kulow.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 11:12:33 UTC 2018 - mschnitzer@suse.com
- Only build against ruby versions 2.3.x, 2.4.x, and 2.5.x
-------------------------------------------------------------------
Mon Apr 23 11:02:57 UTC 2018 - adrian@suse.de
- add Conflicts to gd package
it is replacing /usr/bin/annotate otherwise
-------------------------------------------------------------------
Sat Apr 21 18:01:11 UTC 2018 - factory-auto@kulow.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 15:19:05 UTC 2017 - bgeuken@suse.com
- Drop rake-requirement.patch. This got fixed with the update to 2.7.2
-------------------------------------------------------------------
Fri Jun 23 15:09:37 UTC 2017 - bgeuken@suse.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 16:57:15 UTC 2017 - hvogel@suse.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 04:28:50 UTC 2016 - coolo@suse.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 05:29:27 UTC 2016 - coolo@suse.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 04:29:04 UTC 2015 - coolo@suse.com
- updated to version 2.6.10
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Fri May 22 04:28:31 UTC 2015 - coolo@suse.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 05:28:41 UTC 2015 - coolo@suse.com
- updated to version 2.6.8
-------------------------------------------------------------------
Mon Mar 9 05:28:30 UTC 2015 - coolo@suse.com
- updated to version 2.6.6
-------------------------------------------------------------------
Mon Oct 13 05:40:49 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sun Jul 13 15:04:29 UTC 2014 - coolo@suse.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 6 05:38:52 UTC 2014 - coolo@suse.com
- updated to version 2.6.3
* Fix bug of annotate position in routes (#158)
-------------------------------------------------------------------
Sat Mar 15 18:46:01 UTC 2014 - coolo@suse.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 6 18:00:04 UTC 2014 - coolo@suse.com
- updated to version 2.6.1
-------------------------------------------------------------------
Sun Dec 1 16:11:08 UTC 2013 - coolo@suse.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 06:40:30 UTC 2013 - coolo@suse.com
- use update-alternatives
-------------------------------------------------------------------
Fri Jan 4 08:59:05 UTC 2013 - coolo@suse.com
- initial package (version 2.5.0)