You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/09/24 01:30:09 UTC

git commit: Update rjb to version 1.5.1.

Repository: buildr
Updated Branches:
  refs/heads/master 888c345ed -> 6bdaf33c6


Update rjb to version 1.5.1.


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/6bdaf33c
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/6bdaf33c
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/6bdaf33c

Branch: refs/heads/master
Commit: 6bdaf33c6a4c90f3b8043a371da3c69cfe2a51af
Parents: 888c345
Author: Peter Donald <pe...@realityforge.org>
Authored: Wed Sep 24 09:29:47 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Wed Sep 24 09:29:47 2014 +1000

----------------------------------------------------------------------
 CHANGELOG      | 1 +
 buildr.gemspec | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/6bdaf33c/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index efe4f26..48549bd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,5 @@
 1.4.21 (Pending)
+* Change: Update rjb to version 1.5.1.
 * Added:  Update checkstyle addon to support downloading checkstyle checks
           as an artifact.
 * Added:  Update checkstyle addon to supply checkstyle.config.dir property.

http://git-wip-us.apache.org/repos/asf/buildr/blob/6bdaf33c/buildr.gemspec
----------------------------------------------------------------------
diff --git a/buildr.gemspec b/buildr.gemspec
index 05c5ed8..2188048 100644
--- a/buildr.gemspec
+++ b/buildr.gemspec
@@ -63,7 +63,7 @@ for those one-off tasks, with a language that's a joy to use.
   spec.add_dependency 'rubyzip',              '0.9.9'
   spec.add_dependency 'json_pure',            '1.8.0'
   spec.add_dependency 'hoe',                  '3.7.1'
-  spec.add_dependency 'rjb',                  '1.4.9' if ($platform.to_s == 'x86-mswin32' || $platform.to_s == 'ruby')
+  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 'diff-lcs',             '1.2.4'
   spec.add_dependency 'rspec-expectations',   '2.14.3'