Sha256: 3d9c6ac338651573e259571b25b3ec745cca7cfb087a2d4dcd55cf77e4662c6c
Contents?: true
Size: 1.53 KB
Versions: 3
Compression:
Stored size: 1.53 KB
Contents
# -*- encoding: utf-8 -*- $LOAD_PATH.push File.expand_path('../lib', __FILE__) require 'bddfire/version' Gem::Specification.new do |s| s.name = 'bddfire' s.version = BDDfire::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Shashikant Jagtap'] s.email = ['shashikant.jagtap@aol.co.uk'] s.homepage = 'https://github.com/Shashikant86/bddfire' s.license = 'MIT' s.required_ruby_version = '>= 1.9.3' s.summary = 'BDDfire: Automate Mobile & Web apps with less code. An instant Ruby-Cucumber BDD framework' s.description = 'BDDfire: Automate Mobile and Web apps with less code - Instant BDD framework with Ruby, Cucumber, Capybara, selenium, Appium, Docker, Gatling and Axe Engine' s.add_runtime_dependency "bundler" s.add_runtime_dependency "cucumber", '~> 2.3', '>= 2.3' s.add_runtime_dependency "capybara", '~> 2.6', '>= 2.4' s.add_runtime_dependency "rspec", '~> 3.4', '>= 3.0.0' s.add_runtime_dependency "selenium-webdriver", '~> 2.52', '>= 2.52' s.add_runtime_dependency "axe-matchers", '~> 1.1.1', '>= 1.0.0' s.add_runtime_dependency 'be_valid_asset', '~> 1.3', '>= 1.3.0' s.add_runtime_dependency 'require_all', '~> 1.3.1', '>= 1.3.0' s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.require_paths = ['lib'] s.post_install_message = 'Thanks for installing BDDfire gem. BDDfire supports Docker, Load Test and Accessibility Testing' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bddfire-2.0.0 | bddfire.gemspec |
bddfire-1.9.9 | bddfire.gemspec |
bddfire-1.9.8 | bddfire.gemspec |