Sha256: 3b71c8aaa0c5506027a18bc1b4a20b5568195cb7ffb56ce482924d38445d86f5
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "side_to_capybara/version" Gem::Specification.new do |spec| spec.name = "side_to_capybara" spec.version = SideToCapybara::VERSION spec.authors = ["Benjamin Behr"] spec.email = ["benny@digitalbehr.de"] spec.summary = %q{This gem has been renamed to selenium_to_capybara and will no longer be updated.} spec.homepage = "https://github.com/DarkSwoop/selenium_to_capybara" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.16" spec.add_development_dependency "rake", "~> 10.0" spec.post_install_message = <<-MESSAGE ! The 'side_to_capybara' gem has been deprecated and has been replaced by 'selenium_to_capybara'. ! See: https://rubygems.org/gems/selenium_to_capybara ! And: https://github.com/DarkSwoop/selenium_to_capybara MESSAGE end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
side_to_capybara-0.1.3 | side_to_capybara.gemspec |