rautomation.gemspec in rautomation-0.8.0 vs rautomation.gemspec in rautomation-0.9.0

- old
+ new

@@ -13,10 +13,15 @@ * 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") + ext_binaries = [ + "ext/IAccessibleDLL/Release/IAccessibleDLL.dll", + "ext/UiaDll/Release/UiaDll.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_runtime_dependency("ffi") s.add_development_dependency("rspec", "~>2.3")