Module: MsDocx
- Defined in:
- lib/ms_docx.rb,
lib/ms_docx/erorrs.rb,
lib/ms_docx/version.rb,
lib/ms_docx/document.rb,
lib/ms_docx/paragraph.rb
Overview
Dependency: gem ‘rubyzip’, ‘>= 1.0.0’ gem ‘nokogiri’, ‘>= 1.8.1’
Defined Under Namespace
Modules: Errors Classes: Document, Paragraph
Constant Summary collapse
- MAJOR =
x.0.0 level changes for backwards incompatible API changes, such as changes that will break existing users code if they update
0
- MINOR =
0.x.0 level changes for any backwards compatible API changes, such as new functionality/features
1
- PATCH =
0.0.x level changes for implementation level detail changes, such as small bug fixes
0
- VERSION =
"#{MAJOR}.#{MINOR}.#{PATCH}".freeze