[ARVADOS] updated: ec600fb1b5ab89d923e6e19529d568964c4f4137

Git user git at public.curoverse.com
Thu Dec 22 21:38:14 EST 2016


Summary of changes:
 services/api/Gemfile | 5 +++++
 1 file changed, 5 insertions(+)

       via  ec600fb1b5ab89d923e6e19529d568964c4f4137 (commit)
      from  9754971aff036b3532f2e4e4ee88b902f387d69a (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 ec600fb1b5ab89d923e6e19529d568964c4f4137
Author: Ward Vandewege <ward at curoverse.com>
Date:   Thu Dec 22 21:37:42 2016 -0500

    Add a mechanism to the arvados-api Gemfile to load 'plugin' gems.
    
    refs #9982

diff --git a/services/api/Gemfile b/services/api/Gemfile
index 88237c9..39f217f 100644
--- a/services/api/Gemfile
+++ b/services/api/Gemfile
@@ -82,3 +82,8 @@ gem 'sshkey'
 gem 'safe_yaml'
 gem 'lograge'
 gem 'logstash-event'
+
+# Install any plugin gems
+Dir.glob(File.join(File.dirname(__FILE__), 'lib', '**', "Gemfile")) do |gemfile|
+    eval(IO.read(gemfile), binding)
+end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list