calfilter 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +1 -2
- data/History.txt +4 -0
- data/lib/calfilter.rb +2 -2
- metadata +1 -1
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
|
2
|
-
JO['�!!�TL�$�c����X����|�ⴙ�O�9Н��
|
1
|
+
����?QX�s�Xn �XǝN��1��%������z�?���� _WG;��Z�m���}����"�b�}��VzL���yC��L������U7���&F7�N�S�nџ�/���ݪ�@����$�*��D�t5��<d -�L�;D���.���6D��Y����X��B����o���o'������j�8�� �j�7DR|��9�juS1��K`�(;��N�f��-r��v��O���tǀ�_,:�
|
data/History.txt
CHANGED
data/lib/calfilter.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
%w{rubygems icalendar date open-uri}.each{|l| require l}
|
2
2
|
|
3
3
|
module CalFilter
|
4
|
-
VERSION = '1.1.
|
4
|
+
VERSION = '1.1.2'
|
5
5
|
|
6
6
|
def self.output_stream
|
7
7
|
@output_stream
|
@@ -159,7 +159,7 @@ def filter_calendars(*sources, &block)
|
|
159
159
|
end
|
160
160
|
|
161
161
|
def convert_to_icalendars(sources)
|
162
|
-
sources.
|
162
|
+
sources.inject([]){|accum, source| accum += convert_to_icalendar(source)}
|
163
163
|
end
|
164
164
|
|
165
165
|
def convert_to_icalendar(source)
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|