Package Release Info

rubygem-rake-12_0-12.0.0-bp153.1.16

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ruby2.5-rubygem-rake-12_0
ruby2.5-rubygem-rake-doc-12_0

Change Logs

Version: 12.0.0-bp150.1.3
* Sun Feb 25 2018 opensuse_buildservice@ojkastl.de
- created new package with fixed version 12.0.x
* Wed Dec 07 2016 coolo@suse.com
- updated to version 12.0.0
  see installed History.rdoc
  === 12.0.0
  ==== Compatibility Changes
  * Remove arguments on clear #157 by Jesse Bowes
  * Removed `rake/contrib` packages. These are extracted to `rake-contrib` gem.
  * Removed to deprecated warnings for `last\_comment`.
  ==== Enhancements:
  * Re-use trace option on `cleanup` task. #164 by Brian Henderson
  * Actions adore keyword arguments #174 by Josh Cheek
  * Rake::TaskArguments#key? alias of #has_key? #175 by Paul Annesley
* Wed Sep 21 2016 coolo@suse.com
- updated to version 11.3.0
  see installed History.rdoc
  === 11.3.0 / 2016-09-20
  Enhancements:
  * Remove to reference `Fixnum` constant. Pull request #160 by nobu
* Sun Jun 12 2016 coolo@suse.com
- updated to version 11.2.2
  see installed History.rdoc
  === 11.2.2 / 2016-06-12
  Bug fixes:
  * Fix unexpected behavior with multiple dependencies on Rake::TestTask
  === 11.2.1 / 2016-06-12
  Bug fixes:
  * Fix regression of dependencies handling on Rake::TestTask. Report #139
  === 11.2.0 / 2016-06-11
  Bug fixes:
  * Fix unexpected cut-out behavior on task description using triple dots
    and exclamation. Report #106 from Stephan Kämper and Pull request #134 by Lee
  * Fix empty argument assignment with `with_defaults` option. Pull request #135
    by bakunyo
  * Ignore to use `hwprefs` on Darwin platform. Use sysctl now. Report #128
  Enhancements:
  * Spawn options for sh Pull equest #138 by Eric Hodel.
  * Allow to specify dependencies(prerequisites) for Rake::TestTask
    Pull request #117 by Tim Maslyuchenko
  * Use Bundler task instead of hoe for gem release.
  * Remove explicitly load to rubygems for Ruby 1.8.
  * Unify to declare `Rake::VERSION`.
  * Support xz format for PackageTask.
* Wed Apr 06 2016 coolo@suse.com
- updated to version 11.1.2
  see installed History.rdoc
  === 11.1.2 / 2016-03-28
  Bug fixes:
  * Remove `-W` option when Rake::TestTask#verbose enabled. It's misunderstanding
    specification change with Rake 11. Partly revert #67
* Mon Mar 14 2016 coolo@suse.com
- updated to version 11.1.1
  see installed History.rdoc
  === 11.1.1 / 2016-03-14
  Bug fixes:
  * Use `-W` instead of `--verbose` when Rake::TestTask#verbose enabled.
    JRuby doesn't have `--verbose` option.
* Fri Mar 11 2016 coolo@suse.com
- updated to version 11.1.0
  see installed History.rdoc
* Thu Mar 10 2016 coolo@suse.com
- updated to version 11.0.1
  see installed History.rdoc
  === 11.0.0(dev) / 2016-
  Bug fixes:
  * Correctly handle bad encoding in exception messages. Pull request #113
    by Tomer Brisker
  * Fix verbose option at TestTask. Pull request #67 by Mike Blumtritt
  Enhancements:
  * Make FileList#exclude more analogous to FileList#include.
  * Use IO.open instead of Open3.popen3 for CPU counter.
  * Make Rake::Task#already_invoked publicly accessible.
    Pull request #93 by Joe Rafaniello
  * Lookup prerequisites with same name outside of scope instead of
    matching self. Pull request #96 by Sandy Vanderbleek
  * Make FileList#pathmap behave like String#pathmap.
    Pull request #61 by Daniel Tamai
  * Add fetch method to task arguments.
    Pull request #12 by Chris Keathley
  * Use ruby warnings by default. Pull request #97 by Harold Giménez
  Compatibility Changes:
  * Removed to support Ruby 1.8.x
  * Removed constant named `RAKEVERSION`
  * Removed Rake::AltSystem
  * Removed Rake::RubyForgePublisher
  * Removed Rake::TaskManager#last_comment. Use last_description.
  * Removed Rake::TaskLib#paste
  * Removed Top-level SshDirPublisher, SshFreshDirPublisher, SshFilePublisher
    and CompositePublisher from lib/rake/contrib/publisher.rb
  * Removed "rake/runtest.rb"
