calfilter 1.1.4 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/lib/calfilter.rb +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
Binary file
|
data/lib/calfilter.rb
CHANGED
@@ -4,7 +4,7 @@ $:.unshift(File.dirname(__FILE__))
|
|
4
4
|
%w{datetime icalendar time}.each{|l| require "calfilter/#{l}_extensions"}
|
5
5
|
|
6
6
|
module CalFilter
|
7
|
-
VERSION = '1.
|
7
|
+
VERSION = '1.2.0'
|
8
8
|
|
9
9
|
# The output stream for filtered icalendar output.
|
10
10
|
# If this is not nil, filter_calendars will automatically
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|