diff --git a/Gemfile.lock b/Gemfile.lock index 5a9ca78..2982baf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,8 +10,8 @@ GEM git (>= 1.2.5) rake log4r (1.1.9) - nokogiri (1.4.4) - rake (0.8.7) + nokogiri (1.5.0) + rake (0.9.2) rcov (0.9.9) rspec (2.3.0) rspec-core (~> 2.3.0) diff --git a/Rakefile b/Rakefile index 32eebea..08cd9bb 100644 --- a/Rakefile +++ b/Rakefile @@ -13,7 +13,7 @@ require 'jeweler' Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "bio-blastxmlparser" - gem.homepage = "http://github.com/pjotrp/bioruby-blastxmlparser" + gem.homepage = "http://github.com/pjotrp/blastxmlparser" gem.license = "MIT" gem.summary = %Q{BLAST XML parser} gem.description = %Q{Fast big data XML parser and library, written in Ruby} @@ -39,8 +39,8 @@ end task :default => :spec -require 'rake/rdoctask' -Rake::RDocTask.new do |rdoc| +require 'rdoc/task' +RDoc::Task.new do |rdoc| version = File.exist?('VERSION') ? File.read('VERSION') : "" rdoc.rdoc_dir = 'rdoc' diff --git a/VERSION b/VERSION index ee6cdce..3eefcb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1 +1.0.0 diff --git a/bio-blastxmlparser.gemspec b/bio-blastxmlparser.gemspec index 5b75bcb..3699c59 100644 --- a/bio-blastxmlparser.gemspec +++ b/bio-blastxmlparser.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{bio-blastxmlparser} - s.version = "0.6.1" + s.version = "1.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Pjotr Prins"] - s.date = %q{2011-04-26} + s.date = %q{2011-07-26} s.default_executable = %q{blastxmlparser} s.description = %q{Fast big data XML parser and library, written in Ruby} s.email = %q{pjotr.public01@thebird.nl} @@ -47,7 +47,7 @@ Gem::Specification.new do |s| "test/data/nt_example_blastn.m7", "timings.sh" ] - s.homepage = %q{http://github.com/pjotrp/bioruby-blastxmlparser} + s.homepage = %q{http://github.com/pjotrp/blastxmlparser} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7}