Sha256: a3b884de5bb29f21c0f93e4019d676aa638103d7b4383d07edc16ed9fb34baed

Contents?: true

Size: 504 Bytes

Versions: 2

Compression:

Stored size: 504 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-wrapper", ">= 2.7.0"
gem "descriptive_statistics"
#gem "rake"

gem "sorted_set"

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

2 entries across 2 versions & 1 rubygems

Version Path
bio-polymarker-1.3.2 Gemfile
bio-polymarker-1.3.1 Gemfile