stxt-viewpoint 1.0.0 → 1.0.1
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.
- metadata +102 -92
- checksums.yaml +0 -7
metadata
CHANGED
@@ -1,74 +1,83 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stxt-viewpoint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
|
-
-
|
8
|
+
- Maël Wyssbrod
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
12
|
+
date: 2016-11-21 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: nokogiri
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
|
-
- -
|
19
|
+
- - ! '>='
|
18
20
|
- !ruby/object:Gem::Version
|
19
21
|
version: '0'
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
|
-
- -
|
27
|
+
- - ! '>='
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '0'
|
27
30
|
- !ruby/object:Gem::Dependency
|
28
31
|
name: httpclient
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
30
34
|
requirements:
|
31
|
-
- -
|
35
|
+
- - ! '>='
|
32
36
|
- !ruby/object:Gem::Version
|
33
37
|
version: '0'
|
34
38
|
type: :runtime
|
35
39
|
prerelease: false
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
37
42
|
requirements:
|
38
|
-
- -
|
43
|
+
- - ! '>='
|
39
44
|
- !ruby/object:Gem::Version
|
40
45
|
version: '0'
|
41
46
|
- !ruby/object:Gem::Dependency
|
42
47
|
name: rubyntlm
|
43
48
|
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
44
50
|
requirements:
|
45
|
-
- -
|
51
|
+
- - ! '>='
|
46
52
|
- !ruby/object:Gem::Version
|
47
53
|
version: '0'
|
48
54
|
type: :runtime
|
49
55
|
prerelease: false
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
51
58
|
requirements:
|
52
|
-
- -
|
59
|
+
- - ! '>='
|
53
60
|
- !ruby/object:Gem::Version
|
54
61
|
version: '0'
|
55
62
|
- !ruby/object:Gem::Dependency
|
56
63
|
name: logging
|
57
64
|
requirement: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
58
66
|
requirements:
|
59
|
-
- -
|
67
|
+
- - ! '>='
|
60
68
|
- !ruby/object:Gem::Version
|
61
69
|
version: '0'
|
62
70
|
type: :runtime
|
63
71
|
prerelease: false
|
64
72
|
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
65
74
|
requirements:
|
66
|
-
- -
|
75
|
+
- - ! '>='
|
67
76
|
- !ruby/object:Gem::Version
|
68
77
|
version: '0'
|
69
|
-
description: 'A Ruby client access library for Microsoft Exchange Web Services (EWS). Examples
|
78
|
+
description: ! 'A Ruby client access library for Microsoft Exchange Web Services (EWS). Examples
|
70
79
|
can be found here: http://distributed-frostbite.blogspot.com'
|
71
|
-
email:
|
80
|
+
email: mael.wyssbrod@swisstxt.ch
|
72
81
|
executables: []
|
73
82
|
extensions: []
|
74
83
|
extra_rdoc_files:
|
@@ -77,115 +86,116 @@ files:
|
|
77
86
|
- Changelog.txt
|
78
87
|
- README.md
|
79
88
|
- TODO
|
80
|
-
- lib/
|
81
|
-
- lib/
|
82
|
-
- lib/
|
83
|
-
- lib/ews/convert_accessors.rb
|
84
|
-
- lib/ews/errors.rb
|
89
|
+
- lib/viewpoint/logging/config.rb
|
90
|
+
- lib/viewpoint/string_utils.rb
|
91
|
+
- lib/viewpoint/logging.rb
|
85
92
|
- lib/ews/ews_client.rb
|
86
|
-
- lib/ews/
|
87
|
-
- lib/ews/folder_accessors.rb
|
88
|
-
- lib/ews/impersonation.rb
|
89
|
-
- lib/ews/item_accessors.rb
|
90
|
-
- lib/ews/mailbox_accessors.rb
|
91
|
-
- lib/ews/message_accessors.rb
|
93
|
+
- lib/ews/connection.rb
|
92
94
|
- lib/ews/push_subscription_accessors.rb
|
93
|
-
- lib/ews/
|
94
|
-
- lib/ews/
|
95
|
-
- lib/ews/
|
96
|
-
- lib/ews/
|
97
|
-
- lib/ews/
|
98
|
-
- lib/ews/
|
99
|
-
- lib/ews/
|
100
|
-
- lib/ews/soap/ews_soap_response.rb
|
101
|
-
- lib/ews/soap/ews_soap_room_response.rb
|
102
|
-
- lib/ews/soap/ews_soap_roomlist_response.rb
|
103
|
-
- lib/ews/soap/exchange_availability.rb
|
104
|
-
- lib/ews/soap/exchange_data_services.rb
|
105
|
-
- lib/ews/soap/exchange_notification.rb
|
106
|
-
- lib/ews/soap/exchange_synchronization.rb
|
107
|
-
- lib/ews/soap/exchange_time_zones.rb
|
108
|
-
- lib/ews/soap/exchange_user_configuration.rb
|
109
|
-
- lib/ews/soap/exchange_web_service.rb
|
110
|
-
- lib/ews/soap/parsers/ews_parser.rb
|
111
|
-
- lib/ews/soap/parsers/ews_sax_document.rb
|
112
|
-
- lib/ews/soap/response_message.rb
|
113
|
-
- lib/ews/soap/responses/create_attachment_response_message.rb
|
114
|
-
- lib/ews/soap/responses/create_item_response_message.rb
|
115
|
-
- lib/ews/soap/responses/find_item_response_message.rb
|
116
|
-
- lib/ews/soap/responses/get_events_response_message.rb
|
117
|
-
- lib/ews/soap/responses/send_notification_response_message.rb
|
118
|
-
- lib/ews/soap/responses/subscribe_response_message.rb
|
119
|
-
- lib/ews/soap/responses/sync_folder_hierarchy_response_message.rb
|
120
|
-
- lib/ews/soap/responses/sync_folder_items_response_message.rb
|
121
|
-
- lib/ews/templates/calendar_item.rb
|
122
|
-
- lib/ews/templates/forward_item.rb
|
123
|
-
- lib/ews/templates/message.rb
|
124
|
-
- lib/ews/templates/reply_to_item.rb
|
125
|
-
- lib/ews/templates/task.rb
|
126
|
-
- lib/ews/types.rb
|
95
|
+
- lib/ews/types/moved_event.rb
|
96
|
+
- lib/ews/types/contact.rb
|
97
|
+
- lib/ews/types/meeting_message.rb
|
98
|
+
- lib/ews/types/created_event.rb
|
99
|
+
- lib/ews/types/meeting_cancellation.rb
|
100
|
+
- lib/ews/types/free_busy_changed_event.rb
|
101
|
+
- lib/ews/types/task.rb
|
127
102
|
- lib/ews/types/attachment.rb
|
128
|
-
- lib/ews/types/
|
103
|
+
- lib/ews/types/distribution_list.rb
|
104
|
+
- lib/ews/types/copied_event.rb
|
105
|
+
- lib/ews/types/status_event.rb
|
106
|
+
- lib/ews/types/generic_folder.rb
|
129
107
|
- lib/ews/types/calendar_folder.rb
|
130
|
-
- lib/ews/types/
|
131
|
-
- lib/ews/types/
|
108
|
+
- lib/ews/types/search_folder.rb
|
109
|
+
- lib/ews/types/meeting_request.rb
|
110
|
+
- lib/ews/types/mailbox_user.rb
|
111
|
+
- lib/ews/types/modified_event.rb
|
112
|
+
- lib/ews/types/out_of_office.rb
|
113
|
+
- lib/ews/types/item_attachment.rb
|
114
|
+
- lib/ews/types/message.rb
|
115
|
+
- lib/ews/types/item_field_uri_map.rb
|
116
|
+
- lib/ews/types/new_mail_event.rb
|
132
117
|
- lib/ews/types/contacts_folder.rb
|
133
|
-
- lib/ews/types/copied_event.rb
|
134
|
-
- lib/ews/types/created_event.rb
|
135
118
|
- lib/ews/types/deleted_event.rb
|
136
|
-
- lib/ews/types/distribution_list.rb
|
137
119
|
- lib/ews/types/event.rb
|
120
|
+
- lib/ews/types/calendar_item.rb
|
138
121
|
- lib/ews/types/export_items_response_message.rb
|
122
|
+
- lib/ews/types/attendee.rb
|
123
|
+
- lib/ews/types/tasks_folder.rb
|
139
124
|
- lib/ews/types/file_attachment.rb
|
140
|
-
- lib/ews/types/folder.rb
|
141
|
-
- lib/ews/types/free_busy_changed_event.rb
|
142
|
-
- lib/ews/types/generic_folder.rb
|
143
125
|
- lib/ews/types/item.rb
|
144
|
-
- lib/ews/types/item_attachment.rb
|
145
|
-
- lib/ews/types/item_field_uri_map.rb
|
146
|
-
- lib/ews/types/mailbox_user.rb
|
147
|
-
- lib/ews/types/meeting_cancellation.rb
|
148
|
-
- lib/ews/types/meeting_message.rb
|
149
|
-
- lib/ews/types/meeting_request.rb
|
150
126
|
- lib/ews/types/meeting_response.rb
|
151
|
-
- lib/ews/types/
|
152
|
-
- lib/ews/
|
153
|
-
- lib/ews/
|
154
|
-
- lib/ews/
|
155
|
-
- lib/ews/
|
156
|
-
- lib/ews/
|
157
|
-
- lib/ews/
|
158
|
-
- lib/ews/
|
159
|
-
- lib/ews/
|
127
|
+
- lib/ews/types/folder.rb
|
128
|
+
- lib/ews/mailbox_accessors.rb
|
129
|
+
- lib/ews/exceptions/exceptions.rb
|
130
|
+
- lib/ews/soap/exchange_web_service.rb
|
131
|
+
- lib/ews/soap/response_message.rb
|
132
|
+
- lib/ews/soap/parsers/ews_parser.rb
|
133
|
+
- lib/ews/soap/parsers/ews_sax_document.rb
|
134
|
+
- lib/ews/soap/ews_response.rb
|
135
|
+
- lib/ews/soap/exchange_availability.rb
|
136
|
+
- lib/ews/soap/exchange_user_configuration.rb
|
137
|
+
- lib/ews/soap/responses/subscribe_response_message.rb
|
138
|
+
- lib/ews/soap/responses/sync_folder_hierarchy_response_message.rb
|
139
|
+
- lib/ews/soap/responses/send_notification_response_message.rb
|
140
|
+
- lib/ews/soap/responses/create_item_response_message.rb
|
141
|
+
- lib/ews/soap/responses/sync_folder_items_response_message.rb
|
142
|
+
- lib/ews/soap/responses/find_item_response_message.rb
|
143
|
+
- lib/ews/soap/responses/create_attachment_response_message.rb
|
144
|
+
- lib/ews/soap/responses/get_events_response_message.rb
|
145
|
+
- lib/ews/soap/ews_soap_availability_response.rb
|
146
|
+
- lib/ews/soap/builders/ews_builder.rb
|
147
|
+
- lib/ews/soap/exchange_time_zones.rb
|
148
|
+
- lib/ews/soap/ews_soap_room_response.rb
|
149
|
+
- lib/ews/soap/exchange_synchronization.rb
|
150
|
+
- lib/ews/soap/exchange_data_services.rb
|
151
|
+
- lib/ews/soap/ews_soap_response.rb
|
152
|
+
- lib/ews/soap/ews_soap_free_busy_response.rb
|
153
|
+
- lib/ews/soap/ews_soap_roomlist_response.rb
|
154
|
+
- lib/ews/soap/exchange_notification.rb
|
155
|
+
- lib/ews/templates/reply_to_item.rb
|
156
|
+
- lib/ews/templates/task.rb
|
157
|
+
- lib/ews/templates/forward_item.rb
|
158
|
+
- lib/ews/templates/message.rb
|
159
|
+
- lib/ews/templates/calendar_item.rb
|
160
|
+
- lib/ews/room_accessors.rb
|
161
|
+
- lib/ews/types.rb
|
162
|
+
- lib/ews/errors.rb
|
163
|
+
- lib/ews/convert_accessors.rb
|
164
|
+
- lib/ews/impersonation.rb
|
165
|
+
- lib/ews/folder_accessors.rb
|
166
|
+
- lib/ews/calendar_accessors.rb
|
167
|
+
- lib/ews/soap.rb
|
168
|
+
- lib/ews/item_accessors.rb
|
169
|
+
- lib/ews/roomlist_accessors.rb
|
170
|
+
- lib/ews/message_accessors.rb
|
171
|
+
- lib/ews/connection_helper.rb
|
160
172
|
- lib/viewpoint.rb
|
161
|
-
- lib/viewpoint/logging.rb
|
162
|
-
- lib/viewpoint/logging/config.rb
|
163
|
-
- lib/viewpoint/string_utils.rb
|
164
173
|
homepage: https://github.com/swisstxt/Viewpoint
|
165
174
|
licenses: []
|
166
|
-
metadata: {}
|
167
175
|
post_install_message:
|
168
176
|
rdoc_options:
|
169
|
-
-
|
177
|
+
- -x
|
170
178
|
- test/
|
171
|
-
-
|
179
|
+
- -x
|
172
180
|
- examples/
|
173
181
|
require_paths:
|
174
182
|
- lib
|
175
183
|
required_ruby_version: !ruby/object:Gem::Requirement
|
184
|
+
none: false
|
176
185
|
requirements:
|
177
|
-
- -
|
186
|
+
- - ! '>='
|
178
187
|
- !ruby/object:Gem::Version
|
179
188
|
version: 1.9.1
|
180
189
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
190
|
+
none: false
|
181
191
|
requirements:
|
182
|
-
- -
|
192
|
+
- - ! '>='
|
183
193
|
- !ruby/object:Gem::Version
|
184
194
|
version: '0'
|
185
195
|
requirements: []
|
186
196
|
rubyforge_project:
|
187
|
-
rubygems_version:
|
197
|
+
rubygems_version: 1.8.23
|
188
198
|
signing_key:
|
189
|
-
specification_version:
|
199
|
+
specification_version: 3
|
190
200
|
summary: A Ruby client access library for Microsoft Exchange Web Services (EWS)
|
191
201
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 10d6e4d086302cf99ebedbe153010b0f2eab0d5f
|
4
|
-
data.tar.gz: 5f37a0a3c04d7531c72e3637f173abfff67aa121
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 2f9a56fa91bca06a17fe46374b735cedaf177eaf7c1ab71e4dce652e8a482fc6474de6669767b154d7c4166c553e9a5325d7a694137fdccbbb4a3c900dadabe7
|
7
|
-
data.tar.gz: cb6548492a44823abe11143a6641c55984a596f80ad82d824da2cf49a14d958e400d23afd8655dfe9c322042231ebda191d8af71ceca21fbf9e34a012d43145e
|