genevalidatorapp.gemspec in genevalidatorapp-2.1.0 vs genevalidatorapp.gemspec in genevalidatorapp-2.1.1
- old
+ new
@@ -5,19 +5,18 @@
Gem::Specification.new do |s|
s.name = 'genevalidatorapp'
s.version = GeneValidatorApp::VERSION
s.authors = ['Monica Dragan', 'Ismail Moghul', 'Anurag Priyam',
- 'Yannick Wurm']
+ 'Yannick Wurm']
s.email = 'y.wurm@qmul.ac.uk'
s.summary = 'A Web App wrapper for GeneValidator.'
s.description = 'A Web App wrapper for GeneValidator, a program for' \
' validating gene predictions.'
s.homepage = 'https://wurmlab.github.io/tools/genevalidator/'
s.license = 'AGPL'
s.files = `git ls-files -z`.split("\x0")
- s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ['lib']
s.required_ruby_version = '>= 2.2.0'