mpxj 0.5.0 → 4.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,6 +13,7 @@ module MPXJ
13
13
 
14
14
 
15
15
  def method_missing(name, *args, &block)
16
+ # We can probably do this more efficiently with dynamic methods... but let's get some feedback first!
16
17
  attribute_name = name.to_s
17
18
  attribute_type = @attribute_types[attribute_name]
18
19
  attribute_value = @attribute_values[attribute_name]
data/lib/mpxj/mpxj.jar CHANGED
Binary file
data/lib/mpxj/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # MPXJ gem module
2
2
  module MPXJ
3
3
  # MPXJ gem version number
4
- VERSION = "0.5.0"
4
+ VERSION = "4.7.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mpxj
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 4.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Iles
@@ -94,6 +94,11 @@ files:
94
94
  - docs/RelationAttributes.md
95
95
  - docs/ResourceAttributes.md
96
96
  - docs/TaskAttributes.md
97
+ - legal/licence.ikvm.thirdparty.txt
98
+ - legal/licence.ikvm.txt
99
+ - legal/licence.poi.txt
100
+ - legal/licence.rtfparserkit.txt
101
+ - legal/licence.txt
97
102
  - lib/mpxj.rb
98
103
  - lib/mpxj/assignment.rb
99
104
  - lib/mpxj/container.rb