[ARVADOS] updated: 9dfe2e44fec0ef4a59096d5734e27e6cba3d1869
git at public.curoverse.com
git at public.curoverse.com
Mon Mar 10 19:55:06 EDT 2014
Summary of changes:
services/api/Gemfile | 2 +-
services/api/Gemfile.lock | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletions(-)
via 9dfe2e44fec0ef4a59096d5734e27e6cba3d1869 (commit)
from c912d9d8d9e2a055a53967c5b01242c321dfbeb6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9dfe2e44fec0ef4a59096d5734e27e6cba3d1869
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Mar 10 19:54:10 2014 -0400
Add arvados-cli dependency to Gemfile.
diff --git a/services/api/Gemfile b/services/api/Gemfile
index db011f1..49c0592 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -57,4 +57,4 @@ gem 'test_after_commit', :group => :test
gem 'google-api-client', '~> 0.6.3'
gem 'trollop'
-#gem 'arvados-cli', '>= 0.1.20140307112652'
+gem 'arvados-cli', '>= 0.1.20140310170846'
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index c78f3a7..a96c5fc 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -35,6 +35,14 @@ GEM
addressable (2.3.5)
andand (1.3.3)
arel (3.0.2)
+ arvados-cli (0.1.20140310170846)
+ activesupport (~> 3.2, >= 3.2.13)
+ andand (~> 1.3, >= 1.3.3)
+ curb (~> 0.8)
+ google-api-client (~> 0.6.3)
+ json (~> 1.7, >= 1.7.7)
+ oj (~> 2.0, >= 2.0.3)
+ trollop (~> 2.0)
autoparse (0.3.3)
addressable (>= 2.3.1)
extlib (>= 0.9.15)
@@ -53,6 +61,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.6.3)
+ curb (0.8.5)
daemon_controller (1.1.7)
erubis (2.7.0)
execjs (2.0.2)
@@ -182,6 +191,7 @@ PLATFORMS
DEPENDENCIES
acts_as_api
andand
+ arvados-cli (>= 0.1.20140310170846)
coffee-rails (~> 3.2.0)
google-api-client (~> 0.6.3)
jquery-rails
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list