Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpbonnal committed Sep 24, 2011
1 parent 8c90aed commit feddbf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem|
gem.name = "bio-biolinux"
gem.homepage = "http://github.com/helios/bioruby-biolinux"
gem.license = "MIT"
gem.summary = %Q{TODO: one-line summary of your gem}
gem.description = %Q{TODO: longer description of your gem}
gem.summary = %Q{Meta package for BioLinux distribution}
gem.description = %Q{Meta package for BioLinux distribution: bio-core, bio-core-ext}
gem.email = "ilpuccio.febo@gmail.com"
gem.authors = ["Raoul J.P. Bonnal"]
gem.add_runtime_dependency 'bio-core',["= 0.0.1"]
Expand Down
6 changes: 3 additions & 3 deletions bio-biolinux.gemspec
Expand Up @@ -5,12 +5,12 @@

Gem::Specification.new do |s|
s.name = %q{bio-biolinux}
s.version = "0.0.0"
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Raoul J.P. Bonnal}]
s.date = %q{2011-09-24}
s.description = %q{TODO: longer description of your gem}
s.description = %q{Meta package for BioLinux distribution: bio-core, bio-core-ext}
s.email = %q{ilpuccio.febo@gmail.com}
s.extra_rdoc_files = [
"LICENSE.txt",
Expand All @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.licenses = [%q{MIT}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.6}
s.summary = %q{TODO: one-line summary of your gem}
s.summary = %q{Meta package for BioLinux distribution}

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit feddbf6

Please sign in to comment.