You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by bu...@apache.org on 2017/04/12 03:37:13 UTC

[3/3] avro git commit: AVRO-1775. Ruby: Use test-unit gem for running tests.

AVRO-1775. Ruby: Use test-unit gem for running tests.

git-svn-id: https://svn.apache.org/repos/asf/avro/branches/branch-1.8@1725904 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 162aa95c11c935a43f2e2130ca3e28279b3ce6fa)


Project: http://git-wip-us.apache.org/repos/asf/avro/repo
Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/835bcbac
Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/835bcbac
Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/835bcbac

Branch: refs/heads/branch-1.7
Commit: 835bcbacbdf17593dff51318d685938b07468907
Parents: c235b4c
Author: Martin Kleppmann <ma...@apache.org>
Authored: Thu Jan 21 11:01:36 2016 +0000
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Apr 11 22:36:29 2017 -0500

----------------------------------------------------------------------
 CHANGES.txt       | 2 ++
 lang/ruby/Gemfile | 1 +
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/avro/blob/835bcbac/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index ff4128f..f1708e6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -40,6 +40,8 @@ Trunk (not yet released)
 
     AVRO-1782. Ruby: Fix unit test failures in new versions of Ruby. (martinkl)
 
+    AVRO-1775. Ruby: Use test-unit gem for running tests. (martinkl)
+
 Avro 1.7.7 (23 July 2014)
 
   NEW FEATURES

http://git-wip-us.apache.org/repos/asf/avro/blob/835bcbac/lang/ruby/Gemfile
----------------------------------------------------------------------
diff --git a/lang/ruby/Gemfile b/lang/ruby/Gemfile
index d7c9389..cc041dc 100644
--- a/lang/ruby/Gemfile
+++ b/lang/ruby/Gemfile
@@ -17,3 +17,4 @@ source 'https://rubygems.org'
 gem 'rake'
 gem 'echoe'
 gem 'multi_json'
+gem 'test-unit'