Sha256: a37f1768b558ba6559e6968d3c3edeb46dfc68ada80ec9aca53179cffa55ac41

Contents?: true

Size: 452 Bytes

Versions: 5

Compression:

Stored size: 452 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 'growl'
gem 'guard-rspec'
gem 'listen', '3.0.8' #Last version that supports ruby 2.0
gem 'guard-cucumber'
gem 'net-http-persistent'
gem 'coveralls', require: false

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


gemspec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
page-object-2.1.1 Gemfile
page-object-2.1 Gemfile
page-object-2.0.0 Gemfile
page-object-1.2.2 Gemfile
page-object-1.2.1 Gemfile