Sha256: 649e5e7967aad7b39be09373c20e0f9c23edc74fce2707f2edcf6f2e59e54da9

Contents?: true

Size: 449 Bytes

Versions: 4

Compression:

Stored size: 449 Bytes

Contents

source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
#   gem "activesupport", ">= 2.3.5"

gem "bio", ">= 1.5.1"
gem "bio-samtools", ">= 2.6.2"
#gem "rake"

gem "systemu", ">=2.5.2"

group :development do
	gem "shoulda", ">= 2.10"
	gem 'test-unit'
	if RUBY_VERSION.start_with?("2.1") or RUBY_VERSION.start_with?("2.2") or RUBY_VERSION.start_with?("2.0")
		gem "jeweler", "= 2.0.1"
	else
		gem "juwelier" 
	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bio-polyploid-tools-0.8.3 Gemfile
bio-polyploid-tools-0.8.2 Gemfile
bio-polyploid-tools-0.8.1 Gemfile
bio-polyploid-tools-0.8.0 Gemfile