gcal4ruby 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,4 +1,6 @@
1
1
  #=CHANGELOG
2
+ #==version 0.2.4
3
+ #* Fixed bug with ACL check in Calendar#load
2
4
  #==version 0.2.3
3
5
  #* Implemented to_iframe method for calendars and services to output embeddable iframe text.
4
6
  #* Added switch to turn off ACL check for public calendars. Can increase effeciency if turned off.
@@ -281,7 +281,7 @@ class Calendar
281
281
 
282
282
  @event_feed = "http://www.google.com/calendar/feeds/#{@id}/private/full"
283
283
 
284
- if @check_public
284
+ if @service.check_public
285
285
  puts "Getting ACL Feed" if @service.debug
286
286
 
287
287
  #rescue error on shared calenar ACL list access
@@ -30,6 +30,7 @@ class Service < Base
30
30
  attr_accessor :check_public
31
31
 
32
32
  def initialize
33
+ super
33
34
  @check_public = true
34
35
  end
35
36
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gcal4ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Reich
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-08-14 00:00:00 +10:00
12
+ date: 2009-08-20 00:00:00 +10:00
13
13
  default_executable:
14
14
  dependencies: []
15
15