bio-assembly 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/bio-assembly.gemspec +2 -2
  4. 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 = "provides functionality to parse, write, and manipulate assembly data"
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
1
+ 0.0.2
@@ -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.1"
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{provides functionality to parse, write, and manipulate assembly data}
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
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: provides functionality to parse, write, and manipulate assembly data
97
+ description: bioruby plugin to parse, write, and manipulate assembly data
98
98
  email: chmille4@gmail.com
99
99
  executables: []
100
100