[ARVADOS] updated: be6152fd18b39246ac825c1c8762ccd78085441a
git at public.curoverse.com
git at public.curoverse.com
Tue Jan 21 12:02:18 EST 2014
Summary of changes:
doc/install/index.md | 3 ++-
sdk/cli/Gemfile | 5 ++---
sdk/cli/Gemfile.lock | 16 ++++++++--------
3 files changed, 12 insertions(+), 12 deletions(-)
via be6152fd18b39246ac825c1c8762ccd78085441a (commit)
via fbf47c057817f7f9ea7d3ba1e5f3b6ea872c3c80 (commit)
from f0b1d5bf37334b1d80b1d7f0a17a465ebf1c34df (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 be6152fd18b39246ac825c1c8762ccd78085441a
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jan 21 09:01:31 2014 -0800
Update bundle. Avoid google-api-client 0.7.0 (rc2 is incompatible) and
ensure minitest >= 5.0.
diff --git a/sdk/cli/Gemfile b/sdk/cli/Gemfile
index 86107f7..9a1c5be 100644
--- a/sdk/cli/Gemfile
+++ b/sdk/cli/Gemfile
@@ -1,11 +1,10 @@
source 'https://rubygems.org'
-gem 'minitest'
+gem 'minitest', '>= 5.0.0'
gem 'rake'
-gem 'google-api-client', '>= 0.6.3'
+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'
-
diff --git a/sdk/cli/Gemfile.lock b/sdk/cli/Gemfile.lock
index b14404a..8fc6bec 100644
--- a/sdk/cli/Gemfile.lock
+++ b/sdk/cli/Gemfile.lock
@@ -12,7 +12,7 @@ GEM
multi_json (>= 1.0.0)
curb (0.8.5)
extlib (0.9.16)
- faraday (0.8.8)
+ faraday (0.8.9)
multipart-post (~> 1.2.0)
google-api-client (0.6.4)
addressable (>= 2.3.2)
@@ -26,15 +26,15 @@ GEM
uuidtools (>= 2.1.0)
i18n (0.6.9)
json (1.8.1)
- jwt (0.1.8)
+ jwt (0.1.11)
multi_json (>= 1.5)
launchy (2.4.2)
addressable (~> 2.3)
- minitest (5.0.8)
- multi_json (1.8.2)
+ minitest (5.2.1)
+ multi_json (1.8.4)
multipart-post (1.2.0)
- oj (2.5.1)
- rake (10.1.0)
+ oj (2.5.4)
+ rake (10.1.1)
signet (0.4.5)
addressable (>= 2.2.3)
faraday (~> 0.8.1)
@@ -50,9 +50,9 @@ DEPENDENCIES
activesupport (>= 3.2.13)
andand (>= 1.3.3)
curb (~> 0.8)
- google-api-client (>= 0.6.3)
+ google-api-client (~> 0.6.3)
json (>= 1.7.7)
- minitest
+ minitest (>= 5.0.0)
oj (>= 2.0.3)
rake
trollop (>= 2.0)
commit fbf47c057817f7f9ea7d3ba1e5f3b6ea872c3c80
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jan 21 08:58:00 2014 -0800
Add link to "create standard objects", and delete obsolete tutorial
instructions.
diff --git a/doc/install/index.md b/doc/install/index.md
index a8b6973..210c47a 100644
--- a/doc/install/index.md
+++ b/doc/install/index.md
@@ -14,4 +14,5 @@ navorder: 0
1. [Install the Arvados REST API server](install-api-server.html)
1. [Install the Arvados workbench application](install-workbench-app.html)
1. [Install the Crunch dispatcher](install-crunch-dispatch.html)
-1. Create a Group named "Arvados Tutorials", owned by the system user. Create Links (link_class "resources", name "wants") from the tutorials group to sample data collections. Edit <code>page_content</code>, <code>page_title</code>, and <code>page_subtitle</code> properties to suit. These will be listed in the Tutorials section of your users' home pages.
+1. [Create standard objects](create-standard-objects.html)
+1. [Install client libraries](client.html)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list