Sha256: de6dce43597e7124393c202921f0935fd4bb463145ac5e397208b20ffd2680f7
Contents?: true
Size: 505 Bytes
Versions: 1
Compression:
Stored size: 505 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bio-polymarker-1.3.3 | Gemfile |