taverna-player 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NDYxMDEwYjhkZTE0OGJmZDk5Y2FkNGQwZWI5MDk1MjNkY2MzMDljYw==
4
+ ZjkxM2VjNjEwNDQ4NWY3YjUyMjllNGE2MThjNTgyNWE1MzdmODE2Yw==
5
5
  data.tar.gz: !binary |-
6
- NGRiYTBjMTY0NjFhZTEyZWNlMWIwNTZlMzllNDgzNzE0N2M5YzRiOQ==
6
+ ODA5OGIzYzQ2ODRkYmUxZDU5MjdiODhhMDlhOWMyZTRmYjBhMGY1NA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NTgxMWRkY2ZmMzI1NTQwYjI4YzA4NGNhNzEyNGI1MGQyZmUyYTRmMjZmNDVh
10
- NTg1MjdhZDUwZmZkMTNlMjgzMTFiYjEyODlkMmZhMDgzZGIwMjE2ZDdiMWU4
11
- ZDFhNjNiMTk5YTEwMjQ1NjE3NGEzMzM3NDg5YzhmYTliNzc3YTU=
9
+ OGE0YzdlMTk4YzY2NDVmM2JmN2M3ZDc1ZDgzZWRmYzFmNTQ2MTJkNmY0Mjc0
10
+ MWQ1ZTc5NWVkMmQyNWU5NTQyNDE2NDdiZTUxM2FmNzQyOGZiODc0NGY1MTNh
11
+ YjQ2Y2U1MDMzNmJkZjljNjYxNGRjNDcyOTNjZTZjYWJmYWU4MGY=
12
12
  data.tar.gz: !binary |-
13
- YWRlNWU1MmVkMTkyZGJhMDNmN2MwNDI0ZGIxMmM5YmM5YjQyZTExMGJiZjg4
14
- ZTQ3N2ZmZDE0ZTQzNTE5YjgwZjg0M2U1ZTZmNTQxNDhjZTA0NzY1OGU4Njk5
15
- OTZhZWU0NDFmYmQ4NTdiNDU1NzczZGFlZDc0MzVkOTUwMDQ1ZDY=
13
+ MzVkMzNkMDdiZDNjZjhlOTFhZWYyMzMwMmY2YzdhZGIzZjFjNDdiOGVkMDRh
14
+ NTk2YjUzYzkyNWU1Y2VhNmMwNWRmNjQ4YjcyMzM2YzM2MjNlNDIzZjM0OTc5
15
+ OTRlODJiMDlmMDk4ZDY3MDk5YTk5ZjQwM2RiY2UzN2JiZGRmZWQ=
@@ -1,13 +1,22 @@
1
1
  language: ruby
2
+
3
+ sudo: false
4
+
5
+ cache: bundler
6
+
2
7
  rvm:
3
8
  - 1.9.3
4
9
  - 2.0.0
5
- - 2.1.2
10
+ - 2.1.5
6
11
  - rbx-2
7
12
  - ruby-head
8
- script:
13
+
14
+ before_script:
9
15
  - RAILS_ENV=test bundle exec rake db:schema:load
16
+
17
+ script:
10
18
  - bundle exec rake test
19
+
11
20
  matrix:
12
21
  allow_failures:
13
22
  - rvm: rbx-2
@@ -1,5 +1,14 @@
1
1
  = Changes log for Taverna Player
2
2
 
3
+ == Version 0.11.0
4
+
5
+ * Clean up Travis configuration for cleaner output.
6
+ * Fix cut-off sentence in README.
7
+ * Use the latest t2-server gem.
8
+ * Add test-unit dependency to test in newer rubies.
9
+ * Don't include URL helpers at the top level.
10
+ * Test ruby 2.1.5 as it is the latest in the 2.1 line.
11
+
3
12
  == Version 0.10.0
4
13
 
5
14
  * Use the latest t2-server client library.
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013, 2014 The University of Manchester, UK.
1
+ Copyright (c) 2013-2015 The University of Manchester, UK.
2
2
 
3
3
  All rights reserved.
4
4
 
@@ -4,12 +4,12 @@ Authors:: Robert Haines
4
4
  Contact:: mailto:support@mygrid.org.uk
5
5
  URL:: http://www.taverna.org.uk
