bio-samtools.gemspec in bio-samtools-0.5.3 vs bio-samtools.gemspec in bio-samtools-0.6.0

- old
+ new

@@ -2,22 +2,19 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| - s.name = %q{bio-samtools} - s.version = "0.5.3" + s.name = "bio-samtools" + s.version = "0.6.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.authors = [%q{Ricardo Ramirez-Gonzalez}, %q{Dan MacLean}, %q{Raoul J.P. Bonnal}] - s.date = %q{2012-04-14} - s.description = %q{Binder of samtools for ruby, on the top of FFI. - - This project was born from the need to add support of BAM files to - the gee_fu genome browser (http://github.com/danmaclean/gee_fu).} - s.email = %q{ilpuccio.febo@gmail.com} - s.extensions = [%q{ext/mkrf_conf.rb}] + s.authors = ["Ricardo Ramirez-Gonzalez", "Dan MacLean", "Raoul J.P. Bonnal"] + s.date = "2012-12-03" + s.description = "Binder of samtools for ruby, on the top of FFI. \n\n This project was born from the need to add support of BAM files to \n the gee_fu genome browser (http://github.com/danmaclean/gee_fu)." + s.email = "ilpuccio.febo@gmail.com" + s.extensions = ["ext/mkrf_conf.rb"] s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ @@ -192,14 +189,14 @@ "test/samples/small/testu.bam.bai", "test/test_basic.rb", "test/test_bio-samtools.rb", "test/test_vcf.rb" ] - s.homepage = %q{http://github.com/helios/bioruby-samtools} - s.licenses = [%q{MIT}] - s.require_paths = [%q{lib}] - s.rubygems_version = %q{1.8.6} - s.summary = %q{Binder of samtools for ruby, on the top of FFI.} + s.homepage = "http://github.com/helios/bioruby-samtools" + s.licenses = ["MIT"] + s.require_paths = ["lib"] + s.rubygems_version = "1.8.24" + s.summary = "Binder of samtools for ruby, on the top of FFI." if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then