bio-assembly 0.0.1 → 0.0.2
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/bio-assembly.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -16,7 +16,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
16
16
|
gem.homepage = "http://github.com/chmille4/bioruby-assembly"
|
|
17
17
|
gem.license = "MIT"
|
|
18
18
|
gem.summary = "BioRuby Assembly plugin"
|
|
19
|
-
gem.description = "
|
|
19
|
+
gem.description = "bioruby plugin to parse, write, and manipulate assembly data"
|
|
20
20
|
gem.email = "chmille4@gmail.com"
|
|
21
21
|
gem.authors = ["Chase Miller"]
|
|
22
22
|
# Include your dependencies below. Runtime dependencies are required when using your gem,
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/bio-assembly.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{bio-assembly}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Chase Miller"]
|
|
12
12
|
s.date = %q{2010-12-27}
|
|
13
|
-
s.description = %q{
|
|
13
|
+
s.description = %q{bioruby plugin to parse, write, and manipulate assembly data}
|
|
14
14
|
s.email = %q{chmille4@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bio-assembly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.0.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Chase Miller
|
|
@@ -94,7 +94,7 @@ dependencies:
|
|
|
94
94
|
- 1
|
|
95
95
|
version: 1.4.1
|
|
96
96
|
requirement: *id005
|
|
97
|
-
description:
|
|
97
|
+
description: bioruby plugin to parse, write, and manipulate assembly data
|
|
98
98
|
email: chmille4@gmail.com
|
|
99
99
|
executables: []
|
|
100
100
|
|