Open tbohr opened 8 years ago
Hi,
for a client project i need to use: Windows 10 and ruby 2.1.0.
I use your sample example. But it is not possible to build the file. The line: ::FileUtils.mv doc.path, 'myfile.xlsx'
::FileUtils.mv doc.path, 'myfile.xlsx'
always throw the error: ... /bin/rake: No such file or directoy - which gawk
NoMethodError: undefined method 'success?' for nil:NiClass ....
On MacOSX my script works fine...
Thanks
Hi,
for a client project i need to use: Windows 10 and ruby 2.1.0.
I use your sample example. But it is not possible to build the file. The line:
::FileUtils.mv doc.path, 'myfile.xlsx'
always throw the error: ... /bin/rake: No such file or directoy - which gawk
NoMethodError: undefined method 'success?' for nil:NiClass ....
On MacOSX my script works fine...
Thanks