roboneuro 0.1.9 → 0.1.10

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e32758b56d705ca4958dffed50c665665e084362809e206ca29bbced65315e38
4
- data.tar.gz: 335e61d33a8a45b22e46b86de79a2874ba000f93d2917e3976f8c4fd8363c67c
3
+ metadata.gz: d6222b1286c8b93307f32a72b4732c7604aaa65d8468f0aade6039e8b4b4fe81
4
+ data.tar.gz: daf030e38d2271cdcb790d020e8daf15454f211ce86a9669dc3d8a2039d6ec0f
5
5
  SHA512:
6
- metadata.gz: f013e82c1166f52c552f0b521a9caac53abfb3e4d599a0fefe1ca62b2c7f6e98684de1a8429c269f095c013a7e5ce0a6e8bab3213514f056565d5f5df518cf28
7
- data.tar.gz: 85402f2cc63aa56ba939b89dbc4a885aa3e5f2f5003ae3157b550d28cd15cc89ba9b73f2cfcb7f34e32caa0c58163cffb484f68b6ae1d79a4e5bf5bc7bb36401
6
+ metadata.gz: '039255053135989cd7699d9955f1928dcc1a15dbf7eee584f1852183023e25c2971dd63978f73ed76dd2a30a0f238cc5f2f0b0c47a6344315a7f238c3a3324fd'
7
+ data.tar.gz: aa7bcdbe4fd862a06302f841936c4304d8bda89c6d8977a66e5c4f5985edd7c30d33718d09a2bb653c742176c8af640d816058dc6514a42d8f712b28ddd9a727
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- roboneuro (0.1.9)
4
+ roboneuro (0.1.10)
5
5
  bibtex-ruby (~> 6.0.0)
6
6
  dotenv
7
7
  github-linguist (~> 5.3)
@@ -30,29 +30,10 @@ GEM
30
30
  unf (>= 0.0.5, < 1.0.0)
31
31
  dotenv (2.7.6)
32
32
  escape_utils (1.1.1)
33
- faraday (1.10.0)
34
- faraday-em_http (~> 1.0)
35
- faraday-em_synchrony (~> 1.0)
36
- faraday-excon (~> 1.1)
37
- faraday-httpclient (~> 1.0)
38
- faraday-multipart (~> 1.0)
39
- faraday-net_http (~> 1.0)
40
- faraday-net_http_persistent (~> 1.0)
41
- faraday-patron (~> 1.0)
42
- faraday-rack (~> 1.0)
43
- faraday-retry (~> 1.0)
33
+ faraday (2.3.0)
34
+ faraday-net_http (~> 2.0)
44
35
  ruby2_keywords (>= 0.0.4)
45
- faraday-em_http (1.0.0)
46
- faraday-em_synchrony (1.0.0)
47
- faraday-excon (1.1.0)
48
- faraday-httpclient (1.0.1)
49
- faraday-multipart (1.0.3)
50
- multipart-post (>= 1.2, < 3)
51
- faraday-net_http (1.0.1)
52
- faraday-net_http_persistent (1.2.0)
53
- faraday-patron (1.0.0)
54
- faraday-rack (1.0.0)
55
- faraday-retry (1.0.3)
36
+ faraday-net_http (2.0.3)
56
37
  github-linguist (5.3.3)
57
38
  charlock_holmes (~> 0.7.5)
58
39
  escape_utils (~> 1.1.0)
@@ -68,11 +49,10 @@ GEM
68
49
  mime-types-data (~> 3.2015)
69
50
  mime-types-data (3.2022.0105)
70
51
  mini_portile2 (2.4.0)
71
- multipart-post (2.1.1)
72
52
  netrc (0.11.0)
73
53
  nokogiri (1.10.8)
74
54
  mini_portile2 (~> 2.4.0)
75
- octokit (4.23.0)
55
+ octokit (4.24.0)
76
56
  faraday (>= 1, < 3)
77
57
  sawyer (~> 0.9)
78
58
  openjournals-nameable (1.1.7)
@@ -103,7 +83,7 @@ GEM
103
83
  rspec-support (3.10.2)
104
84
  ruby2_keywords (0.0.5)
105
85
  rugged (1.4.3)
106
- sawyer (0.9.1)
86
+ sawyer (0.9.2)
107
87
  addressable (>= 2.3.5)
108
88
  faraday (>= 0.17.3, < 3)
109
89
  thor (0.20.3)
@@ -118,7 +118,9 @@ module Whedon
118
118
  end
119
119
 
120
120
  def deposit
121
- #crossref_deposit
121
+ puts "GEM - DEPOSITING CROSSREF"
122
+ crossref_deposit
123
+ puts "GEM - DEPOSITING NEUROLIBRE"
122
124
  joss_deposit
123
125
 
124
126
  puts "p=dat #{@review_issue_id};p.doi='#{paper.formatted_doi}';"\
@@ -1,3 +1,3 @@
1
1
  module Whedon
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
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.9
4
+ version: 0.1.10
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-06-08 00:00:00.000000000 Z
11
+ date: 2022-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bibtex-ruby