roboneuro 0.1.6 → 0.1.9
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 +4 -4
- data/Gemfile.lock +8 -8
- data/lib/whedon/processor.rb +1 -1
- data/lib/whedon/version.rb +1 -1
- data/lib/whedon.rb +4 -1
- data/resources/crossref.template +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e32758b56d705ca4958dffed50c665665e084362809e206ca29bbced65315e38
|
4
|
+
data.tar.gz: 335e61d33a8a45b22e46b86de79a2874ba000f93d2917e3976f8c4fd8363c67c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f013e82c1166f52c552f0b521a9caac53abfb3e4d599a0fefe1ca62b2c7f6e98684de1a8429c269f095c013a7e5ce0a6e8bab3213514f056565d5f5df518cf28
|
7
|
+
data.tar.gz: 85402f2cc63aa56ba939b89dbc4a885aa3e5f2f5003ae3157b550d28cd15cc89ba9b73f2cfcb7f34e32caa0c58163cffb484f68b6ae1d79a4e5bf5bc7bb36401
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
roboneuro (0.1.
|
4
|
+
roboneuro (0.1.9)
|
5
5
|
bibtex-ruby (~> 6.0.0)
|
6
6
|
dotenv
|
7
7
|
github-linguist (~> 5.3)
|
@@ -60,7 +60,7 @@ GEM
|
|
60
60
|
rugged (>= 0.25.1)
|
61
61
|
hashdiff (1.0.1)
|
62
62
|
http-accept (1.7.0)
|
63
|
-
http-cookie (1.0.
|
63
|
+
http-cookie (1.0.5)
|
64
64
|
domain_name (~> 0.5)
|
65
65
|
latex-decode (0.3.2)
|
66
66
|
method_source (1.0.0)
|
@@ -72,9 +72,9 @@ GEM
|
|
72
72
|
netrc (0.11.0)
|
73
73
|
nokogiri (1.10.8)
|
74
74
|
mini_portile2 (~> 2.4.0)
|
75
|
-
octokit (4.
|
76
|
-
faraday (>=
|
77
|
-
sawyer (~> 0.
|
75
|
+
octokit (4.23.0)
|
76
|
+
faraday (>= 1, < 3)
|
77
|
+
sawyer (~> 0.9)
|
78
78
|
openjournals-nameable (1.1.7)
|
79
79
|
pry (0.13.1)
|
80
80
|
coderay (~> 1.1)
|
@@ -103,14 +103,14 @@ GEM
|
|
103
103
|
rspec-support (3.10.2)
|
104
104
|
ruby2_keywords (0.0.5)
|
105
105
|
rugged (1.4.3)
|
106
|
-
sawyer (0.
|
106
|
+
sawyer (0.9.1)
|
107
107
|
addressable (>= 2.3.5)
|
108
|
-
faraday (
|
108
|
+
faraday (>= 0.17.3, < 3)
|
109
109
|
thor (0.20.3)
|
110
110
|
tilt (2.0.10)
|
111
111
|
unf (0.1.4)
|
112
112
|
unf_ext
|
113
|
-
unf_ext (0.0.8.
|
113
|
+
unf_ext (0.0.8.2)
|
114
114
|
unicode (0.4.4.4)
|
115
115
|
vcr (6.0.0)
|
116
116
|
webmock (3.11.2)
|
data/lib/whedon/processor.rb
CHANGED
data/lib/whedon/version.rb
CHANGED
data/lib/whedon.rb
CHANGED
@@ -234,8 +234,11 @@ module Whedon
|
|
234
234
|
"#{ENV['JOURNAL_ALIAS']}.#{id}"
|
235
235
|
end
|
236
236
|
|
237
|
+
# HARDCODED
|
238
|
+
# We run into a problem with domain registration for neurolibre.github.io/preperints
|
239
|
+
# Therefore we decided to add neurolibre.github.io/preprints to xml metadata.
|
237
240
|
def pdf_url
|
238
|
-
"
|
241
|
+
"https://neurolibre.github.io/#{paper_repo}/#{joss_id}/#{ENV['DOI_PREFIX']}.#{joss_id}.pdf"
|
239
242
|
end
|
240
243
|
|
241
244
|
def paper_org
|
data/resources/crossref.template
CHANGED
@@ -77,7 +77,7 @@
|
|
77
77
|
<resource>$joss_resource_url$</resource>
|
78
78
|
<collection property="text-mining">
|
79
79
|
<item>
|
80
|
-
<resource mime_type="application/pdf">$
|
80
|
+
<resource mime_type="application/pdf">$paper_url$</resource>
|
81
81
|
</item>
|
82
82
|
</collection>
|
83
83
|
</doi_data>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: roboneuro
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Agah Karakuzu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bibtex-ruby
|