Sha256: cb140f91a327223c35915f44ad8d0e455e1b1a9fb6f3e0fec48f8f41a0d1abab

Contents?: true

Size: 959 Bytes

Versions: 3

Compression:

Stored size: 959 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
  s.name = %q{rautomation}
  s.version = File.read("VERSION").strip
  s.authors = [%q{Jarmo Pertman}]
  s.email = %q{jarmo.p@gmail.com}
  s.description = %q{RAutomation is a small and easy to use library for helping out to automate windows and their controls
for automated testing.

RAutomation provides:
* Easy to use and user-friendly API (inspired by Watir http://www.watir.com)
* Cross-platform compatibility
* Easy extensibility - with small scripting effort it's possible to add support for not yet
  supported platforms or technologies}
  s.homepage = %q{http://github.com/jarmo/RAutomation}
  s.summary = %q{Automate windows and their controls through user-friendly API with Ruby}

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- spec/*`.split("\n")
  s.require_paths = ["lib"]  

  s.add_development_dependency("rspec", "~>2.3")
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rautomation-0.7.2 rautomation.gemspec
rautomation-0.7.1 rautomation.gemspec
rautomation-0.7.0 rautomation.gemspec