Repository: buildr Updated Branches: refs/heads/master ac9ab5bf9 -> dc60f6fb2
Add rubygems badges Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/dc60f6fb Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/dc60f6fb Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/dc60f6fb Branch: refs/heads/master Commit: dc60f6fb2a8f112b6e65eaeed9c5597a650affb2 Parents: ac9ab5b Author: Antoine Toulme <[email protected]> Authored: Fri Aug 12 22:02:31 2016 -0700 Committer: Antoine Toulme <[email protected]> Committed: Fri Aug 12 22:02:31 2016 -0700 ---------------------------------------------------------------------- CHANGELOG | 1 + README.rdoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/dc60f6fb/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index e89b3e6..d03673f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,7 @@ * Change: Update rdoc to 4.2.2 * Change: Update ecj to 4.5.1 * Added: Travis badge to README.rdoc +* Added: Added Rubygems badges to README.rdoc * Added: BUILDR-577 Allow remote repo to be added with http basic auth support. Submitted by Michael Guymon. * Fixed: BUILDR-207 remove 'Skipping tests' messages * Added: BUILDR-703 release: allow THIS_VERSION to be defined in another file http://git-wip-us.apache.org/repos/asf/buildr/blob/dc60f6fb/README.rdoc ---------------------------------------------------------------------- diff --git a/README.rdoc b/README.rdoc index 34163e5..2d0506c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,4 +1,4 @@ -= Buildr {<img src="https://travis-ci.org/apache/buildr.png?branch=master" alt="Build status">}[https://travis-ci.org/apache/buildr] += Buildr {<img src="https://travis-ci.org/apache/buildr.svg?branch=master" alt="Build status">}[https://travis-ci.org/apache/buildr] {<img src="http://ruby-gem-downloads-badge.herokuapp.com/buildr?type=total" alt="Buildr total downloads">}[https://rubygems.org/gems/buildr] {<img src="http://ruby-gem-downloads-badge.herokuapp.com/buildr" alt="Latest version downloads">}[https://rubygems.org/gems/buildr] This is Buildr, the build system that lets you build like you code.
