ruby-docx / docx

a ruby library/gem for interacting with .docx files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README out of date

fig opened this issue · comments

commented

The Install paragraph of README.md has code for specifying version '~> 0.2.07' but the master branch has been bumped to version 3.

Before I submit a pull request, is there any reason for this?

Additionally, I believe the require option :require => ["docx"] is unnecessary as the gem's main file is identical to the gem name.