Hello community, here is the log from the commit of package rubygem-yard for openSUSE:Factory checked in at 2016-08-10 19:54:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-yard (Old) and /work/SRC/openSUSE:Factory/.rubygem-yard.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-yard" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-yard/rubygem-yard.changes 2016-07-16 22:11:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-yard.new/rubygem-yard.changes 2016-08-10 19:54:40.000000000 +0200 @@ -1,0 +2,79 @@ +Mon Jul 25 04:32:14 UTC 2016 - [email protected] + +- updated to version 0.9.5 + see installed CHANGELOG.md + + # 0.9.5 - July 22nd, 2016 + + - `yard doc` will now generate `.yardoc/processing` and `.yardoc/complete` files + to allow other tools to properly detect when YARD is in the middle of parsing + source files, and when it has completed writing the database. + - Added support for on-demand generation of LibraryVersion objects using the + `:disk` source type. LibraryVersion objects pointing to a .yardoc database + directory will now auto-generate if there is a `source_path` attached. + - Added warning for macros attached to non-method objects. + - Fixed a few more parsing errors. + + # 0.9.4 - July 21st, 2016 + + - Minor Ruby file parsing and CSS bug fixes. + + # 0.9.3 - July 20th, 2016 + + - Added support for {YARD::Server::RackAdapter} to be mounted under prefix URIs. + - Fixed regression in `yard server -g` that caused static file assets on index + page to return 404 errors. + - Fixed regression in `yard server -g` index page that disabled scrolling and + caused other HTML rendering glitches. + + # 0.9.2 - July 19th, 2016 + + - Added `yard config --gem-install-[yri|yard]` commands which auto-configure + your `~/.gemrc` file to run yri/yard instead of ri/rdoc on a `gem install`. + - Added support for gemspec metadata key `"yard.run"`, which can be either + `"yard"` or `"yri"` to run the respective commands on a `gem install`. + - Added `yard doc --no-progress` to hide the progress bar. + - Fix resolution error for compound proxy namespaces. + - YRI will now search across all gem versions (latest first) for the .yardoc + database. + +------------------------------------------------------------------- +Tue Jul 19 04:32:44 UTC 2016 - [email protected] + +- updated to version 0.9.1 + see installed CHANGELOG.md + + # 0.9.1 - July 18th, 2016 + + - Added "Attributes" section to `yard stats`. + - Added support for RubyGems 2.x `--document=yri,yard` flags. You can now run + YARD documentation generation against installed gems by running: + `gem install mygem --document=yard,yri`. + - Added `/static/*` routing for library-specific routing. This enables static + template files to be served on a per-library basis instead of globally shared + across the `yard server`. + - Added support for inlining of `{include:*}` syntax. Using this syntax in + the middle of a docstring paragraph will no longer create a separate paragraph + for the included text. + - Added support for resolving `{}` syntax in text templates, specifically for + use in `{include:*}` syntax. + - Improved object resolution logic in `{Foo::Bar}` syntax and {YARD::Registry.resolve}. + New resolution logic should now more accurately support resolving compound paths + across namespaces and through the inheritance tree (as Ruby does). + - The `frozen_string_literal: true` comment line in Ruby source files will now be + excluded from docstrings. + - Added a workaround for https://bugs.ruby-lang.org/issues/11485 + - Fixed an issue where type using a docstring reference on an `@!attribute` macro + would be incorrectly parsed as a type specifier. This change updates the tag + parser to disallow newlines between the tag name and opening bracket of the + type specification. + - Fixed an issue where `--embed-mixins` would improperly embed methods from + inherited classes instead of modules. + - Fixed various parsing errors and YARD exceptions. + - Added a warning for modules or classes being redefined as constants. + - Reverted stripping of HTML in {YARD::Docstring#summary}. + - Added optimization to remove initial docstring parse on newly created code objects. + - {YARD::CodeObjects::Base#format} now passes the :type parameter to templates. + - Hide methods with filtered namespaces in Method Listing. + +------------------------------------------------------------------- Old: ---- yard-0.9.0.gem New: ---- yard-0.9.5.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-yard.spec ++++++ --- /var/tmp/diff_new_pack.GFJFQN/_old 2016-08-10 19:54:41.000000000 +0200 +++ /var/tmp/diff_new_pack.GFJFQN/_new 2016-08-10 19:54:41.000000000 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-yard -Version: 0.9.0 +Version: 0.9.5 Release: 0 %define mod_name yard %define mod_full_name %{mod_name}-%{version} ++++++ yard-0.9.0.gem -> yard-0.9.5.gem ++++++ ++++ 3849 lines of diff (skipped)
