linjunpop / riif

🏦 A DSL to generate QuickBooks IIF file.
MIT License
46 stars 30 forks source link

Fix deprecation warnings #32

Closed krasnoukhov closed 7 years ago

krasnoukhov commented 7 years ago

Specifically, this:

DEPRECATION WARNING: Accessing mime types via constants is deprecated. Please change `Mime::IIF` to `Mime[:iif]`
coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.07%) to 99.344% when pulling 40f0b9acf1a52e70ce714630fd8a3a528139bc2a on simplepractice:master into 63c4de264c5ac5b7519e9d363d73a643b7b96822 on linjunpop:master.

krasnoukhov commented 7 years ago

@linjunpop Do you want me to fix CI in this scope?

linjunpop commented 7 years ago

Thanks for the contribution. :)

I'll fix the CI.