groupdocs_viewer_cloud 18.7 → 18.11
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.
- checksums.yaml +4 -4
- data/lib/groupdocs_viewer_cloud.rb +1 -29
- data/lib/groupdocs_viewer_cloud/api_client.rb +1 -11
- data/lib/groupdocs_viewer_cloud/api_error.rb +3 -1
- data/lib/groupdocs_viewer_cloud/configuration.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/attachment.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/attachment_collection.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/attachment_info.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/cad_options.rb +3 -3
- data/lib/groupdocs_viewer_cloud/models/cells_options.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/document_info.rb +26 -6
- data/lib/groupdocs_viewer_cloud/models/document_info_options.rb +16 -6
- data/lib/groupdocs_viewer_cloud/models/email_options.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/field_label.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/file_response.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/font_collection.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/font_family.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/format.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/format_collection.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/html_attachment_page_collection.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/html_options.rb +28 -6
- data/lib/groupdocs_viewer_cloud/models/html_page.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/html_page_collection.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/image_attachment_page_collection.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/image_options.rb +13 -3
- data/lib/groupdocs_viewer_cloud/models/image_page.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/image_page_collection.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/outlook_options.rb +206 -0
- data/lib/groupdocs_viewer_cloud/models/page_info.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/page_info_collection.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/pdf_file_info.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/pdf_file_options.rb +16 -6
- data/lib/groupdocs_viewer_cloud/models/pdf_options.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/project_options.rb +26 -6
- data/lib/groupdocs_viewer_cloud/models/render_options.rb +13 -3
- data/lib/groupdocs_viewer_cloud/models/render_options_base.rb +16 -6
- data/lib/groupdocs_viewer_cloud/models/reorder_options.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/resource.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/resource_url.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/rotate_options.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/row_info.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/slides_options.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/tile.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/transform_options_base.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/watermark.rb +2 -2
- data/lib/groupdocs_viewer_cloud/models/words_options.rb +2 -2
- data/lib/groupdocs_viewer_cloud/version.rb +1 -1
- metadata +10 -8
|
@@ -37,11 +37,19 @@ module GroupDocsViewerCloud
|
|
|
37
37
|
# The time unit to use as minimal point. Supported values {Unknown|Days|ThirdsOfMonths|Months}: 1. Unknown - unknown, unspecified time scale. 2. Days - one day interval. 3. ThirdsOfMonths - one third of the month. 4. Months - one month interval.
|
|
38
38
|
attr_accessor :time_unit
|
|
39
39
|
|
|
40
|
+
# The start date of a Gantt Chart View to render.
|
|
41
|
+
attr_accessor :start_date
|
|
42
|
+
|
|
43
|
+
# The end date of a Gantt Chart View to render.
|
|
44
|
+
attr_accessor :end_date
|
|
45
|
+
|
|
40
46
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
41
47
|
def self.attribute_map
|
|
42
48
|
{
|
|
43
49
|
:'page_size' => :'pageSize',
|
|
44
|
-
:'time_unit' => :'timeUnit'
|
|
50
|
+
:'time_unit' => :'timeUnit',
|
|
51
|
+
:'start_date' => :'startDate',
|
|
52
|
+
:'end_date' => :'endDate'
|
|
45
53
|
}
|
|
46
54
|
end
|
|
47
55
|
|
|
@@ -49,7 +57,9 @@ module GroupDocsViewerCloud
|
|
|
49
57
|
def self.swagger_types
|
|
50
58
|
{
|
|
51
59
|
:'page_size' => :'String',
|
|
52
|
-
:'time_unit' => :'String'
|
|
60
|
+
:'time_unit' => :'String',
|
|
61
|
+
:'start_date' => :'DateTime',
|
|
62
|
+
:'end_date' => :'DateTime'
|
|
53
63
|
}
|
|
54
64
|
end
|
|
55
65
|
|
|
@@ -69,6 +79,14 @@ module GroupDocsViewerCloud
|
|
|
69
79
|
self.time_unit = attributes[:'timeUnit']
|
|
70
80
|
end
|
|
71
81
|
|
|
82
|
+
if attributes.key?(:'startDate')
|
|
83
|
+
self.start_date = attributes[:'startDate']
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
if attributes.key?(:'endDate')
|
|
87
|
+
self.end_date = attributes[:'endDate']
|
|
88
|
+
end
|
|
89
|
+
|
|
72
90
|
end
|
|
73
91
|
|
|
74
92
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -90,7 +108,9 @@ module GroupDocsViewerCloud
|
|
|
90
108
|
return true if self.equal?(other)
|
|
91
109
|
self.class == other.class &&
|
|
92
110
|
page_size == other.page_size &&
|
|
93
|
-
time_unit == other.time_unit
|
|
111
|
+
time_unit == other.time_unit &&
|
|
112
|
+
start_date == other.start_date &&
|
|
113
|
+
end_date == other.end_date
|
|
94
114
|
end
|
|
95
115
|
|
|
96
116
|
# @see the `==` method
|
|
@@ -102,7 +122,7 @@ module GroupDocsViewerCloud
|
|
|
102
122
|
# Calculates hash code according to all attributes.
|
|
103
123
|
# @return [Fixnum] Hash code
|
|
104
124
|
def hash
|
|
105
|
-
[page_size, time_unit].hash
|
|
125
|
+
[page_size, time_unit, start_date, end_date].hash
|
|
106
126
|
end
|
|
107
127
|
|
|
108
128
|
# Builds the object from hash
|
|
@@ -133,9 +153,9 @@ module GroupDocsViewerCloud
|
|
|
133
153
|
def _deserialize(type, value)
|
|
134
154
|
case type.to_sym
|
|
135
155
|
when :DateTime
|
|
136
|
-
|
|
156
|
+
Date.parse value
|
|
137
157
|
when :Date
|
|
138
|
-
|
|
158
|
+
Date.parse value
|
|
139
159
|
when :String
|
|
140
160
|
value.to_s
|
|
141
161
|
when :Integer
|
|
@@ -76,6 +76,9 @@ module GroupDocsViewerCloud
|
|
|
76
76
|
# The Microsoft Project documents rendering options.
|
|
77
77
|
attr_accessor :project_options
|
|
78
78
|
|
|
79
|
+
# The Outlook Data File document (PST/OST) rendering options.
|
|
80
|
+
attr_accessor :outlook_options
|
|
81
|
+
|
|
79
82
|
# Allows to specify document page number as starting page to render.
|
|
80
83
|
attr_accessor :start_page_number
|
|
81
84
|
|
|
@@ -100,6 +103,7 @@ module GroupDocsViewerCloud
|
|
|
100
103
|
:'pdf_options' => :'pdfOptions',
|
|
101
104
|
:'slides_options' => :'slidesOptions',
|
|
102
105
|
:'project_options' => :'projectOptions',
|
|
106
|
+
:'outlook_options' => :'outlookOptions',
|
|
103
107
|
:'start_page_number' => :'startPageNumber',
|
|
104
108
|
:'count_pages' => :'countPages'
|
|
105
109
|
}
|
|
@@ -123,6 +127,7 @@ module GroupDocsViewerCloud
|
|
|
123
127
|
:'pdf_options' => :'PdfOptions',
|
|
124
128
|
:'slides_options' => :'SlidesOptions',
|
|
125
129
|
:'project_options' => :'ProjectOptions',
|
|
130
|
+
:'outlook_options' => :'OutlookOptions',
|
|
126
131
|
:'start_page_number' => :'Integer',
|
|
127
132
|
:'count_pages' => :'Integer'
|
|
128
133
|
}
|
|
@@ -198,6 +203,10 @@ module GroupDocsViewerCloud
|
|
|
198
203
|
self.project_options = attributes[:'projectOptions']
|
|
199
204
|
end
|
|
200
205
|
|
|
206
|
+
if attributes.key?(:'outlookOptions')
|
|
207
|
+
self.outlook_options = attributes[:'outlookOptions']
|
|
208
|
+
end
|
|
209
|
+
|
|
201
210
|
if attributes.key?(:'startPageNumber')
|
|
202
211
|
self.start_page_number = attributes[:'startPageNumber']
|
|
203
212
|
end
|
|
@@ -241,6 +250,7 @@ module GroupDocsViewerCloud
|
|
|
241
250
|
pdf_options == other.pdf_options &&
|
|
242
251
|
slides_options == other.slides_options &&
|
|
243
252
|
project_options == other.project_options &&
|
|
253
|
+
outlook_options == other.outlook_options &&
|
|
244
254
|
start_page_number == other.start_page_number &&
|
|
245
255
|
count_pages == other.count_pages
|
|
246
256
|
end
|
|
@@ -254,7 +264,7 @@ module GroupDocsViewerCloud
|
|
|
254
264
|
# Calculates hash code according to all attributes.
|
|
255
265
|
# @return [Fixnum] Hash code
|
|
256
266
|
def hash
|
|
257
|
-
[password, attachment_password, extract_text, render_comments, render_hidden_pages, transforms, default_font_name, watermark, cells_options, cad_options, email_options, words_options, pdf_options, slides_options, project_options, start_page_number, count_pages].hash
|
|
267
|
+
[password, attachment_password, extract_text, render_comments, render_hidden_pages, transforms, default_font_name, watermark, cells_options, cad_options, email_options, words_options, pdf_options, slides_options, project_options, outlook_options, start_page_number, count_pages].hash
|
|
258
268
|
end
|
|
259
269
|
|
|
260
270
|
# Builds the object from hash
|
|
@@ -285,9 +295,9 @@ module GroupDocsViewerCloud
|
|
|
285
295
|
def _deserialize(type, value)
|
|
286
296
|
case type.to_sym
|
|
287
297
|
when :DateTime
|
|
288
|
-
|
|
298
|
+
Date.parse value
|
|
289
299
|
when :Date
|
|
290
|
-
|
|
300
|
+
Date.parse value
|
|
291
301
|
when :String
|
|
292
302
|
value.to_s
|
|
293
303
|
when :Integer
|
|
@@ -76,6 +76,9 @@ module GroupDocsViewerCloud
|
|
|
76
76
|
# The Microsoft Project documents rendering options.
|
|
77
77
|
attr_accessor :project_options
|
|
78
78
|
|
|
79
|
+
# The Outlook Data File document (PST/OST) rendering options.
|
|
80
|
+
attr_accessor :outlook_options
|
|
81
|
+
|
|
79
82
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
80
83
|
def self.attribute_map
|
|
81
84
|
{
|
|
@@ -93,7 +96,8 @@ module GroupDocsViewerCloud
|
|
|
93
96
|
:'words_options' => :'wordsOptions',
|
|
94
97
|
:'pdf_options' => :'pdfOptions',
|
|
95
98
|
:'slides_options' => :'slidesOptions',
|
|
96
|
-
:'project_options' => :'projectOptions'
|
|
99
|
+
:'project_options' => :'projectOptions',
|
|
100
|
+
:'outlook_options' => :'outlookOptions'
|
|
97
101
|
}
|
|
98
102
|
end
|
|
99
103
|
|
|
@@ -114,7 +118,8 @@ module GroupDocsViewerCloud
|
|
|
114
118
|
:'words_options' => :'WordsOptions',
|
|
115
119
|
:'pdf_options' => :'PdfOptions',
|
|
116
120
|
:'slides_options' => :'SlidesOptions',
|
|
117
|
-
:'project_options' => :'ProjectOptions'
|
|
121
|
+
:'project_options' => :'ProjectOptions',
|
|
122
|
+
:'outlook_options' => :'OutlookOptions'
|
|
118
123
|
}
|
|
119
124
|
end
|
|
120
125
|
|
|
@@ -188,6 +193,10 @@ module GroupDocsViewerCloud
|
|
|
188
193
|
self.project_options = attributes[:'projectOptions']
|
|
189
194
|
end
|
|
190
195
|
|
|
196
|
+
if attributes.key?(:'outlookOptions')
|
|
197
|
+
self.outlook_options = attributes[:'outlookOptions']
|
|
198
|
+
end
|
|
199
|
+
|
|
191
200
|
end
|
|
192
201
|
|
|
193
202
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -222,7 +231,8 @@ module GroupDocsViewerCloud
|
|
|
222
231
|
words_options == other.words_options &&
|
|
223
232
|
pdf_options == other.pdf_options &&
|
|
224
233
|
slides_options == other.slides_options &&
|
|
225
|
-
project_options == other.project_options
|
|
234
|
+
project_options == other.project_options &&
|
|
235
|
+
outlook_options == other.outlook_options
|
|
226
236
|
end
|
|
227
237
|
|
|
228
238
|
# @see the `==` method
|
|
@@ -234,7 +244,7 @@ module GroupDocsViewerCloud
|
|
|
234
244
|
# Calculates hash code according to all attributes.
|
|
235
245
|
# @return [Fixnum] Hash code
|
|
236
246
|
def hash
|
|
237
|
-
[password, attachment_password, extract_text, render_comments, render_hidden_pages, transforms, default_font_name, watermark, cells_options, cad_options, email_options, words_options, pdf_options, slides_options, project_options].hash
|
|
247
|
+
[password, attachment_password, extract_text, render_comments, render_hidden_pages, transforms, default_font_name, watermark, cells_options, cad_options, email_options, words_options, pdf_options, slides_options, project_options, outlook_options].hash
|
|
238
248
|
end
|
|
239
249
|
|
|
240
250
|
# Builds the object from hash
|
|
@@ -265,9 +275,9 @@ module GroupDocsViewerCloud
|
|
|
265
275
|
def _deserialize(type, value)
|
|
266
276
|
case type.to_sym
|
|
267
277
|
when :DateTime
|
|
268
|
-
|
|
278
|
+
Date.parse value
|
|
269
279
|
when :Date
|
|
270
|
-
|
|
280
|
+
Date.parse value
|
|
271
281
|
when :String
|
|
272
282
|
value.to_s
|
|
273
283
|
when :Integer
|
|
@@ -143,9 +143,9 @@ module GroupDocsViewerCloud
|
|
|
143
143
|
def _deserialize(type, value)
|
|
144
144
|
case type.to_sym
|
|
145
145
|
when :DateTime
|
|
146
|
-
|
|
146
|
+
Date.parse value
|
|
147
147
|
when :Date
|
|
148
|
-
|
|
148
|
+
Date.parse value
|
|
149
149
|
when :String
|
|
150
150
|
value.to_s
|
|
151
151
|
when :Integer
|
|
@@ -133,9 +133,9 @@ module GroupDocsViewerCloud
|
|
|
133
133
|
def _deserialize(type, value)
|
|
134
134
|
case type.to_sym
|
|
135
135
|
when :DateTime
|
|
136
|
-
|
|
136
|
+
Date.parse value
|
|
137
137
|
when :Date
|
|
138
|
-
|
|
138
|
+
Date.parse value
|
|
139
139
|
when :String
|
|
140
140
|
value.to_s
|
|
141
141
|
when :Integer
|
|
@@ -123,9 +123,9 @@ module GroupDocsViewerCloud
|
|
|
123
123
|
def _deserialize(type, value)
|
|
124
124
|
case type.to_sym
|
|
125
125
|
when :DateTime
|
|
126
|
-
|
|
126
|
+
Date.parse value
|
|
127
127
|
when :Date
|
|
128
|
-
|
|
128
|
+
Date.parse value
|
|
129
129
|
when :String
|
|
130
130
|
value.to_s
|
|
131
131
|
when :Integer
|
|
@@ -143,9 +143,9 @@ module GroupDocsViewerCloud
|
|
|
143
143
|
def _deserialize(type, value)
|
|
144
144
|
case type.to_sym
|
|
145
145
|
when :DateTime
|
|
146
|
-
|
|
146
|
+
Date.parse value
|
|
147
147
|
when :Date
|
|
148
|
-
|
|
148
|
+
Date.parse value
|
|
149
149
|
when :String
|
|
150
150
|
value.to_s
|
|
151
151
|
when :Integer
|
|
@@ -187,9 +187,9 @@ module GroupDocsViewerCloud
|
|
|
187
187
|
def _deserialize(type, value)
|
|
188
188
|
case type.to_sym
|
|
189
189
|
when :DateTime
|
|
190
|
-
|
|
190
|
+
Date.parse value
|
|
191
191
|
when :Date
|
|
192
|
-
|
|
192
|
+
Date.parse value
|
|
193
193
|
when :String
|
|
194
194
|
value.to_s
|
|
195
195
|
when :Integer
|
|
@@ -123,9 +123,9 @@ module GroupDocsViewerCloud
|
|
|
123
123
|
def _deserialize(type, value)
|
|
124
124
|
case type.to_sym
|
|
125
125
|
when :DateTime
|
|
126
|
-
|
|
126
|
+
Date.parse value
|
|
127
127
|
when :Date
|
|
128
|
-
|
|
128
|
+
Date.parse value
|
|
129
129
|
when :String
|
|
130
130
|
value.to_s
|
|
131
131
|
when :Integer
|
|
@@ -153,9 +153,9 @@ module GroupDocsViewerCloud
|
|
|
153
153
|
def _deserialize(type, value)
|
|
154
154
|
case type.to_sym
|
|
155
155
|
when :DateTime
|
|
156
|
-
|
|
156
|
+
Date.parse value
|
|
157
157
|
when :Date
|
|
158
|
-
|
|
158
|
+
Date.parse value
|
|
159
159
|
when :String
|
|
160
160
|
value.to_s
|
|
161
161
|
when :Integer
|
|
@@ -133,9 +133,9 @@ module GroupDocsViewerCloud
|
|
|
133
133
|
def _deserialize(type, value)
|
|
134
134
|
case type.to_sym
|
|
135
135
|
when :DateTime
|
|
136
|
-
|
|
136
|
+
Date.parse value
|
|
137
137
|
when :Date
|
|
138
|
-
|
|
138
|
+
Date.parse value
|
|
139
139
|
when :String
|
|
140
140
|
value.to_s
|
|
141
141
|
when :Integer
|
|
@@ -153,9 +153,9 @@ module GroupDocsViewerCloud
|
|
|
153
153
|
def _deserialize(type, value)
|
|
154
154
|
case type.to_sym
|
|
155
155
|
when :DateTime
|
|
156
|
-
|
|
156
|
+
Date.parse value
|
|
157
157
|
when :Date
|
|
158
|
-
|
|
158
|
+
Date.parse value
|
|
159
159
|
when :String
|
|
160
160
|
value.to_s
|
|
161
161
|
when :Integer
|
|
@@ -133,9 +133,9 @@ module GroupDocsViewerCloud
|
|
|
133
133
|
def _deserialize(type, value)
|
|
134
134
|
case type.to_sym
|
|
135
135
|
when :DateTime
|
|
136
|
-
|
|
136
|
+
Date.parse value
|
|
137
137
|
when :Date
|
|
138
|
-
|
|
138
|
+
Date.parse value
|
|
139
139
|
when :String
|
|
140
140
|
value.to_s
|
|
141
141
|
when :Integer
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: groupdocs_viewer_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '18.
|
|
4
|
+
version: '18.11'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GroupDocs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-01-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -44,20 +44,20 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: 2.5.0
|
|
48
48
|
- - ">="
|
|
49
49
|
- !ruby/object:Gem::Version
|
|
50
|
-
version: 2.5.
|
|
50
|
+
version: 2.5.0
|
|
51
51
|
type: :runtime
|
|
52
52
|
prerelease: false
|
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
54
54
|
requirements:
|
|
55
55
|
- - "~>"
|
|
56
56
|
- !ruby/object:Gem::Version
|
|
57
|
-
version:
|
|
57
|
+
version: 2.5.0
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 2.5.
|
|
60
|
+
version: 2.5.0
|
|
61
61
|
- !ruby/object:Gem::Dependency
|
|
62
62
|
name: groupdocs_storage_cloud
|
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -131,6 +131,7 @@ files:
|
|
|
131
131
|
- lib/groupdocs_viewer_cloud/models/image_options.rb
|
|
132
132
|
- lib/groupdocs_viewer_cloud/models/image_page.rb
|
|
133
133
|
- lib/groupdocs_viewer_cloud/models/image_page_collection.rb
|
|
134
|
+
- lib/groupdocs_viewer_cloud/models/outlook_options.rb
|
|
134
135
|
- lib/groupdocs_viewer_cloud/models/page_info.rb
|
|
135
136
|
- lib/groupdocs_viewer_cloud/models/page_info_collection.rb
|
|
136
137
|
- lib/groupdocs_viewer_cloud/models/pdf_file_info.rb
|
|
@@ -208,10 +209,11 @@ files:
|
|
|
208
209
|
- lib/groupdocs_viewer_cloud/models/watermark.rb
|
|
209
210
|
- lib/groupdocs_viewer_cloud/models/words_options.rb
|
|
210
211
|
- lib/groupdocs_viewer_cloud/version.rb
|
|
211
|
-
homepage: https://
|
|
212
|
+
homepage: https://products.groupdocs.cloud/viewer/ruby
|
|
212
213
|
licenses:
|
|
213
214
|
- MIT
|
|
214
|
-
metadata:
|
|
215
|
+
metadata:
|
|
216
|
+
source_code_uri: https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-ruby
|
|
215
217
|
post_install_message:
|
|
216
218
|
rdoc_options: []
|
|
217
219
|
require_paths:
|