Sha256: fe5b557cd70a832cfb8bbad233efb2a0c43aefcf437b2618e5537f643213c00a

Contents?: true

Size: 358 Bytes

Versions: 3

Compression:

Stored size: 358 Bytes

Contents

source 'https://rubygems.org'

# these are needed by coveralls
# if this were in Gemfile, gemnasium thinks the mime-types is hardcoded
# to an older version and complains. They are using regex's to parse ruby
if RUBY_VERSION < "1.9"
  gem 'rest-client', '< 1.7'
  gem 'mime-types', '~> 1.16'
end

# Specify your gem's dependencies in trollop.gemspec
gemspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
trollop-2.9.10 Gemfile.travis
trollop-2.9.9 Gemfile.travis
trollop-2.1.3 Gemfile.travis