Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ruby2.5-rubygem-rake | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 13.0.6 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Thu Sep 7 22:43:25 2023 |
Group: Development/Languages/Ruby | Build host: s390zl22 |
Size: 353136 | Source RPM: rubygem-rake-13.0.6-bp156.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/ruby/rake | |
Summary: Rake is a Make-like program implemented in Ruby |
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Rake has the following features: * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to synthesize implicit tasks. * Flexible FileLists that act like arrays but know about manipulating file names and paths. * Supports parallel execution of tasks.
MIT
* Sun Jul 11 2021 Manuel Schnitzer <mschnitzer@suse.com> - updated to version 13.0.6 === 13.0.6 * Additional fix for #389 Pull request #390 by hsbt === 13.0.5 * Fixed the regression of #388 Pull request #389 by hsbt === 13.0.4 * Fix rake test loader swallowing useful error information. Pull request #367 by deivid-rodriguez * Add -C/--directory option the same as GNU make. Pull request #376 by nobu * Fri Dec 25 2020 Manuel Schnitzer <mschnitzer@suse.com> - updated to version 13.0.3 * Fix breaking change of execution order on TestTask. Pull request #368 by ysakasin * Sun Dec 20 2020 Manuel Schnitzer <mschnitzer@suse.com> - updated to version 13.0.2 ==== Enhancements * Fix tests to work with current FileUtils Pull Request #358 by jeremyevans * Simplify default rake test loader Pull Request #357 by deivid-rodriguez * Update rdoc Pull Request #366 by bahasalien * Update broken links to rake articles from Avdi in README Pull Request #360 by svl7 * Tue Nov 12 2019 Manuel Schnitzer <mschnitzer@suse.com> - updated to version 13.0.1 ==== Bug fixes * Fixed bug: Reenabled task raises previous exception on second invokation Pull Request #271 by thorsteneckel * Fix an incorrectly resolved arg pattern Pull Request #327 by mjbellantoni * Thu Oct 10 2019 Hendrik Vogelsang <hvogel@suse.com> - Update to 13.0.0 Enhancements - Follows recent changes on keyword arguments in ruby 2.7 - Make `PackageTask` be able to omit parent directory while packing files - Add order only dependency Compatibility changes - Drop old ruby versions(< 2.2) * Mon Jul 22 2019 Manuel Schnitzer <mschnitzer@suse.com> - updated to version 12.3.3 ==== Bug fixes * Use the application's name in error message if a task is not found. Pull Request #303 by tmatilai ==== Enhancements: * Use File.open explicitly. * Sat Dec 08 2018 Stephan Kulow <coolo@suse.com> - updated to version 12.3.2 see installed History.rdoc === 12.3.2 ==== Bug fixes * Fixed test fails caused by 2.6 warnings. Pull Request #297 by hsbt ==== Enhancements: * Rdoc improvements. Pull Request #293 by colby-swandale * Improve multitask performance. Pull Request #273 by jsm * Add alias `prereqs`. Pull Request #268 by take-cheeze * Thu Mar 22 2018 factory-auto@kulow.org - updated to version 12.3.1 see installed History.rdoc === 12.3.1 ==== Bug fixes * Support did_you_mean >= v1.2.0 which has a breaking change on formatters. Pull request #262 by FUJI Goro. ==== Enhancements: * Don't run task if it depends on already invoked but failed task. Pull request #252 by Gonzalo Rodriguez. * Make space trimming consistent for all task arguments. Pull request #259 by Gonzalo Rodriguez. * Removes duplicated inclusion of Rake::DSL in tests. Pull request #254 by Gonzalo Rodriguez. * Re-raise a LoadError that didn't come from require in the test loader. Pull request #250 by Dylan Thacker-Smith. * Sun Dec 03 2017 coolo@suse.com - updated to version 12.3.0 see installed History.rdoc === 12.3.0 ==== Compatibility Changes * Bump `required_ruby_verion` to Ruby 2.0.0. Rake was already removed to support for Ruby 1.9.x. === Enhancements: * Support `test-bundled-gems` task on ruby core. * Thu Oct 26 2017 coolo@suse.com - updated to version 12.2.1 see installed History.rdoc === 12.2.1 ==== Bug fixes * Fixed to break Capistrano::Application on capistrano3. === 12.2.0 ==== Enhancements: * Make rake easier to use as a library Pull request #211 by @drbrain * Fix quadratic performance in FileTask#out_of_date? Pull request #224 by @doudou * Clarify output when printing nested exception traces Pull request #232 by @urbanautomaton ==== Bug fixes * Account for a file that match 2 or more patterns. Pull request #231 by @styd * Mon Sep 11 2017 coolo@suse.com - updated to version 12.1.0 see installed History.rdoc === 12.1.0 ==== Enhancements: * Added did_you_mean feature for invalid rake task. Pull request #221 by @xtina-starr * Enabled to dependency chained by extensions. Pull request #39 by Petr Skocik. * Make all of string literals to frozen objects on Ruby 2.4 or later. ==== Bug fixes * Typo fixes in rakefile.rdoc. Pull request #180 by Yuta Kurotaki. * Fix unexpected behavior of file task with dryrun option. Pull request #183 by @aycabta. * Make LoadError from running tests more obvious. Pull request #195 by Eric Hodel. * Fix unexpected TypeError with hash stayle option. Pull request #202 by Kuniaki IGARASHI. * 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
/etc/alternatives/rake /etc/alternatives/rake-13.0.6 /etc/alternatives/rake.ruby2.5 /usr/bin/rake /usr/bin/rake-13.0.6 /usr/bin/rake.ruby2.5 /usr/bin/rake.ruby2.5-13.0.6 /usr/lib64/ruby/gems/2.5.0/build_info /usr/lib64/ruby/gems/2.5.0/cache/rake-13.0.6.gem /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6 /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/History.rdoc /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/MIT-LICENSE /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/README.rdoc /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/command_line_usage.rdoc /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/example /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/example/Rakefile1 /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/example/Rakefile2 /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/example/a.c /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/example/b.c /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/example/main.c /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/glossary.rdoc /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/jamis.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/proto_rake.rdoc /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/rake.1 /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/rakefile.rdoc /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/doc/rational.rdoc /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/exe /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/exe/rake /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/application.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/backtrace.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/clean.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/cloneable.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/cpu_counter.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/default_loader.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/dsl_definition.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/early_time.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/ext /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/ext/core.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/ext/string.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/file_creation_task.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/file_list.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/file_task.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/file_utils.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/file_utils_ext.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/invocation_chain.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/late_time.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/linked_list.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/loaders /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/loaders/makefile.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/multi_task.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/name_space.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/packagetask.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/phony.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/private_reader.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/promise.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/pseudo_status.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/rake_module.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/rule_recursion_overflow_error.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/scope.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/task.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/task_argument_error.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/task_arguments.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/task_manager.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/tasklib.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/testtask.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/thread_history_display.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/thread_pool.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/trace_output.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/version.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/lib/rake/win32.rb /usr/lib64/ruby/gems/2.5.0/gems/rake-13.0.6/rake.gemspec /usr/lib64/ruby/gems/2.5.0/specifications/rake-13.0.6.gemspec /usr/share/doc/packages/ruby2.5-rubygem-rake /usr/share/doc/packages/ruby2.5-rubygem-rake/History.rdoc /usr/share/doc/packages/ruby2.5-rubygem-rake/MIT-LICENSE /usr/share/doc/packages/ruby2.5-rubygem-rake/README.rdoc
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 15:18:49 2025