[ARVADOS] updated: bd8c639ce45ee7b945c92b6492b4c05492f7a091

git at public.curoverse.com git at public.curoverse.com
Tue Feb 11 11:39:06 EST 2014


Summary of changes:
 sdk/cli/Gemfile.lock        |   24 +++++++++++-------------
 sdk/cli/arvados-cli.gemspec |    2 +-
 2 files changed, 12 insertions(+), 14 deletions(-)

       via  bd8c639ce45ee7b945c92b6492b4c05492f7a091 (commit)
      from  67b16f2fd5de0a5cb8078f73abb844d4b04974d6 (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 bd8c639ce45ee7b945c92b6492b4c05492f7a091
Author: Ward Vandewege <ward at curoverse.com>
Date:   Tue Feb 11 11:38:50 2014 -0500

    Fix up incorrect dependency on google-api-client

diff --git a/sdk/cli/Gemfile.lock b/sdk/cli/Gemfile.lock
index 9aea952..14b2172 100644
--- a/sdk/cli/Gemfile.lock
+++ b/sdk/cli/Gemfile.lock
@@ -6,11 +6,11 @@ GEM
       multi_json (~> 1.0)
     addressable (2.3.5)
     andand (1.3.3)
-    arvados-cli (0.1.20140210141349)
+    arvados-cli (0.1.20140211100007)
       activesupport (~> 3.2, >= 3.2.13)
       andand (~> 1.3, >= 1.3.3)
       curb (~> 0.8)
-      google-api-client (~> 0.6, >= 0.6.3)
+      google-api-client (~> 0.6.3)
       json (~> 1.7, >= 1.7.7)
       oj (~> 2.0, >= 2.0.3)
       trollop (~> 2.0)
@@ -20,18 +20,17 @@ GEM
       multi_json (>= 1.0.0)
     curb (0.8.5)
     extlib (0.9.16)
-    faraday (0.9.0)
-      multipart-post (>= 1.2, < 3)
-    google-api-client (0.7.1)
+    faraday (0.8.9)
+      multipart-post (~> 1.2.0)
+    google-api-client (0.6.4)
       addressable (>= 2.3.2)
       autoparse (>= 0.3.3)
       extlib (>= 0.9.15)
-      faraday (>= 0.9.0)
+      faraday (~> 0.8.4)
       jwt (>= 0.1.5)
       launchy (>= 2.1.1)
       multi_json (>= 1.0.0)
-      retriable (>= 1.4)
-      signet (>= 0.5.0)
+      signet (~> 0.4.5)
       uuidtools (>= 2.1.0)
     i18n (0.6.9)
     json (1.8.1)
@@ -39,15 +38,14 @@ GEM
       multi_json (>= 1.5)
     launchy (2.4.2)
       addressable (~> 2.3)
-    minitest (5.2.2)
+    minitest (5.2.3)
     multi_json (1.8.4)
-    multipart-post (2.0.0)
+    multipart-post (1.2.0)
     oj (2.5.4)
     rake (10.1.1)
-    retriable (1.4.1)
-    signet (0.5.0)
+    signet (0.4.5)
       addressable (>= 2.2.3)
-      faraday (>= 0.9.0.rc5)
+      faraday (~> 0.8.1)
       jwt (>= 0.1.5)
       multi_json (>= 1.0.0)
     trollop (2.0)
diff --git a/sdk/cli/arvados-cli.gemspec b/sdk/cli/arvados-cli.gemspec
index 426a792..5551fec 100644
--- a/sdk/cli/arvados-cli.gemspec
+++ b/sdk/cli/arvados-cli.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
   s.executables << "arv-run-pipeline-instance"
   s.executables << "arv-crunch-job"
   s.executables << "arv-tag"
-  s.add_runtime_dependency 'google-api-client', '~> 0.6', '>= 0.6.3'
+  s.add_runtime_dependency 'google-api-client', '~> 0.6.3'
   s.add_runtime_dependency 'activesupport', '~> 3.2', '>= 3.2.13'
   s.add_runtime_dependency 'json', '~> 1.7', '>= 1.7.7'
   s.add_runtime_dependency 'trollop', '~> 2.0'

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list