taverna-player 0.2.0 → 0.2.1
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.
data/CHANGES.rdoc
CHANGED
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
#------------------------------------------------------------------------------
|
|
12
12
|
|
|
13
13
|
module TavernaPlayer
|
|
14
|
-
class Input < ActiveRecord::Base
|
|
14
|
+
class RunPort::Input < ActiveRecord::Base
|
|
15
15
|
# Do not remove the next line.
|
|
16
16
|
include TavernaPlayer::Concerns::Models::Input
|
|
17
17
|
|
|
18
|
-
# Extend the Input model here.
|
|
18
|
+
# Extend the RunPort::Input model here.
|
|
19
19
|
end
|
|
20
20
|
end
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
#------------------------------------------------------------------------------
|
|
12
12
|
|
|
13
13
|
module TavernaPlayer
|
|
14
|
-
class Output < ActiveRecord::Base
|
|
14
|
+
class RunPort::Output < ActiveRecord::Base
|
|
15
15
|
# Do not remove the next line.
|
|
16
16
|
include TavernaPlayer::Concerns::Models::Output
|
|
17
17
|
|
|
18
|
-
# Extend the Output model here.
|
|
18
|
+
# Extend the RunPort::Output model here.
|
|
19
19
|
end
|
|
20
20
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: taverna-player
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-11-
|
|
12
|
+
date: 2013-11-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -454,7 +454,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
454
454
|
version: '0'
|
|
455
455
|
segments:
|
|
456
456
|
- 0
|
|
457
|
-
hash:
|
|
457
|
+
hash: -3999716263175930370
|
|
458
458
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
459
459
|
none: false
|
|
460
460
|
requirements:
|
|
@@ -463,7 +463,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
463
463
|
version: '0'
|
|
464
464
|
segments:
|
|
465
465
|
- 0
|
|
466
|
-
hash:
|
|
466
|
+
hash: -3999716263175930370
|
|
467
467
|
requirements: []
|
|
468
468
|
rubyforge_project:
|
|
469
469
|
rubygems_version: 1.8.21
|