Skip to content

Commit

Permalink
Updating to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Jul 26, 2011
1 parent 9039fa1 commit 4c3a5b7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -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}
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.6.1
1.0.0
6 changes: 3 additions & 3 deletions bio-blastxmlparser.gemspec
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 4c3a5b7

Please sign in to comment.