viewpoint 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README +3 -0
  2. data/VERSION +1 -1
  3. data/lib/viewpoint/exchwebserv.rb +1 -1
  4. metadata +3 -3
data/README CHANGED
@@ -13,6 +13,9 @@ REQUIRED GEMS:
13
13
 
14
14
  # Current SOAP4R ( http://dev.ctor.org/soap4r )
15
15
  gem install -r soap4r
16
+ # NTLM isn't an automatic dependency so you may need this if you are having issues.
17
+ gem install -r rubyntlm
18
+
16
19
 
17
20
  # iCalendar
18
21
  gem install -r icalendar
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -19,7 +19,6 @@
19
19
  #############################################################################
20
20
  $:.unshift(File.dirname(__FILE__))
21
21
  require 'rubygems'
22
- #require 'highline/import'
23
22
  require 'singleton'
24
23
  require 'wsdl/exchangeServiceBinding'
25
24
  # --- Custom libs ---
@@ -192,6 +191,7 @@ class Viewpoint::ExchWebServ
192
191
  @pass = props['exchange.ews.pass'] if @pass == nil
193
192
  @ews_endpoint = props['exchange.ews.endpoint'] if @ews_endpoint == nil
194
193
  elsif(@ews_endpoint == nil && @user == nil && @pass == nil)
194
+ require 'highline/import'
195
195
  @ews_endpoint = ask("Exchange EWS Endpoint: ") { |q| q.echo = true }
196
196
  @user = ask("User: ") { |q| q.echo = true }
197
197
  @pass = ask("Pass: ") { |q| q.echo = "*"}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viewpoint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Wanek
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-27 00:00:00 -06:00
12
+ date: 2009-12-07 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
153
153
  requirements: []
154
154
 
155
155
  rubyforge_project:
156
- rubygems_version: 1.3.4
156
+ rubygems_version: 1.3.5
157
157
  signing_key:
158
158
  specification_version: 3
159
159
  summary: A Ruby client access library for Microsoft Exchange Web Services (EWS)