Sha256: ca4bf5e6f51c0991453c87716120dceb6eb598f21482a2250c9de539c9053455

Contents?: true

Size: 331 Bytes

Versions: 2

Compression:

Stored size: 331 Bytes

Contents

source "http://rubygems.org"

# adding rake so travis-ci will build properly
gem 'rake'
gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i
gem 'listen', '3.0.8'
gem 'net-http-persistent'

if ENV['WATIR_BRANCH']
  gem 'watir', :git => 'https://github.com/watir/watir.git', :branch => ENV['WATIR_BRANCH']
end

gemspec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
druid-ts-1.2.2 Gemfile
druid-ts-1.2.1 Gemfile