6
6
  Licence:: BSD (See LICENCE or http://www.opensource.org/licenses/bsd-license.php)
7
- Copyright:: (c) 2013, 2014 The University of Manchester, UK
7
+ Copyright:: (c) 2013-2015 The University of Manchester, UK
8
8
 
9
9
  {<img src="https://badge.fury.io/rb/taverna-player.svg" alt="Gem Version" />}[http://badge.fury.io/rb/taverna-player]
10
10
  {<img src="https://codeclimate.com/github/myGrid/taverna-player/badges/gpa.svg" />}[https://codeclimate.com/github/myGrid/taverna-player]
11
11
  {<img src="https://travis-ci.org/myGrid/taverna-player.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/myGrid/taverna-player]
12
- {<img src="https://coveralls.io/repos/myGrid/taverna-player/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/myGrid/taverna-player?branch=master]
12
+ {<img src="https://coveralls.io/repos/myGrid/taverna-player/badge.svg?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/myGrid/taverna-player?branch=master]
13
13
 
14
14
  == Synopsis
15
15
 
@@ -579,6 +579,13 @@ Note that the same renderer callback is used for each one.
579
579
  === Rendering lists
580
580
 
581
581
  Taverna workflow inputs and output can be lists and rendering them requires a
582
+ renderer too. The renderer you wish to use for displaying lists is set with
583
+ the +list+ method:
584
+
585
+ renderers.list(:render_list)
586
+
587
+ The default list renderer recurses into the list and calls the correct
588
+ renderer for each leaf item when it gets to them.
582
589
 
583
590
  === Writing your own renderers
584
591
 
@@ -1,5 +1,5 @@
1
1
  #------------------------------------------------------------------------------
2
- # Copyright (c) 2013, 2014 The University of Manchester, UK.
2
+ # Copyright (c) 2013-2015 The University of Manchester, UK.
3
3
  #
4
4
  # BSD Licenced. See LICENCE.rdoc for details.
5
5
  #
@@ -11,5 +11,5 @@
11
11
  #------------------------------------------------------------------------------
12
12
 
13
13
  module TavernaPlayer
14
- VERSION = "0.10.0"
14
+ VERSION = "0.11.0"
15
15
  end
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
37
37
  s.add_dependency "jquery-rails", "~> 3.0"
38
38
  s.add_dependency "paperclip", "~> 4.1"
39
39
  s.add_dependency "taverna-t2flow", "~> 0.5.1"
40
- s.add_dependency "t2-server", "~> 1.2"
40
+ s.add_dependency "t2-server", "~> 1.3"
41
41
  s.add_dependency "delayed_job_active_record", "~> 4.0"
42
42
  s.add_dependency "daemons", "~> 1.1.9"
43
43
  s.add_dependency "rubyzip", "~> 1.1.4"
@@ -50,6 +50,7 @@ Gem::Specification.new do |s|
50
50
  s.add_development_dependency "sqlite3"
51
51
  s.add_development_dependency "coveralls"
52
52
  s.add_development_dependency "flexmock", "~> 1.3"
53
+ s.add_development_dependency "test-unit", "~> 3.0"
53
54
 
54
55
  s.require_path = "lib"
55
56
  end
@@ -1,5 +1,5 @@
1
1
  #------------------------------------------------------------------------------
2
- # Copyright (c) 2013, 2014 The University of Manchester, UK.
2
+ # Copyright (c) 2013-2015 The University of Manchester, UK.
3
3
  #
4
4
  # BSD Licenced. See LICENCE.rdoc for details.
5
5
  #
@@ -30,7 +30,6 @@ if ActiveSupport::TestCase.method_defined?(:fixture_path=)
30
30
  end
31
31
 
32
32
  class ActiveSupport::TestCase
33
- include TavernaPlayer::Engine.routes.url_helpers
34
33
  include ActionDispatch::TestProcess
35
34
  fixtures :all
36
35
  end
@@ -1,5 +1,5 @@
1
1
  #------------------------------------------------------------------------------
2
- # Copyright (c) 2013, 2014 The University of Manchester, UK.
2
+ # Copyright (c) 2013-2015 The University of Manchester, UK.
3
3
  #
4
4
  # BSD Licenced. See LICENCE.rdoc for details.
5
5
  #
@@ -14,6 +14,8 @@ require 'test_helper'
14
14
 
15
15
  module TavernaPlayer
16
16
  class RunsHelperTest < ActionView::TestCase
17
+ include TavernaPlayer::Engine.routes.url_helpers
18
+
17
19
  setup do
18
20
  @int1 = taverna_player_interactions(:one)
19
21
  @int2 = taverna_player_interactions(:two)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taverna-player
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Haines
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-31 00:00:00.000000000 Z
11
+ date: 2015-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - ~>
74
74
  - !ruby/object:Gem::Version
75
- version: '1.2'
75
+ version: '1.3'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - ~>
81
81
  - !ruby/object:Gem::Version
82
- version: '1.2'
82
+ version: '1.3'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: delayed_job_active_record
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -234,6 +234,20 @@ dependencies:
234
234
  - - ~>
235
235
  - !ruby/object:Gem::Version
236
236
  version: '1.3'
237
+ - !ruby/object:Gem::Dependency
238
+ name: test-unit
239
+ requirement: !ruby/object:Gem::Requirement
240
+ requirements:
241
+ - - ~>
242
+ - !ruby/object:Gem::Version
243
+ version: '3.0'
244
+ type: :development
245
+ prerelease: false
246
+ version_requirements: !ruby/object:Gem::Requirement
247
+ requirements:
248
+ - - ~>
249
+ - !ruby/object:Gem::Version
250
+ version: '3.0'
237
251
  description: ! 'Taverna Player is a Ruby on Rails plugin to run Taverna Workflows
238
252
  using Taverna Server. Taverna Player surfaces a workflow in three ways: As a Web
239
253
  interface in the browser; As an embeddable widget to be included in any other Web