genevalidatorapp 1.4.12 → 1.4.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 753e26de6b8ceda79799f3091b2e0aabf29608cd
4
- data.tar.gz: c0cfa5eb8e438d358eb5075102d513e5281910ce
3
+ metadata.gz: 11532c47e62fd41b42b9c9ce29f1412fce64287a
4
+ data.tar.gz: df79d9d63cb7c01e876fb25966033eb366aad0a3
5
5
  SHA512:
6
- metadata.gz: afa85a8d0180701c70fc6305c70cce391aafbb048e5dd06d66c6e651cc700baf114ac1fb582f0414e6a8dcbb882af20212df24f65f3f6216df9032beb8ed13e5
7
- data.tar.gz: 1bac2fea58e196961a90f239a7fb5a969fbc91f06be87a8c4f321b669292a78eea02900ee5b64694fbcbdc35fc9ab189c57edaff4779332eff461cd6c570ccb9
6
+ metadata.gz: 01b1631e391d51d2c0dc127cf840d12e5bd63a647e1659f95dfde57854529f8394e8a529490f0cb0739999c902d3f7aaeec0285a2cd4fc155a77bda36aa4f542
7
+ data.tar.gz: 9b3b9970a7a20483efecea122baa35b0bf2e135b434f8085ad0b2b70a1403fa1ceff384b0e6917284d6286d94425733126bd5d35bb2780e74867313b3a329f0c
data/.travis.yml CHANGED
@@ -2,6 +2,4 @@ language: ruby
2
2
  rvm:
3
3
  - "2.0.0"
4
4
  - "2.1.3"
5
- - '2.2.0'
6
- before_install:
7
- - sudo apt-get install -y libgsl0-dev
5
+ - '2.2.0'
data/README.md CHANGED
@@ -14,7 +14,7 @@ This program was developed at [Wurm Lab](http://yannick.poulet.org), [QMUL](http
14
14
 
15
15
  ## Installation
16
16
 
17
- 1) Install all GeneValidator Prerequisites (ruby <=1.9.3, Mafft, BLAST+, GSL). You would also require a BLAST database.
17
+ 1) Install all GeneValidator Prerequisites (ruby <= 2.0.0, Mafft, BLAST+). You would also require a BLAST database.
18
18
  * Please see [here](https://gist.github.com/IsmailM/b783e8a06565197084e6) for more information.
19
19
 
20
20
  2) Install GeneValidatorApp
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rspec/core/rake_task'
5
5
  task default: [:build]
6
6
  desc 'Installs the ruby gem'
7
7
  task :build do
8
- exec("gem build GeneValidatorApp.gemspec && gem install ./GeneValidatorApp-#{GeneValidatorApp::VERSION}.gem")
8
+ exec("gem build genevalidatorapp.gemspec && gem install ./genevalidatorapp-#{GeneValidatorApp::VERSION}.gem")
9
9
  end
10
10
 
11
11
  task test: :spec
@@ -1,3 +1,3 @@
1
1
  module GeneValidatorApp
2
- VERSION = '1.4.12'
2
+ VERSION = '1.4.13'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genevalidatorapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.12
4
+ version: 1.4.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ismail Moghul
@@ -203,12 +203,12 @@ files:
203
203
  - ".gitignore"
204
204
  - ".travis.yml"
205
205
  - Gemfile
206
- - GeneValidatorApp.gemspec
207
206
  - LICENSE.txt
208
207
  - README.md
209
208
  - Rakefile
210
209
  - bin/genevalidatorapp
211
210
  - config.ru
211
+ - genevalidatorapp.gemspec
212
212
  - lib/GeneValidatorApp.rb
213
213
  - lib/GeneValidatorApp/config.rb
214
214
  - lib/GeneValidatorApp/database.rb