viewpoint 0.1.1 → 0.1.2
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.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
# with Viewpoint. If not, see <http://www.gnu.org/licenses/>.
|
|
19
19
|
#############################################################################
|
|
20
20
|
# Exchange Web Service Builders
|
|
21
|
-
require 'builders/ews_builder.rb'
|
|
21
|
+
require 'soap/handsoap/builders/ews_builder.rb'
|
|
22
22
|
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
# You should have received a copy of the GNU General Public License along
|
|
18
18
|
# with Viewpoint. If not, see <http://www.gnu.org/licenses/>.
|
|
19
19
|
#############################################################################
|
|
20
|
-
require 'builders/ews_build_helpers.rb'
|
|
20
|
+
require 'soap/handsoap/builders/ews_build_helpers.rb'
|
|
21
21
|
module Viewpoint
|
|
22
22
|
module EWS
|
|
23
23
|
module SOAP
|
|
@@ -17,11 +17,9 @@
|
|
|
17
17
|
# You should have received a copy of the GNU General Public License along
|
|
18
18
|
# with Viewpoint. If not, see <http://www.gnu.org/licenses/>.
|
|
19
19
|
#############################################################################
|
|
20
|
-
$: << File.dirname(__FILE__)
|
|
21
20
|
require 'handsoap'
|
|
22
|
-
require 'builder'
|
|
23
|
-
require 'parser'
|
|
24
|
-
|
|
21
|
+
require 'soap/handsoap/builder'
|
|
22
|
+
require 'soap/handsoap/parser'
|
|
25
23
|
|
|
26
24
|
Handsoap.http_driver = :http_client
|
|
27
25
|
|
data/lib/soap/handsoap/parser.rb
CHANGED
data/lib/soap/soap_provider.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.1.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Dan Wanek
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-08-
|
|
17
|
+
date: 2010-08-06 00:00:00 -05:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|