Repository: buildr Updated Branches: refs/heads/master d7eaaf588 -> ba3b21137
Upgrade atoulme-Antwrap to 0.7.5 to remove deprecation warnings in JRuby. Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/ba3b2113 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/ba3b2113 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/ba3b2113 Branch: refs/heads/master Commit: ba3b21137924cea8db6b5ff76ff1a2683d595606 Parents: d7eaaf5 Author: Peter Donald <[email protected]> Authored: Sat Nov 29 10:24:40 2014 +1100 Committer: Peter Donald <[email protected]> Committed: Sat Nov 29 10:24:40 2014 +1100 ---------------------------------------------------------------------- CHANGELOG | 2 ++ buildr.gemspec | 2 +- doc/index.textile | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/ba3b2113/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index e6defdd..42aa8ce 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ 1.4.21 (2014-11-28) +* Change: Upgrade atoulme-Antwrap to 0.7.5 to remove deprecation warnings in + modern JRuby. Suggested by Pepijn Van Eeckhoudt. * Change: Update the gwt addon to add the validation dependencies required for GWT compiles without requiring that the user specify the dependency. * Change: Update ipr.add_gwt_configuration method to support GWT 2.7 configuration http://git-wip-us.apache.org/repos/asf/buildr/blob/ba3b2113/buildr.gemspec ---------------------------------------------------------------------- diff --git a/buildr.gemspec b/buildr.gemspec index 74d2c5d..99c122e 100644 --- a/buildr.gemspec +++ b/buildr.gemspec @@ -66,7 +66,7 @@ for those one-off tasks, with a language that's a joy to use. spec.add_dependency 'json_pure', '1.8.0' spec.add_dependency 'hoe', '3.7.1' spec.add_dependency 'rjb', '1.5.1' if ($platform.to_s == 'x86-mswin32' || $platform.to_s == 'ruby') - spec.add_dependency 'atoulme-Antwrap', '0.7.4' + spec.add_dependency 'atoulme-Antwrap', '0.7.5' spec.add_dependency 'diff-lcs', '1.2.4' spec.add_dependency 'rspec-expectations', '2.14.3' spec.add_dependency 'rspec-mocks', '2.14.3' http://git-wip-us.apache.org/repos/asf/buildr/blob/ba3b2113/doc/index.textile ---------------------------------------------------------------------- diff --git a/doc/index.textile b/doc/index.textile index c3e3c8d..d54e515 100644 --- a/doc/index.textile +++ b/doc/index.textile @@ -47,6 +47,8 @@ So let's get started. You can "read the documentation online":quick_start.html, h2(#news). What's New Highlights from Buildr 1.4.21 (2014-11-28) +* Change: Upgrade atoulme-Antwrap to 0.7.5 to remove deprecation warnings in + modern JRuby. Suggested by Pepijn Van Eeckhoudt. * Fixed: BUILDR-702 - Retain Unix permission flags when merging zip files into another zip or tar archive. Submitted by Pepijn Van Eeckhoudt. * Change: Upgrade jacoco to 0.7.2 to support Java 8. Submitted by neher.
