sandrods / odf-report

Generates ODF files, given a template (.odt) and data, replacing tags

Home Page:http://sandrods.github.com/odf-report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update rubyzip to 1.1.0

josegm opened this issue · comments

I have a conflict between odf-report depending on rubyzip ~> 0.9.4 and other gems depending on rubyzip ~>1.0.0. (selenium-webdriver for example).

I've tried to update odf-report to use the latest rubyzip version but the resulting files are corrupted (OpenOffice). There are only three lines to change apparently:

josegm@a7805e0

Any chance you could take a look into it?

Confirmed. odf-report doesn't work with rubyzip 1.0.

Hi Sandro, if you solve this issue, I'm OK to pay your work and you can keep the new patch in master branch so everyone can use it. My email is jiri@hradil.cz
Thanks!

It seems like the problem lies with rubyzip:
rubyzip/rubyzip#121

Update - now I'm using rubyzip (1.1.2) and it works with odf-report (0.4.3).

Released a new version wich uses rubyzip ~> 1.1.0