Sha256: 1e923d0bc97f0fc0e03101990496e7b8e0d2d037134557c6e3e8037d0be23c2e

Contents?: true

Size: 547 Bytes

Versions: 9

Compression:

Stored size: 547 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH.push File.expand_path('lib', __dir__)

require 'aranha/selenium/version'

Gem::Specification.new do |s|
  s.name        = 'aranha-selenium'
  s.version     = ::Aranha::Selenium::VERSION
  s.authors     = ['Esquilo Azul Company']
  s.summary     = 'Selenium\' utilities for Ruby.'

  s.files = Dir['{lib}/**/*', 'Gemfile']

  s.add_dependency 'eac_ruby_utils', '~> 0.70'
  s.add_dependency 'selenium-webdriver', '~> 3.142', '>= 3.142.3'

  s.add_development_dependency 'eac_ruby_gem_support', '~> 0.3'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ehbrs-tools-0.28.3 vendor/aranha-selenium/aranha-selenium.gemspec
ehbrs-tools-0.28.2 vendor/aranha-selenium/aranha-selenium.gemspec
ehbrs-tools-0.28.1 vendor/aranha-selenium/aranha-selenium.gemspec
ehbrs-tools-0.28.0 vendor/aranha-selenium/aranha-selenium.gemspec
ehbrs-tools-0.27.0 vendor/aranha-selenium/aranha-selenium.gemspec
ehbrs-tools-0.26.0 vendor/aranha-selenium/aranha-selenium.gemspec
ehbrs-tools-0.25.1 vendor/aranha-selenium/aranha-selenium.gemspec
ehbrs-tools-0.25.0 vendor/aranha-selenium/aranha-selenium.gemspec
ehbrs-tools-0.24.0 vendor/aranha-selenium/aranha-selenium.gemspec