2014-03-13 19:36:21 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rake to 10.1.1.
= Rake 10.1.0 Released
== Changes in Version 10.1
Here are new features in this version of Rake:
* 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).
=== Bug Fixes (in 10.1)
Bug fixes include:
* Fix backtrace suppression issues.
* Rules now explicit get task arguments passed to them.
* Rename FileList#exclude? to FileList#exclude_from_list? to avoid
conflict with new Rails method.
* Clean / Clobber tasks now report failure to remove files.
* Plus heaps of internal code cleanup.
|
2014-02-09 06:21:19 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
* Preserve modified time of saveing rake command file.
* Improve handling of gemspec file when the version of bundlerd dosen't
match with ruby-rake's version. Should be fix PR pkg/48485.
|
2013-06-16 17:23:39 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Update ruby-rake to 10.0.4.
No release note is available for 10.0.4, please refer for full changes:
https://github.com/jimweirich/rake/commits/master.
pkgsrc change: fix save/restore of command files.
|
2013-03-14 17:42:13 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Remove condition check that RUBY_VER == 193. It was needed when ruby192
existed on pkgsrc.
|
2012-12-17 17:52:48 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-rake to 10.0.3.
Exact changes are unknown.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-05-11 12:01:58 by Steven Drake | Files touched by this commit (1) |
Log message:
Use gzip in stdout mode so that the output file is created even with the
'unexpected end of file' error.
|
2012-03-17 14:58:00 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
Update ruby-rake to 0.9.2.2.
* Now installable with ruby19 or ruby193.
= Rake Changelog
== Master (for 0.9.3)
* The rake test loader now removes arguments it has processed. Issue #51
* Rake::TaskArguments now responds to #values_at
* RakeFileUtils.verbose_flag = nil silences output the same as 0.8.7
* Rake tests are now directory-independent
* Rake tests are no longer require flexmock
* Commands constant is no longer polluting top level namespace.
== Version 0.9.2
* Unknown
== Version 0.9.1
* Added deprecation warnings to the Rake DSL methods.
== Version 0.9.0
* *Incompatible* *change*: Rake DSL commands ('task', 'file', etc.) are
no longer private methods in Object. If you need to call 'task :xzy' inside
your class, include Rake::DSL into the class. The DSL is still available at
the top level scope (via the top level object which extends Rake::DSL).
* Rake now warns when the deprecated :needs syntax used.
* Rake history is now UTF-8 encoded.
* Rake now uses case-insensitive comparisons to find the Rakefile on Windows.
Based on patch by Roger Pack.
* Rake now requires (instead of loads) files in the test task. Patch by Cezary
Baginski.
* Fixed typos. Patches by Sean Scot August Moon and R.T. Lechow.
* Rake now prints the Rakefile directory only when it's different from the
current directory. Patch by Alex Chaffee.
* Improved rakefile_location discovery on Windows. Patch by James Tucker.
* Rake now recognizes "Windows Server" as a windows system. Patch by \
Matthias
Lüdtke
* Rake::RDocTask is deprecated. Use RDoc::Task from RDoc 2.4.2+ (require
'rdoc/task')
* Rake::GemPackageTask is deprecated. Use Gem::PackageTask (require
'rubygems/package_task')
* Rake now outputs various messages to $stderr instead of $stdout.
* Rake no longer emits warnings for Config. Patch by Santiago Pastorino.
* Split rake.rb into individual files.
* Support for the --where (-W) flag for showing where a task is defined.
* Fixed quoting in test task.
(http://onestepback.org/redmine/issues/show/44,
http://www.pivotaltracker.com/story/show/1223138)
* Fixed the silent option parsing problem.
(http://onestepback.org/redmine/issues/show/47)
* Fixed :verbose=>false flag on sh and ruby commands.
* Rake command line options may be given by default in a RAKEOPT
environment variable.
* Errors in Rake will now display the task invocation chain in effect
at the time of the error.
* Accepted change by warnickr to not expand test patterns in shell
(allowing more files in the test suite).
* Fixed that file tasks did not perform prereq lookups in scope
(Redmine #57).
|
2012-03-17 14:51:37 by Takahiro Kambe | Files touched by this commit (5) | |
Log message:
Importing devel/rake as devel/ruby-rake.
|