You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by al...@apache.org on 2015/08/24 13:41:37 UTC

[11/50] [abbrv] incubator-taverna-databundle-viewer git commit: Install gems taverna-t2flow and archive-zip

Install gems  taverna-t2flow and archive-zip


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/commit/1af1be78
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/tree/1af1be78
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/diff/1af1be78

Branch: refs/heads/master
Commit: 1af1be783dcd9cefc7735e840777cf28c755c9c2
Parents: d60689c
Author: Denis Karyakin <sa...@gmail.com>
Authored: Mon Aug 10 21:19:09 2015 +0300
Committer: Denis Karyakin <sa...@gmail.com>
Committed: Mon Aug 10 21:19:09 2015 +0300

----------------------------------------------------------------------
 Gemfile      | 2 ++
 Gemfile.lock | 8 ++++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/1af1be78/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index b135ed9..93f1844 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,6 +38,8 @@ gem 'fog'
 gem 'draper'
 
 gem 'ro-bundle'
+gem 'taverna-t2flow'
+gem 'archive-zip'
 # Use ActiveModel has_secure_password
 # gem 'bcrypt', '~> 3.1.7'
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/1af1be78/Gemfile.lock
----------------------------------------------------------------------
diff --git a/Gemfile.lock b/Gemfile.lock
index 57bb075..94eb2b7 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -38,6 +38,8 @@ GEM
       thread_safe (~> 0.3, >= 0.3.4)
       tzinfo (~> 1.1)
     addressable (2.3.8)
+    archive-zip (0.7.0)
+      io-like (~> 0.3.0)
     arel (6.0.0)
     bcrypt (3.1.10)
     better_errors (2.1.1)
@@ -206,6 +208,7 @@ GEM
     headless (2.1.0)
     i18n (0.7.0)
     inflecto (0.0.2)
+    io-like (0.3.0)
     ipaddress (0.8.0)
     jbuilder (2.3.0)
       activesupport (>= 3.0.0, < 5)
@@ -218,6 +221,7 @@ GEM
     jwt (1.5.1)
     launchy (2.4.3)
       addressable (~> 2.3)
+    libxml-ruby (2.8.0)
     loofah (2.0.2)
       nokogiri (>= 1.5.9)
     macaddr (1.7.1)
@@ -349,6 +353,8 @@ GEM
       activesupport (>= 3.0)
       sprockets (>= 2.8, < 4.0)
     systemu (2.6.5)
+    taverna-t2flow (0.5.1)
+      libxml-ruby (>= 1.1.4)
     temple (0.7.6)
     thor (0.19.1)
     thread_safe (0.3.5)
@@ -373,6 +379,7 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
+  archive-zip
   better_errors
   binding_of_caller
   bower-rails
@@ -405,4 +412,5 @@ DEPENDENCIES
   slim
   slim-rails
   spring
+  taverna-t2flow
   uglifier (>= 1.3.0)