You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2012/05/22 22:19:37 UTC

[31/50] [abbrv] git commit: Core: Added the minitest gem to the Gemfile for MRI 1.8

Core: Added the minitest gem to the Gemfile for MRI 1.8


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

Branch: refs/heads/master
Commit: f05c912c3d99fb3416be1aabac4e57bbed49257d
Parents: b1afb02
Author: Michal Fojtik <mf...@redhat.com>
Authored: Fri May 11 12:43:28 2012 +0200
Committer: Michal fojtik <mf...@redhat.com>
Committed: Tue May 22 22:17:36 2012 +0200

----------------------------------------------------------------------
 server/Gemfile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/f05c912c/server/Gemfile
----------------------------------------------------------------------
diff --git a/server/Gemfile b/server/Gemfile
index 1750bdd..244814c 100644
--- a/server/Gemfile
+++ b/server/Gemfile
@@ -10,5 +10,6 @@ group :development do
   gem "ci_reporter"
   gem "cucumber", ">= 0.6.3"
   gem "rspec", ">= 2.0.0"
+  gem "minitest"
 end