qsar-report 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/qsar-report.gemspec +3 -5
- metadata +7 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b915c02ff0661596c9b175f35f7232ffe3b46b991389a46495bb00dbc689384
|
4
|
+
data.tar.gz: f511a5e6271803aee3146538e78367dc33b5ad7c8731e3b9a9267ef63d2b4fa4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9799d5691fe7ebf36392933fc2de9717c9cd5862cd72587c1c749028f7ff0be51462b77d56ea7005796eeb1837ebef2914166d1ccf08b85814028c1dc02b671e
|
7
|
+
data.tar.gz: a5bb262fd0eb7e18c2b0523d348e5ec2dbfa8cae797d02d3ba93fcc5fc621a997805865afdcd3f4d48582ed905c4432b784f7f4436490d433c11a7bf6db4b239
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.3
|
data/qsar-report.gemspec
CHANGED
@@ -4,14 +4,12 @@ Gem::Specification.new do |s|
|
|
4
4
|
s.name = "qsar-report"
|
5
5
|
s.version = File.read("./VERSION")
|
6
6
|
s.date = "2016-09-16"
|
7
|
-
s.authors = ["Micha Rautenberg"]
|
8
|
-
s.email = ["rautenberg@in-silico.ch"]
|
9
|
-
s.homepage = "https://
|
7
|
+
s.authors = ["Micha Rautenberg","Christoph Helma", "Denis Gebele"]
|
8
|
+
s.email = ["rautenberg@in-silico.ch", "helma@in-silico.ch", "gebele@in-silico.ch"]
|
9
|
+
s.homepage = "https://git.in-silico.ch/qsar-report"
|
10
10
|
s.summary = %q{qsar-report}
|
11
11
|
s.description = %q{QMRF and QPRF reporting for OpenTox ruby module and Lazar Toxicity Predictions}
|
12
12
|
s.license = 'GPL-3.0'
|
13
|
-
s.metadata = { "issue_tracker" => "https://github.com/opentox/qsar-report/issues" }
|
14
|
-
|
15
13
|
|
16
14
|
s.files = `git ls-files`.split("\n")
|
17
15
|
s.required_ruby_version = '>= 2.0.0'
|
metadata
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qsar-report
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Micha Rautenberg
|
8
|
+
- Christoph Helma
|
9
|
+
- Denis Gebele
|
8
10
|
autorequire:
|
9
11
|
bindir: bin
|
10
12
|
cert_chain: []
|
@@ -41,6 +43,8 @@ dependencies:
|
|
41
43
|
description: QMRF and QPRF reporting for OpenTox ruby module and Lazar Toxicity Predictions
|
42
44
|
email:
|
43
45
|
- rautenberg@in-silico.ch
|
46
|
+
- helma@in-silico.ch
|
47
|
+
- gebele@in-silico.ch
|
44
48
|
executables: []
|
45
49
|
extensions: []
|
46
50
|
extra_rdoc_files: []
|
@@ -72,11 +76,10 @@ files:
|
|
72
76
|
- test/qmrf-report.rb
|
73
77
|
- test/qprf-report.rb
|
74
78
|
- test/setup.rb
|
75
|
-
homepage: https://
|
79
|
+
homepage: https://git.in-silico.ch/qsar-report
|
76
80
|
licenses:
|
77
81
|
- GPL-3.0
|
78
|
-
metadata:
|
79
|
-
issue_tracker: https://github.com/opentox/qsar-report/issues
|
82
|
+
metadata: {}
|
80
83
|
post_install_message:
|
81
84
|
rdoc_options: []
|
82
85
|
require_paths:
|