bio-blastxmlparser 0.6.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock CHANGED
@@ -10,8 +10,8 @@ GEM
10
10
  git (>= 1.2.5)
11
11
  rake
12
12
  log4r (1.1.9)
13
- nokogiri (1.4.4)
14
- rake (0.8.7)
13
+ nokogiri (1.5.0)
14
+ rake (0.9.2)
15
15
  rcov (0.9.9)
16
16
  rspec (2.3.0)
17
17
  rspec-core (~> 2.3.0)
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ require 'jeweler'
13
13
  Jeweler::Tasks.new do |gem|
14
14
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
15
15
  gem.name = "bio-blastxmlparser"
16
- gem.homepage = "http://github.com/pjotrp/bioruby-blastxmlparser"
16
+ gem.homepage = "http://github.com/pjotrp/blastxmlparser"
17
17
  gem.license = "MIT"
18
18
  gem.summary = %Q{BLAST XML parser}
19
19
  gem.description = %Q{Fast big data XML parser and library, written in Ruby}
@@ -39,8 +39,8 @@ end
39
39
 
40
40
  task :default => :spec
41
41
 
42
- require 'rake/rdoctask'
43
- Rake::RDocTask.new do |rdoc|
42
+ require 'rdoc/task'
43
+ RDoc::Task.new do |rdoc|
44
44
  version = File.exist?('VERSION') ? File.read('VERSION') : ""
45
45
 
46
46
  rdoc.rdoc_dir = 'rdoc'
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.1
1
+ 1.0.0
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{bio-blastxmlparser}
8
- s.version = "0.6.1"
8
+ s.version = "1.0.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Pjotr Prins"]
12
- s.date = %q{2011-04-26}
12
+ s.date = %q{2011-07-26}
13
13
  s.default_executable = %q{blastxmlparser}
14
14
  s.description = %q{Fast big data XML parser and library, written in Ruby}
15
15
  s.email = %q{pjotr.public01@thebird.nl}
@@ -47,7 +47,7 @@ Gem::Specification.new do |s|
47
47
  "test/data/nt_example_blastn.m7",
48
48
  "timings.sh"
49
49
  ]
50
- s.homepage = %q{http://github.com/pjotrp/bioruby-blastxmlparser}
50
+ s.homepage = %q{http://github.com/pjotrp/blastxmlparser}
51
51
  s.licenses = ["MIT"]
52
52
  s.require_paths = ["lib"]
53
53
  s.rubygems_version = %q{1.3.7}
metadata CHANGED
@@ -3,10 +3,10 @@ name: bio-blastxmlparser
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
- - 0
7
- - 6
8
6
  - 1
9
- version: 0.6.1
7
+ - 0
8
+ - 0
9
+ version: 1.0.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - Pjotr Prins
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-04-26 00:00:00 +02:00
17
+ date: 2011-07-26 00:00:00 +02:00
18
18
  default_executable: blastxmlparser
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -143,7 +143,7 @@ files:
143
143
  - test/data/nt_example_blastn.m7
144
144
  - timings.sh
145
145
  has_rdoc: true
146
- homepage: http://github.com/pjotrp/bioruby-blastxmlparser
146
+ homepage: http://github.com/pjotrp/blastxmlparser
147
147
  licenses:
148
148
  - MIT
149
149
  post_install_message:
@@ -156,7 +156,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - ">="
158
158
  - !ruby/object:Gem::Version
159
- hash: 169663261
159
+ hash: -125380653
160
160
  segments:
161
161
  - 0
162
162
  version: "0"