Skip to content

Commit

Permalink
gemspec prepared
Browse files Browse the repository at this point in the history
  • Loading branch information
misshie committed Apr 7, 2011
1 parent fb17ddc commit fdddcd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Rakefile
Expand Up @@ -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,
Expand Down
8 changes: 5 additions & 3 deletions bio-genomic-interval.gemspec
Expand Up @@ -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",
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit fdddcd4

Please sign in to comment.