From fdddcd45c060861c954fc4a033ab7e25b8f94098 Mon Sep 17 00:00:00 2001 From: Hiroyuki Mishima Date: Thu, 7 Apr 2011 11:20:14 +0900 Subject: [PATCH] gemspec prepared --- Rakefile | 5 +++-- bio-genomic-interval.gemspec | 8 +++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index 252e13a..ecd54a3 100644 --- a/Rakefile +++ b/Rakefile @@ -15,8 +15,9 @@ Jeweler::Tasks.new do |gem| gem.name = "bio-genomic-interval" gem.homepage = "http://github.com/misshie/bioruby-genomic-interval" 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{a BioRuby plugin: handling genomic interavals and overlaps} + gem.description = + %Q{a BioRuby plugin: handling genomic intervals,such as "chr1:123-456", and overlaps between two intervalsrake } gem.email = "missy@be.to" gem.authors = ["Hiroyuki Mishima"] # Include your dependencies below. Runtime dependencies are required when using your gem, diff --git a/bio-genomic-interval.gemspec b/bio-genomic-interval.gemspec index 9e6b5ab..20d24c0 100644 --- a/bio-genomic-interval.gemspec +++ b/bio-genomic-interval.gemspec @@ -5,12 +5,12 @@ Gem::Specification.new do |s| s.name = %q{bio-genomic-interval} - 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 = ["Hiroyuki Mishima"] s.date = %q{2011-04-07} - s.description = %q{TODO: longer description of your gem} + s.description = %q{a BioRuby plugin: handling genomic intervals,such as "chr1:123-456", and overlaps between two intervalsrake } s.email = %q{missy@be.to} s.extra_rdoc_files = [ "LICENSE.txt", @@ -20,10 +20,12 @@ Gem::Specification.new do |s| ".document", ".rspec", "Gemfile", + "Gemfile.lock", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", + "bio-genomic-interval.gemspec", "lib/bio-genomic-interval.rb", "spec/bio-genomic-interval_spec.rb", "spec/spec_helper.rb" @@ -32,7 +34,7 @@ Gem::Specification.new do |s| s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.6.2} - s.summary = %q{TODO: one-line summary of your gem} + s.summary = %q{a BioRuby plugin: handling genomic interavals and overlaps} s.test_files = [ "spec/bio-genomic-interval_spec.rb", "spec/spec_helper.rb"