viewpoint 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.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
 
@@ -103,4 +103,4 @@ module Viewpoint
103
103
  end # SPWS
104
104
  end # Viewpoint
105
105
 
106
- require 'parsers/ews_parser'
106
+ require 'soap/handsoap/parsers/ews_parser'
@@ -71,5 +71,3 @@ module Viewpoint
71
71
  end
72
72
  end
73
73
  end
74
-
75
-
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.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-04 00:00:00 -05:00
17
+ date: 2010-08-06 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency