gcal4ruby 0.2.3 → 0.2.4
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/CHANGELOG +2 -0
- data/lib/gcal4ruby/calendar.rb +1 -1
- data/lib/gcal4ruby/service.rb +1 -0
- metadata +2 -2
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.
|
data/lib/gcal4ruby/calendar.rb
CHANGED
data/lib/gcal4ruby/service.rb
CHANGED
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.
|
|
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-
|
|
12
|
+
date: 2009-08-20 00:00:00 +10:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|