* Wed Jan 13 2016 coolo@suse.com
- updated to version 10.5.0
  see installed History.rdoc
  === 10.5.0 / 2016-01-13
  Enhancements:
  * Removed monkey patching for Ruby 1.8. Pull request #46 by Pablo Herrero.
  * Inheritance class of Rake::FileList returns always self class.
    Pull request #74 by Thomas Scholz
* Wed Feb 04 2015 hvogel@suse.com
- Update to version 10.4.2
  * Rake no longer edits ARGV.  This allows you to re-exec rake from a rake task.
  * Documented how Rake::DSL#desc handles sentences in task descriptions.
  * Added support for Pathname in rake tasks.
  * Rake now ignores falsy dependencies which allows for easier programmatic
    creation of tasks.
  * Etc.nprocessors is used for counting the number of CPUs.
  * Updated rake manpage.
  * Add Rake::LATE to allow rebuilding of files that depend on deleted files.
  * Fix relinking of files when repackaging.
  * Try counting CPUs via cpuinfo if host_os was not matched.
* Wed Oct 22 2014 tboerger@suse.com
- Fixed last pieces of new macros
* Sun Oct 12 2014 adrian@suse.de
- adapt to new rubygem packaging style
* Sun May 18 2014 coolo@suse.com
- updated to version 10.3.2
  Bug fixes:
  * Rake no longer infinitely loops when showing exception causes that refer to
  each other.  Bug #272 by Chris Bandy.
  * Fixed documentation typos.  Bug #275 by Jake Worth.
* Mon Apr 21 2014 coolo@suse.com
- updated to version 10.3.1
  Bug fixes:
  * Really stop reporting an error when cleaning already-deleted files.  Pull
  request #269 by Randy Coulman
  * Fixed infinite loop when cleaning already-deleted files on windows.
  === 10.3 / 2014-04-15
  Enhancements:
  * Added --build-all option to rake which treats all file prerequisites as
  out-of-date.  Pull request #254 by Andrew Gilbert.
  * Added Rake::NameSpace#scope.  Issue #263 by Jon San Miguel.
  Bug fixes:
  * Suppress org.jruby package files in rake error messages for JRuby users.
  Issue #213 by Charles Nutter.
  * Fixed typo, removed extra "h".  Pull request #267 by Hsing-Hui Hsu.
  * Rake no longer reports an error when cleaning already-deleted files.  Pull
  request #266 by Randy Coulman.
  * Consume stderr while determining CPU count to avoid hang.  Issue #268 by
  Albert Sun.
* Sun Apr 06 2014 coolo@suse.com
- updated to version 10.2.2
  Bug fixes:
  * Restored Ruby 1.8.7 compatibility
* Sun Jan 05 2014 coolo@suse.com
- updated to version 10.1.1, no changelog
* Thu Jun 27 2013 coolo@suse.com
- fix usage of update-alternatives
* Thu Jun 20 2013 coolo@suse.com
- updated to version 10.1.0
  New Features:
  * Add support for variable length task argument lists. If more actual
    arguments are supplied than named arguments, then the extra
    arguments values will be in args.extras.
  * Application name is not displayed in the help banner. (Previously
    "rake" was hardcoded, now rake-based applications can display their
    own names).
* Sun Apr 14 2013 coolo@suse.com
- updated to version 10.0.4
* Tue Mar 19 2013 coolo@suse.com
- use update-alternatives (new gem2rpm)