Sha256: 4f963080165ff1bd11f3c7b8d4a1a5bd7f8bf282a7761df1450c04aa5f2b61fd

Contents?: true

Size: 1.97 KB

Versions: 12

Compression:

Stored size: 1.97 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'testcentricity_web/version'

Gem::Specification.new do |spec|
  spec.name          = 'testcentricity_web'
  spec.version       = TestCentricityWeb::VERSION
  spec.platform      = Gem::Platform::RUBY
  spec.required_ruby_version = '>= 2.1.1'
  spec.authors       = ['A.J. Mrozinski']
  spec.email         = ['testcentricity@gmail.com']
  spec.summary       = %q{A Page Object and Data Object Model Framework for desktop and mobile web testing}
  spec.description   = %q{
    TestCentricityâ„¢ Web core generic framework for desktop and mobile web site testing implements a Page Object Model DSL
    for use with Cucumber, Capybara, and Selenium-Webdriver. The TestCentricityâ„¢ Web gem supports running automated tests
    against locally hosted desktop browsers (Firefox, Chrome, Safari, IE, or Edge), locally hosted emulated mobile (iOS,
    Android, Windows Phone, Blackberry) browsers using Firefox or Chrome, a "headless" browser (using Poltergeist and
    PhantomJS), mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X), or cloud hosted desktop
    or mobile web browsers (using the BrowserStack, Sauce Labs, CrossBrowserTesting, or TestingBot services).}
  spec.homepage      = ''
  spec.license       = 'BSD3'

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ['lib']

  spec.add_development_dependency 'bundler', '~> 1.5'
  spec.add_development_dependency 'rake'

  spec.add_dependency 'capybara', ['>= 2.1', '< 3.0']
  spec.add_dependency 'test-unit'
  spec.add_dependency 'selenium-webdriver', '>= 2.50.0'
  spec.add_dependency 'poltergeist'
  spec.add_dependency 'faker', '>= 1.6.1'
  spec.add_dependency 'chronic', '>= 0.10.2'
  spec.add_dependency 'spreadsheet', '>= 1.1.1'
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
testcentricity_web-0.9.9.1 testcentricity_web.gemspec
testcentricity_web-0.9.9 testcentricity_web.gemspec
testcentricity_web-0.9.8 testcentricity_web.gemspec
testcentricity_web-0.9.7 testcentricity_web.gemspec
testcentricity_web-0.9.6.3 testcentricity_web.gemspec
testcentricity_web-0.9.6.2 testcentricity_web.gemspec
testcentricity_web-0.9.6.1 testcentricity_web.gemspec
testcentricity_web-0.9.6 testcentricity_web.gemspec
testcentricity_web-0.9.5.1 testcentricity_web.gemspec
testcentricity_web-0.9.5 testcentricity_web.gemspec
testcentricity_web-0.9.4 testcentricity_web.gemspec
testcentricity_web-0.9.3.4 testcentricity_web.gemspec