[ARVADOS] updated: 17b0eecaa5dd1e0ac006b6ba757f6aee251a139e

git at public.curoverse.com git at public.curoverse.com
Tue May 6 15:53:28 EDT 2014


Summary of changes:
 doc/sdk/ruby/index.html.textile.liquid |    2 +-
 sdk/ruby/.gitignore                    |    1 +
 sdk/ruby/Gemfile.lock                  |   58 --------------------------------
 3 files changed, 2 insertions(+), 59 deletions(-)
 delete mode 100644 sdk/ruby/Gemfile.lock

       via  17b0eecaa5dd1e0ac006b6ba757f6aee251a139e (commit)
       via  f45ce8083a98e29720cfba01e8043f6465327c40 (commit)
      from  7276cc563eb93589279f58b045f893a7c3b83835 (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 17b0eecaa5dd1e0ac006b6ba757f6aee251a139e
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue May 6 15:53:10 2014 -0400

    Fix copy/paste error in gem build instructions.

diff --git a/doc/sdk/ruby/index.html.textile.liquid b/doc/sdk/ruby/index.html.textile.liquid
index 1a455b1..11dfcfb 100644
--- a/doc/sdk/ruby/index.html.textile.liquid
+++ b/doc/sdk/ruby/index.html.textile.liquid
@@ -31,7 +31,7 @@ h4. Option 2: build and install from source
 <notextile>
 <pre>
 $ <code class="userinput">git clone https://github.com/curoverse/arvados.git</code>
-$ <code class="userinput">cd arvados/sdk/cli</code>
+$ <code class="userinput">cd arvados/sdk/ruby</code>
 $ <code class="userinput">gem build arvados.gemspec</code>
 $ <code class="userinput">sudo gem install arvados-*.gem</code>
 </pre>

commit f45ce8083a98e29720cfba01e8043f6465327c40
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue May 6 15:52:10 2014 -0400

    Remove Gemfile.lock from repo
    
    see http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/

diff --git a/sdk/ruby/.gitignore b/sdk/ruby/.gitignore
index 53dc71a..1a58eb0 100644
--- a/sdk/ruby/.gitignore
+++ b/sdk/ruby/.gitignore
@@ -1 +1,2 @@
+Gemfile.lock
 arvados*gem
diff --git a/sdk/ruby/Gemfile.lock b/sdk/ruby/Gemfile.lock
deleted file mode 100644
index c71fea0..0000000
--- a/sdk/ruby/Gemfile.lock
+++ /dev/null
@@ -1,58 +0,0 @@
-PATH
-  remote: .
-  specs:
-    arvados (0.1.20140228213600)
-      activesupport (>= 3.2.13)
-      andand
-      google-api-client (~> 0.6.3)
-      json (>= 1.7.7)
-
-GEM
-  remote: https://rubygems.org/
-  specs:
-    activesupport (3.2.17)
-      i18n (~> 0.6, >= 0.6.4)
-      multi_json (~> 1.0)
-    addressable (2.3.5)
-    andand (1.3.3)
-    autoparse (0.3.3)
-      addressable (>= 2.3.1)
-      extlib (>= 0.9.15)
-      multi_json (>= 1.0.0)
-    extlib (0.9.16)
-    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.8.4)
-      jwt (>= 0.1.5)
-      launchy (>= 2.1.1)
-      multi_json (>= 1.0.0)
-      signet (~> 0.4.5)
-      uuidtools (>= 2.1.0)
-    i18n (0.6.9)
-    json (1.8.1)
-    jwt (0.1.11)
-      multi_json (>= 1.5)
-    launchy (2.4.2)
-      addressable (~> 2.3)
-    minitest (5.2.2)
-    multi_json (1.8.4)
-    multipart-post (1.2.0)
-    rake (10.1.1)
-    signet (0.4.5)
-      addressable (>= 2.2.3)
-      faraday (~> 0.8.1)
-      jwt (>= 0.1.5)
-      multi_json (>= 1.0.0)
-    uuidtools (2.1.4)
-
-PLATFORMS
-  ruby
-
-DEPENDENCIES
-  arvados!
-  minitest (>= 5.0.0)
-  rake

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list