bioportal 2.1 → 2.2
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/.gitignore +1 -0
- data/app/views/bioportal/_bioportal_visualise.html.erb +1 -1
- data/bioportal.gemspec +1 -1
- metadata +11 -8
- checksums.yaml +0 -7
data/.gitignore
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
<iframe id="bioportal_visualisation" frameborder="0" src="
|
|
2
|
+
<iframe id="bioportal_visualisation" frameborder="0" src="https://bioportal.bioontology.org/widgets/visualization?ontology=<%=ontology_id%>&class=<%=URI.escape(concept_id,":/")%>&apikey=<%=apikey%>"></iframe>
|
data/bioportal.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'bioportal'
|
|
3
|
-
s.version = '2.
|
|
3
|
+
s.version = '2.2'
|
|
4
4
|
s.date = '2014-03-20'
|
|
5
5
|
s.summary = "Supports linking of Models within a RoR application to a Concept and Ontology within the BioPortal"
|
|
6
6
|
s.authors = ["Stuart Owen","Quyen Nguyen"]
|
metadata
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bioportal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '2.
|
|
4
|
+
version: '2.2'
|
|
5
|
+
prerelease:
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- Stuart Owen
|
|
@@ -17,8 +18,8 @@ executables: []
|
|
|
17
18
|
extensions: []
|
|
18
19
|
extra_rdoc_files: []
|
|
19
20
|
files:
|
|
20
|
-
-
|
|
21
|
-
-
|
|
21
|
+
- .gitignore
|
|
22
|
+
- .ruby-gemset
|
|
22
23
|
- BSD-LICENSE
|
|
23
24
|
- Gemfile
|
|
24
25
|
- Gemfile.lock
|
|
@@ -59,26 +60,28 @@ files:
|
|
|
59
60
|
- uninstall.rb
|
|
60
61
|
homepage: https://github.com/SysMO-DB/bioportal
|
|
61
62
|
licenses: []
|
|
62
|
-
metadata: {}
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
65
65
|
require_paths:
|
|
66
66
|
- lib
|
|
67
67
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
|
+
none: false
|
|
68
69
|
requirements:
|
|
69
|
-
- -
|
|
70
|
+
- - ! '>='
|
|
70
71
|
- !ruby/object:Gem::Version
|
|
71
72
|
version: '0'
|
|
72
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
|
+
none: false
|
|
73
75
|
requirements:
|
|
74
|
-
- -
|
|
76
|
+
- - ! '>='
|
|
75
77
|
- !ruby/object:Gem::Version
|
|
76
78
|
version: '0'
|
|
77
79
|
requirements: []
|
|
78
80
|
rubyforge_project:
|
|
79
|
-
rubygems_version:
|
|
81
|
+
rubygems_version: 1.8.25
|
|
80
82
|
signing_key:
|
|
81
|
-
specification_version:
|
|
83
|
+
specification_version: 3
|
|
82
84
|
summary: Supports linking of Models within a RoR application to a Concept and Ontology
|
|
83
85
|
within the BioPortal
|
|
84
86
|
test_files: []
|
|
87
|
+
has_rdoc:
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: 3b0961441bb3fba35541487be496d53e94520771
|
|
4
|
-
data.tar.gz: 2132cb61672cac93d978479222e120e952c48609
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz: 2bc35cbc513e07023c8ed63fd46c79de75d1085be2a0a2d5f7b37327ae03a37dda01aca472e57d988bb1e1d01a136f0da0a20ee6ebe08ae1984cdf48b62f00a9
|
|
7
|
-
data.tar.gz: b46d595cfd2b4e125389da7616c6b69abd453eb40f23ef62e28be31f6abda1add61795e0d92594a113840f3e95ea0ddcb8efbe710ad1120f68fff1ed3c422781
|