Sha256: 17a4bca848691dcad3377c4bbe690f0ebdec5d9398c034561c294d8b5278c6b2

Contents?: true

Size: 949 Bytes

Versions: 15

Compression:

Stored size: 949 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "watirsplash/version"

Gem::Specification.new do |s|
  s.name = %q{watirsplash}
  version = WatirSplash::Version::WATIRSPLASH 
  s.version = version
  s.authors = [%q{Jarmo Pertman}]
  s.email = %q{jarmo.p@gmail.com}
  s.description = %q{WatirSplash makes testing of web applications splashin' easy by combining best features of Watir, RSpec and Ruby!}
  s.homepage = %q{http://github.com/jarmo/WatirSplash}
  s.summary = %Q{watirsplash #{version}}
  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- spec/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
  
  s.add_dependency("rake", "0.8.7")
  s.add_dependency("bundler", "~>1.0")
  s.add_dependency("thor", "~>0")
  s.add_dependency("require_all")
  s.add_dependency("syntax")
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
watirsplash-2.4.2 watirsplash.gemspec
watirsplash-2.4.1 watirsplash.gemspec
watirsplash-2.4.0 watirsplash.gemspec
watirsplash-2.3.2 watirsplash.gemspec
watirsplash-2.3.1 watirsplash.gemspec
watirsplash-2.3.0 watirsplash.gemspec
watirsplash-2.2.0 watirsplash.gemspec
watirsplash-2.1.1 watirsplash.gemspec
watirsplash-2.1.0 watirsplash.gemspec
watirsplash-2.0.1.rc5 watirsplash.gemspec
watirsplash-2.0.1.rc4 watirsplash.gemspec
watirsplash-2.0.1.rc3 watirsplash.gemspec
watirsplash-2.0.1.rc1 watirsplash.gemspec
watirsplash-2.0.0 watirsplash.gemspec
watirsplash-2.0.0.rc2 watirsplash.gemspec