bio-blastxmlparser 0.6.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +2 -2
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/bio-blastxmlparser.gemspec +3 -3
- metadata +6 -6
data/Gemfile.lock
CHANGED
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/
|
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 '
|
43
|
-
|
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.
|
1
|
+
1.0.0
|
data/bio-blastxmlparser.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{bio-blastxmlparser}
|
8
|
-
s.version = "0.
|
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-
|
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/
|
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
|
-
|
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-
|
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/
|
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:
|
159
|
+
hash: -125380653
|
160
160
|
segments:
|
161
161
|
- 0
|
162
162
|
version: "0"
|