parse_fasta.gemspec in parse_fasta-1.4.0 vs parse_fasta.gemspec in parse_fasta-1.5.0

- old
+ new

@@ -6,11 +6,14 @@ Gem::Specification.new do |spec| 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 or fastq file...} + spec.summary = %q{Easy-peasy parsing of fasta & fastq files!} + spec.description = + "Provides nice, programmatic access to fasta " + + "and fastq files, as well as providing Sequence and Quality " + + "helper classes. No need for BioRuby ;)" 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) }