Sha256: f91966449a90f6b68f2c00812735c070383fc6562f8f2d2684ef171bdcb932b4

Contents?: true

Size: 512 Bytes

Versions: 1

Compression:

Stored size: 512 Bytes

Contents

source "http://rubygems.org"

gem "bundler", ">= 0.9.19"
gem "rake", ">= 0.8.7"
gem "rubyzip", "0.9.4"
gem "archive-tar-minitar", "0.5.2"

if RUBY_PLATFORM =~ /mswin/i
  gem "win32-open3", "0.2.5" # Win32 only
else
  gem "open4", ">= 0.9.6" # All others
end

group :development do
  gem "yard"
  gem "RedCloth"
  gem "shoulda"
  gem "mocha"
  gem "flay"
  gem "flog"
  gem "heckle"
  
  # rcov doesn't appear to install on
  # debian/ubuntu. Boo. Ideas?
  if RUBY_PLATFORM =~ /darwin/i
    gem "rcov"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sprout-1.0.35.pre Gemfile