rautomation.gemspec in rautomation-0.17.0 vs rautomation.gemspec in rautomation-1.0.0

- old
+ new

@@ -1,34 +1,36 @@ -# -*- 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.license = "MIT" - - ext_binaries = [ - "ext/IAccessibleDLL/Release/IAccessibleDLL.dll", - "ext/UiaDll/Release/UiaDll.dll", - "ext/UiaDll/Release/RAutomation.UIA.dll", - "ext/WindowsForms/Release/WindowsForms.exe" - ] - s.files = `git ls-files`.split("\n") + ext_binaries - s.test_files = `git ls-files -- spec/*`.split("\n") - s.require_paths = ["lib"] - - s.add_dependency("ffi", "~>1.9.0") - s.add_development_dependency("rspec", "~> 2.14") - s.add_development_dependency("rake") - s.add_development_dependency("yard") -end - +# -*- 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.license = "MIT" + + ext_binaries = [ + "ext/IAccessibleDLL/Release/IAccessibleDLL.dll", + "ext/UiaDll/Release/UiaDll.dll", + "ext/UiaDll/Release/RAutomation.UIA.dll", + "ext/WindowsForms/Release/WindowsForms.exe" + ] + s.files = `git ls-files`.split("\n") + ext_binaries + s.test_files = `git ls-files -- spec/*`.split("\n") + s.require_paths = ["lib"] + + s.add_dependency("ffi", "~> 1.11.0") + s.add_development_dependency("rspec", "~> 2.14") + s.add_development_dependency("rake") + s.add_development_dependency("yard") + s.add_development_dependency("redcarpet") + s.add_development_dependency("github-markup") +end +