Sha256: 4a3cc8939136160c56e6f96cdaebbf5e77140f216ff92cf85f49b95398f65e5b
Contents?: true
Size: 1.49 KB
Versions: 5
Compression:
Stored size: 1.49 KB
Contents
# OpenXml::DrawingML [![Gem Version](https://badge.fury.io/rb/openxml-drawingml.svg)](https://rubygems.org/gems/openxml-drawingml) [![Code Climate](https://codeclimate.com/github/openxml/openxml-drawingml.svg)](https://codeclimate.com/github/openxml/openxml-drawingml) [![Build Status](https://travis-ci.org/openxml/openxml-drawingml.svg)](https://travis-ci.org/openxml/openxml-drawingml) OpenXml::DrawingML is a gem for constructing DrawingML (Office Open XML). ## Installation Add this line to your application's Gemfile: ```ruby gem 'openxml-drawingml' ``` And then execute: $ bundle Or install it yourself as: $ gem install openxml-drawingml ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. Reference for WordprocessingML can be found in Part 1 of the Fourth Edition of [ECMA-376](http://www.ecma-international.org/publications/standards/Ecma-376.htm) (the Office Open XML Standard). To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/openxml/openxml-drawingml.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
openxml-drawingml-0.3.1 | README.md |
openxml-drawingml-0.3.0 | README.md |
openxml-drawingml-0.2.1 | README.md |
openxml-drawingml-0.2.0 | README.md |
openxml-drawingml-0.1.0 | README.md |