unipept 3.0.1 → 3.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7ae25b4963b7859c29cacb41da52979f14d5c4c475bcf301b39c4b462484d491
4
- data.tar.gz: 9964dc3d83bb794673a067a9aac45cd638b6248230972c2ea02a13dab4beaba4
3
+ metadata.gz: b4684d01b8ed753c705e56cc82f59783cd8f4bdf2ebb6fd9d5ddc5e2cb6ff84b
4
+ data.tar.gz: 3ce7f3443ba3047aa4f54e09b9ad872b34a9f72df0a32d929c3967294a821ff7
5
5
  SHA512:
6
- metadata.gz: de2af48a091dc98dc745c451433fa91fcb95ba056fe0fda4520a455568de93f7b60125e9e5c4bb4c27fc97c35d8464daf3c09c371b19e6bcb51f516af9b6eff9
7
- data.tar.gz: 3952e4ec06d8f64a0c536f3cb02fba11d6470fc63b0aaa6d4ba3dcbdb2c0f77ed02857559962ea2458f7642f59c2bb67276e7c5a0915745eda1ec0f445a1b1e9
6
+ metadata.gz: e381846d62f44b1dae4855fbce2fa732ec84de0f545573a64eecb9e72a4d418acb66b3a60b49c94797835419c7f8efdd8c6a738d0c9eaf1139a5ba897c5cb1b6
7
+ data.tar.gz: f4ccfaf31feac1b4a4547ae8f8b3d50ccf55462a883a04813983ff0c76744e3c7afeefc0921250b6ab13dff439964b7c16b56c62d9257a23ff0cd9368f7ba3c8
data/Gemfile.lock CHANGED
@@ -16,7 +16,7 @@ GEM
16
16
  ruby2_keywords
17
17
  faraday-net_http (1.0.1)
18
18
  ffi (1.12.1)
19
- git (1.8.1)
19
+ git (1.11.0)
20
20
  rchardet (~> 1.8)
21
21
  github_api (0.19.0)
22
22
  addressable (~> 2.4)
@@ -26,6 +26,7 @@ GEM
26
26
  oauth2 (~> 1.0)
27
27
  hashie (3.6.0)
28
28
  highline (2.0.3)
29
+ json (2.6.2)
29
30
  juwelier (2.4.9)
30
31
  builder
31
32
  bundler
@@ -42,11 +43,11 @@ GEM
42
43
  kamelcase (0.0.2)
43
44
  semver2 (~> 3)
44
45
  mini_portile2 (2.8.0)
45
- minitest (5.15.0)
46
+ minitest (5.16.2)
46
47
  multi_json (1.15.0)
47
48
  multi_xml (0.6.0)
48
49
  multipart-post (2.1.1)
49
- nokogiri (1.13.4)
50
+ nokogiri (1.13.6)
50
51
  mini_portile2 (~> 2.8.0)
51
52
  racc (~> 1.4)
52
53
  oauth2 (1.4.4)
@@ -56,39 +57,40 @@ GEM
56
57
  multi_xml (~> 0.5)
57
58
  rack (>= 1.2, < 3)
58
59
  parallel (1.22.1)
59
- parser (3.1.1.0)
60
+ parser (3.1.2.0)
60
61
  ast (~> 2.4.1)
61
- psych (4.0.3)
62
+ psych (4.0.4)
62
63
  stringio
63
64
  public_suffix (4.0.6)
64
65
  racc (1.6.0)
65
- rack (2.2.3)
66
+ rack (2.2.3.1)
66
67
  rainbow (3.1.1)
67
68
  rake (13.0.6)
68
69
  rchardet (1.8.0)
69
70
  rdoc (6.4.0)
70
71
  psych (>= 4.0.0)
71
- regexp_parser (2.3.0)
72
+ regexp_parser (2.5.0)
72
73
  rexml (3.2.5)
73
- rubocop (1.27.0)
74
+ rubocop (1.31.2)
75
+ json (~> 2.3)
74
76
  parallel (~> 1.10)
75
77
  parser (>= 3.1.0.0)
76
78
  rainbow (>= 2.2.2, < 4.0)
77
79
  regexp_parser (>= 1.8, < 3.0)
78
- rexml
79
- rubocop-ast (>= 1.16.0, < 2.0)
80
+ rexml (>= 3.2.5, < 4.0)
81
+ rubocop-ast (>= 1.18.0, < 2.0)
80
82
  ruby-progressbar (~> 1.7)
81
83
  unicode-display_width (>= 1.4.0, < 3.0)
82
- rubocop-ast (1.17.0)
84
+ rubocop-ast (1.18.0)
83
85
  parser (>= 3.1.1.0)
84
86
  ruby-progressbar (1.11.0)
85
87
  ruby2_keywords (0.0.4)
86
88
  semver2 (3.4.2)
87
- stringio (3.0.1)
89
+ stringio (3.0.2)
88
90
  thread_safe (0.3.6)
89
91
  typhoeus (1.3.1)
90
92
  ethon (>= 0.9.0)
91
- unicode-display_width (2.1.0)
93
+ unicode-display_width (2.2.0)
92
94
 
93
95
  PLATFORMS
94
96
  ruby
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1
1
+ 3.0.2
@@ -60,7 +60,7 @@ module Unipept::Commands
60
60
  get_uniprot_entry(accession, 'fasta').lines.map(&:chomp)[1..].join
61
61
  else
62
62
  # other format has been specified, just download and output
63
- resp = Typhoeus.get("https://www.uniprot.org/uniprot/#{accession}.#{format}")
63
+ resp = Typhoeus.get("https://rest.uniprot.org/uniprotkb/#{accession}.#{format}")
64
64
  resp.response_body if resp.success?
65
65
  end
66
66
  end
data/unipept.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: unipept 3.0.1 ruby lib
5
+ # stub: unipept 3.0.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "unipept".freeze
9
- s.version = "3.0.1"
9
+ s.version = "3.0.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Bart Mesuere".freeze, "Pieter Verschaffelt".freeze, "Toon Willems".freeze, "Tom Naessens".freeze]
14
- s.date = "2022-04-27"
14
+ s.date = "2022-07-08"
15
15
  s.description = " Command line interface to the Unipept (http://unipept.ugent.be) web services\n (pept2lca, taxa2lca, pept2taxa, pept2prot and taxonomy) and some utility\n commands for handling proteins using the command line.\n".freeze
16
16
  s.email = "unipept@ugent.be".freeze
17
17
  s.executables = ["unipept".freeze, "prot2pept".freeze, "peptfilter".freeze, "uniprot".freeze]
@@ -105,7 +105,7 @@ Gem::Specification.new do |s|
105
105
  s.homepage = "http://unipept.ugent.be".freeze
106
106
  s.licenses = ["MIT".freeze]
107
107
  s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze)
108
- s.rubygems_version = "3.2.15".freeze
108
+ s.rubygems_version = "3.3.7".freeze
109
109
  s.summary = "Command line interface to Unipept web services.".freeze
110
110
 
111
111
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unipept
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bart Mesuere
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2022-04-27 00:00:00.000000000 Z
14
+ date: 2022-07-08 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: cri
@@ -212,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  - !ruby/object:Gem::Version
213
213
  version: '0'
214
214
  requirements: []
215
- rubygems_version: 3.2.15
215
+ rubygems_version: 3.3.7
216
216
  signing_key:
217
217
  specification_version: 4
218
218
  summary: Command line interface to Unipept web services.