unipept 1.1.1 → 1.1.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
  SHA1:
3
- metadata.gz: f9e7aed1832989eddf44ce10e5ae42dc4976bf31
4
- data.tar.gz: d23fd6021eeb04bc4c6cb9b077f0fca978422f38
3
+ metadata.gz: f1754c5a267fc5f4693eac69a39829976faf9ef2
4
+ data.tar.gz: 51466d18f6e9938285c3a6f9c0ff792744a37f67
5
5
  SHA512:
6
- metadata.gz: 6eeb2ca9e7dbbc13a0dd2c99a8aa3284cbca52250173060e4615f2b69d5d9b1cd27565c5cebc81275234d8f65542c07f4795f3d1b7bff71d89bb7b2bef9334f8
7
- data.tar.gz: 6e79d4bf72af62e0c90c67e8f63a1eaa647850dfb616d225a2521a237274153e96887007f580bf83f5eab3112112f65bb2d6fdbde15a4630044bf3f63f2e6b04
6
+ metadata.gz: df489439d29c756b4694d400ab23770fef551e5368023c2cd626e3c0eceaef377c1d46b4bfe912a157efc1d88f92fb8a3bef3938c3726176a57dc6933fcab1f9
7
+ data.tar.gz: 3cf20e18248e59b2f1f777b69ca022da8b83b2964fa9ea06301e77ca6946507a53043472156e44cce5e8a6e861b292b3e1558e65b7a9a17265adff407f500a38
data/.travis.yml CHANGED
@@ -1,10 +1,9 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.3.1
3
+ - 2.3.3
4
4
  - 2.2.5
5
5
  - 2.1.9
6
6
  - 2.0.0
7
- - 1.9.3
8
- # - jruby-19mode
7
+
9
8
  notifications:
10
9
  slack: zeuswpi:yBidVPnaP2JuP2zfa36Ew0E1
data/Rakefile CHANGED
@@ -28,7 +28,7 @@ Jeweler::Tasks.new do |gem|
28
28
  EOS
29
29
  gem.email = 'unipept@ugent.be'
30
30
  gem.authors = ['Toon Willems', 'Bart Mesuere', 'Tom Naessens']
31
- gem.required_ruby_version = '>= 1.9.3'
31
+ gem.required_ruby_version = '>= 2.0.0'
32
32
  end
33
33
  Jeweler::RubygemsDotOrgTasks.new
34
34
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.1
1
+ 1.1.2
data/bin/peptfilter CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  require_relative '../lib/commands'
3
3
 
4
- Signal.trap('PIPE', 'EXIT')
5
- Signal.trap('INT', 'EXIT')
4
+ Signal.trap('PIPE', 'EXIT') if Signal.list.include? 'PIPE'
5
+ Signal.trap('INT', 'EXIT') if Signal.list.include? 'INT'
6
6
 
7
7
  Unipept::Commands::Peptfilter.run(ARGV)
data/bin/prot2pept CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  require_relative '../lib/commands'
3
3
 
4
- Signal.trap('PIPE', 'EXIT')
5
- Signal.trap('INT', 'EXIT')
4
+ Signal.trap('PIPE', 'EXIT') if Signal.list.include? 'PIPE'
5
+ Signal.trap('INT', 'EXIT') if Signal.list.include? 'INT'
6
6
 
7
7
  Unipept::Commands::Prot2pept.run(ARGV)
data/bin/unipept CHANGED
@@ -2,7 +2,7 @@
2
2
  require_relative '../lib/commands'
3
3
 
4
4
  # Prevent broken pipe errors
5
- Signal.trap('PIPE', 'EXIT')
6
- Signal.trap('INT', 'EXIT')
5
+ Signal.trap('PIPE', 'EXIT') if Signal.list.include? 'PIPE'
6
+ Signal.trap('INT', 'EXIT') if Signal.list.include? 'INT'
7
7
 
8
8
  Unipept::Commands::Unipept.run(ARGV)
data/bin/uniprot CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  require_relative '../lib/commands'
3
3
 
4
- Signal.trap('PIPE', 'EXIT')
5
- Signal.trap('INT', 'EXIT')
4
+ Signal.trap('PIPE', 'EXIT') if Signal.list.include? 'PIPE'
5
+ Signal.trap('INT', 'EXIT') if Signal.list.include? 'INT'
6
6
 
7
7
  Unipept::Commands::Uniprot.run(ARGV)
data/unipept.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: unipept 1.1.1 ruby lib
5
+ # stub: unipept 1.1.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "unipept"
9
- s.version = "1.1.1"
9
+ s.version = "1.1.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Toon Willems", "Bart Mesuere", "Tom Naessens"]
14
- s.date = "2016-06-12"
14
+ s.date = "2017-01-17"
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"
16
16
  s.email = "unipept@ugent.be"
17
17
  s.executables = ["unipept", "prot2pept", "peptfilter", "uniprot"]
@@ -76,7 +76,7 @@ Gem::Specification.new do |s|
76
76
  ]
77
77
  s.homepage = "http://unipept.ugent.be"
78
78
  s.licenses = ["MIT"]
79
- s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
79
+ s.required_ruby_version = Gem::Requirement.new(">= 2.0.0")
80
80
  s.rubygems_version = "2.4.8"
81
81
  s.summary = "Command line interface to Unipept web services."
82
82
 
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: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toon Willems
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-06-12 00:00:00.000000000 Z
13
+ date: 2017-01-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cri
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
190
190
  requirements:
191
191
  - - ">="
192
192
  - !ruby/object:Gem::Version
193
- version: 1.9.3
193
+ version: 2.0.0
194
194
  required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  requirements:
196
196
  - - ">="