You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/07/31 23:25:04 UTC

[16/50] folsom commit: updated refs/heads/import-master to 4824aec

use meck 0.7.2


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

Branch: refs/heads/import-master
Commit: cae0c35eae147367edb0a83ca7bc66e23cd1991c
Parents: 497559d
Author: Tilman Holschuh <th...@pugpharm.com>
Authored: Wed Sep 11 15:11:56 2013 -0700
Committer: Tilman Holschuh <th...@pugpharm.com>
Committed: Wed Sep 11 15:11:56 2013 -0700

----------------------------------------------------------------------
 rebar.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-folsom/blob/cae0c35e/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 88bce87..c3fab02 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,7 @@
 
 {deps, [
     {'bear', ".*", {git, "git://github.com/boundary/bear.git", {tag, "0.1.3"}}},
-    {meck, ".*", {git, "git://github.com/eproxus/meck", "master"}}
+    {meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.7.2"}}}
 ]}.
 
 {erl_opts, [debug_info]}.