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:59 UTC

[33/50] [abbrv] incubator-taverna-databundle-viewer git commit: Use taverna-t2flow gem from github

Use taverna-t2flow gem from github


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/fcdd8411
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/tree/fcdd8411
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/diff/fcdd8411

Branch: refs/heads/master
Commit: fcdd84118da9ca464928af000d4b7cd790474d85
Parents: 4f3ab2a
Author: Denis Karyakin <sa...@gmail.com>
Authored: Tue Aug 18 22:20:41 2015 +0300
Committer: Denis Karyakin <sa...@gmail.com>
Committed: Tue Aug 18 22:20:41 2015 +0300

----------------------------------------------------------------------
 Gemfile      |  3 ++-
 Gemfile.lock | 31 ++++++++++++++++++++++++++++---
 2 files changed, 30 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/fcdd8411/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index 9c32885..b6ae09b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -36,7 +36,8 @@ gem 'draper'
 # A Ruby library for working with Research Object Bundle files
 gem 'ro-bundle'
 # A Ruby library to aid the interaction with Taverna 2 workflows
-gem 'taverna-t2flow'
+gem 'workflow_parser', github: 'myExperiment/workflow_parser'
+gem 'taverna-t2flow', github: 'myExperiment/workflow_parser-t2flow'
 # A simple interface to working with ZIP archives
 gem 'archive-zip'
 # Paginator

http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/fcdd8411/Gemfile.lock
----------------------------------------------------------------------
diff --git a/Gemfile.lock b/Gemfile.lock
index 0c449b2..1c5969f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,19 @@
+GIT
+  remote: git://github.com/myExperiment/workflow_parser-t2flow.git
+  revision: 21654f2e9c7f20281e5ed063b334870349228819
+  specs:
+    taverna-t2flow (0.6.0.pre.SNAPSHOT)
+      libxml-ruby (~> 2.6)
+      rdf-turtle (~> 1.1)
+      workflow_parser (~> 0.0)
+
+GIT
+  remote: git://github.com/myExperiment/workflow_parser.git
+  revision: a1b1478641e70c04397be133145e5039a98e6dd4
+  specs:
+    workflow_parser (0.0.1)
+      libxml-ruby (~> 2.6)
+
 GEM
   remote: https://rubygems.org/
   specs:
@@ -97,6 +113,9 @@ GEM
       activemodel (>= 3.0)
       activesupport (>= 3.0)
       request_store (~> 1.0)
+    ebnf (0.3.9)
+      rdf (~> 1.1)
+      sxp (~> 0.1, >= 0.1.3)
     erubis (2.7.0)
     excon (0.45.4)
     execjs (2.6.0)
@@ -234,6 +253,7 @@ GEM
     launchy (2.4.3)
       addressable (~> 2.3)
     libxml-ruby (2.8.0)
+    link_header (0.0.8)
     loofah (2.0.3)
       nokogiri (>= 1.5.9)
     macaddr (1.7.1)
@@ -306,6 +326,11 @@ GEM
       rake (>= 0.8.7)
       thor (>= 0.18.1, < 2.0)
     rake (10.4.2)
+    rdf (1.1.14)
+      link_header (~> 0.0, >= 0.0.8)
+    rdf-turtle (1.1.7)
+      ebnf (~> 0.3, >= 0.3.6)
+      rdf (~> 1.1, >= 1.1.10)
     rdoc (4.2.0)
     request_store (1.2.0)
     responders (2.1.0)
@@ -363,9 +388,8 @@ GEM
       actionpack (>= 3.0)
       activesupport (>= 3.0)
       sprockets (>= 2.8, < 4.0)
+    sxp (0.1.5)
     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)
@@ -425,5 +449,6 @@ DEPENDENCIES
   slim
   slim-rails
   spring
-  taverna-t2flow
+  taverna-t2flow!
   uglifier (>= 1.3.0)
+  workflow_parser!