Sha256: 466c6b30b434f715c0f069f350d12a4f0510b73d6c102655145928ccfe9c2e3a
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
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.post_install_message = %Q{************************* Thank you for installing WatirSplash #{version}! Don't forget to take a look at the README and History files! Execute `watirsplash new` under your project's directory to generate a default project structure. *************************} 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watirsplash-2.0.0.rc1 | watirsplash.gemspec |