module MsDocx

Dependency: gem 'rubyzip', '>= 1.0.0' gem 'nokogiri', '>= 1.8.1'

Constants

MAJOR

x.0.0 level changes for backwards incompatible API changes, such as changes that will break existing users code if they update

MINOR

0.x.0 level changes for any backwards compatible API changes, such as new functionality/features

PATCH

0.0.x level changes for implementation level detail changes, such as small bug fixes

VERSION