[ARVADOS] updated: 35bb31a252d665c40c13fbf6b73b61b935d72313

git at public.curoverse.com git at public.curoverse.com
Thu Jan 23 15:36:36 EST 2014


Summary of changes:
 .gitignore           |    2 +
 sdk/cli/Gemfile      |   10 +--------
 sdk/cli/Gemfile.lock |   52 +++++++++++++++++++++++++++++--------------------
 3 files changed, 34 insertions(+), 30 deletions(-)

       via  35bb31a252d665c40c13fbf6b73b61b935d72313 (commit)
       via  7d0b758a8d8f7cc14807857b0f26207e2fcdf3de (commit)
      from  ede2a566e1171e2f4516bec094c5782edb7a0365 (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 35bb31a252d665c40c13fbf6b73b61b935d72313
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Jan 23 15:37:21 2014 -0500

    Gemfile now just points to gemspec so same dependency information is not listed twice.

diff --git a/sdk/cli/Gemfile b/sdk/cli/Gemfile
index 9a1c5be..851fabc 100644
--- a/sdk/cli/Gemfile
+++ b/sdk/cli/Gemfile
@@ -1,10 +1,2 @@
 source 'https://rubygems.org'
-gem 'minitest', '>= 5.0.0'
-gem 'rake'
-gem 'google-api-client', '~> 0.6.3'
-gem 'activesupport', '>= 3.2.13'
-gem 'json', '>= 1.7.7'
-gem 'trollop', '>= 2.0'
-gem 'andand', '>= 1.3.3'
-gem 'oj', '>= 2.0.3'
-gem 'curb', '~> 0.8'
+gemspec
diff --git a/sdk/cli/Gemfile.lock b/sdk/cli/Gemfile.lock
index 8fc6bec..33a3ee8 100644
--- a/sdk/cli/Gemfile.lock
+++ b/sdk/cli/Gemfile.lock
@@ -1,28 +1,44 @@
+PATH
+  remote: .
+  specs:
+    arvados-cli (0.1.20140122170812)
+      activesupport (>= 3.2.13)
+      andand (>= 1.3.3)
+      curb (~> 0.8)
+      google-api-client (>= 0.6.3)
+      json (>= 1.7.7)
+      oj (>= 2.0.3)
+      trollop (>= 2.0)
+
 GEM
   remote: https://rubygems.org/
   specs:
-    activesupport (3.2.16)
+    activesupport (4.0.2)
       i18n (~> 0.6, >= 0.6.4)
-      multi_json (~> 1.0)
+      minitest (~> 4.2)
+      multi_json (~> 1.3)
+      thread_safe (~> 0.1)
+      tzinfo (~> 0.3.37)
     addressable (2.3.5)
     andand (1.3.3)
+    atomic (1.1.14)
     autoparse (0.3.3)
       addressable (>= 2.3.1)
       extlib (>= 0.9.15)
       multi_json (>= 1.0.0)
     curb (0.8.5)
     extlib (0.9.16)
-    faraday (0.8.9)
-      multipart-post (~> 1.2.0)
-    google-api-client (0.6.4)
+    faraday (0.9.0)
+      multipart-post (>= 1.2, < 3)
+    google-api-client (0.7.0)
       addressable (>= 2.3.2)
       autoparse (>= 0.3.3)
       extlib (>= 0.9.15)
-      faraday (~> 0.8.4)
+      faraday (>= 0.9.0)
       jwt (>= 0.1.5)
       launchy (>= 2.1.1)
       multi_json (>= 1.0.0)
-      signet (~> 0.4.5)
+      signet (>= 0.5.0)
       uuidtools (>= 2.1.0)
     i18n (0.6.9)
     json (1.8.1)
@@ -30,29 +46,23 @@ GEM
       multi_json (>= 1.5)
     launchy (2.4.2)
       addressable (~> 2.3)
-    minitest (5.2.1)
+    minitest (4.7.5)
     multi_json (1.8.4)
-    multipart-post (1.2.0)
+    multipart-post (2.0.0)
     oj (2.5.4)
-    rake (10.1.1)
-    signet (0.4.5)
+    signet (0.5.0)
       addressable (>= 2.2.3)
-      faraday (~> 0.8.1)
+      faraday (>= 0.9.0.rc5)
       jwt (>= 0.1.5)
       multi_json (>= 1.0.0)
+    thread_safe (0.1.3)
+      atomic
     trollop (2.0)
+    tzinfo (0.3.38)
     uuidtools (2.1.4)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
-  activesupport (>= 3.2.13)
-  andand (>= 1.3.3)
-  curb (~> 0.8)
-  google-api-client (~> 0.6.3)
-  json (>= 1.7.7)
-  minitest (>= 5.0.0)
-  oj (>= 2.0.3)
-  rake
-  trollop (>= 2.0)
+  arvados-cli!

commit 7d0b758a8d8f7cc14807857b0f26207e2fcdf3de
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Jan 23 15:36:57 2014 -0500

    Added doc/_site to gitignore

diff --git a/.gitignore b/.gitignore
index 81d2569..471e7cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
 *.pyc
 docker/*/generated/*
 docker/config.yml
+doc/_site/*
+doc/.site/*
\ No newline at end of file

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list