File rubygem-annotate.changes of Package rubygem-annotate
-------------------------------------------------------------------
Sat Jun 24 08:36:23 UTC 2017 - adrian@suse.de
- build without own gemspec again
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Tue Mar 14 07:34:28 UTC 2017 - adrian@suse.de
- hack it a bit more to make it installable. also using original
gem file again. (conflict with gd package)
-------------------------------------------------------------------
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)