https://github.com/georgeG/bioruby-cd-hit-report
Raw File
Tip revision: a2cd4f47825233db8c3b002f008e54e8d9ef99c3 authored by georgeG on 18 March 2013, 11:30:25 UTC
Version bump to 0.1.0
Tip revision: a2cd4f4
Gemfile
source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
#   gem "activesupport", ">= 2.3.5"

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
  gem "minitest"
  gem "rdoc"
  gem "bundler"
  gem "jeweler"
  gem "bio", "1.4.3"
  gem "rdoc"
end
back to top