Sha256: 188a0d133a67ebcb2caca67d35f5e0021df6db6918a7447b1e64becbe56eb8d5

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 Bytes

Contents

source 'http://rubygems.org'

gemspec

group :debug do
  gem 'ruby-debug',           :platforms => :mri_18

  # This is a dependency of ruby-debug. We're specifying it here because its
  # v0.45 is incompatible with Ruby v1.8.7.
  gem 'linecache', '<= 0.43', :platforms => :mri_18

  gem 'ruby-debug19',         :platforms => :mri_19
end

group :doc do
  gem 'yard',                 :platforms => [:ruby, :mswin, :mingw]
  gem 'rdiscount',            :platforms => [:ruby, :mswin, :mingw]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cape-1.1.0 Gemfile
cape-1.0.3 Gemfile
cape-1.0.2 Gemfile