infused / dbf

DBF is a small, fast Ruby library for reading dBase, xBase, Clipper, and FoxPro database files.
http://rdoc.info/projects/infused/dbf
MIT License
262 stars 88 forks source link

Fix ruby warnings #89

Closed teeparham closed 5 years ago

teeparham commented 5 years ago

You can see the warnings by running:

RUBYOPT=-W2 rspec

Fixes these warnings:

warning: ambiguous first argument; put parentheses or a space even after `/' operator
warning: ambiguous first argument; put parentheses or a space even after `-' operator
warning: setting Encoding.default_external
infused commented 5 years ago

Merged and released new gem as version 4.1.2. Thank you!