parse_fasta.gemspec in parse_fasta-1.3.0 vs parse_fasta.gemspec in parse_fasta-1.4.0

- old
+ new

@@ -7,10 +7,10 @@ spec.name = "parse_fasta" spec.version = ParseFasta::VERSION spec.authors = ["Ryan Moore"] spec.email = ["moorer@udel.edu"] spec.summary = %q{Easy-peasy parsing of fasta files} - spec.description = %q{So you want to parse a fasta file...} + spec.description = %q{So you want to parse a fasta or fastq file...} spec.homepage = "https://github.com/mooreryan/parse_fasta" spec.license = "GPLv3: http://www.gnu.org/licenses/gpl.txt" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }