[ARVADOS] created: d225b8be60d1ba15ab584cd5104a4603d2139c72

git at public.curoverse.com git at public.curoverse.com
Tue Dec 2 11:05:11 EST 2014


        at  d225b8be60d1ba15ab584cd5104a4603d2139c72 (commit)


commit d225b8be60d1ba15ab584cd5104a4603d2139c72
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Dec 2 11:05:24 2014 -0500

    4156: Remove Gemfile.lock because this is a gem, not an application.

diff --git a/sdk/cli/.gitignore b/sdk/cli/.gitignore
index beb0627..51463cf 100644
--- a/sdk/cli/.gitignore
+++ b/sdk/cli/.gitignore
@@ -1,2 +1,3 @@
 arvados-cli*gem
 tmp
+Gemfile.lock
diff --git a/sdk/cli/Gemfile.lock b/sdk/cli/Gemfile.lock
deleted file mode 100644
index b0371a1..0000000
--- a/sdk/cli/Gemfile.lock
+++ /dev/null
@@ -1,72 +0,0 @@
-PATH
-  remote: .
-  specs:
-    arvados-cli (0.1.20141126055627)
-      activesupport (~> 3.2, >= 3.2.13)
-      andand (~> 1.3, >= 1.3.3)
-      arvados (~> 0.1, >= 0.1.0)
-      curb (~> 0.8)
-      google-api-client (~> 0.6.3, >= 0.6.3)
-      json (~> 1.7, >= 1.7.7)
-      jwt (>= 0.1.5, < 1.0.0)
-      oj (~> 2.0, >= 2.0.3)
-      trollop (~> 2.0)
-
-GEM
-  remote: https://rubygems.org/
-  specs:
-    activesupport (3.2.21)
-      i18n (~> 0.6, >= 0.6.4)
-      multi_json (~> 1.0)
-    addressable (2.3.6)
-    andand (1.3.3)
-    arvados (0.1.20141118083211)
-      activesupport (>= 3.2.13)
-      andand (~> 1.3, >= 1.3.3)
-      google-api-client (~> 0.6.3, >= 0.6.3)
-      json (~> 1.7, >= 1.7.7)
-      jwt (>= 0.1.5, < 1.0.0)
-    autoparse (0.3.3)
-      addressable (>= 2.3.1)
-      extlib (>= 0.9.15)
-      multi_json (>= 1.0.0)
-    curb (0.8.6)
-    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.11)
-    json (1.8.1)
-    jwt (0.1.13)
-      multi_json (>= 1.5)
-    launchy (2.4.3)
-      addressable (~> 2.3)
-    minitest (5.4.3)
-    multi_json (1.10.1)
-    multipart-post (1.2.0)
-    oj (2.11.1)
-    rake (10.3.2)
-    signet (0.4.5)
-      addressable (>= 2.2.3)
-      faraday (~> 0.8.1)
-      jwt (>= 0.1.5)
-      multi_json (>= 1.0.0)
-    trollop (2.0)
-    uuidtools (2.1.5)
-
-PLATFORMS
-  ruby
-
-DEPENDENCIES
-  arvados-cli!
-  minitest (>= 5.0.0)
-  rake

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list