calfilter 1.1.1 → 1.1.2

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.
Files changed (5) hide show
  1. data.tar.gz.sig +1 -2
  2. data/History.txt +4 -0
  3. data/lib/calfilter.rb +2 -2
  4. metadata +1 -1
  5. metadata.gz.sig +0 -0
data.tar.gz.sig CHANGED
@@ -1,2 +1 @@
1
- &U��ڝOE���B0v�N��$x:�rQ�\����\/�LdWN)�Σ#B�*څ`�O�` a ��e�f�N�_
2
- JO['�!!�TL�$�c����X����|�ⴙ�O�9Н��
1
+ ����?QXsXn XǝN��1��%������z�?���� _WG;��Z�m���}����"�b�}��VzL���yC��L������U7���&F7�N�S�nџ�/���ݪ�@����$�*��Dt5��<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
@@ -1,3 +1,7 @@
1
+ === 1.1.2 / 2008-05-04
2
+
3
+ * Bug fix in calfilter.rb
4
+
1
5
  === 1.1.1 / 2008-05-04
2
6
 
3
7
  * Bug fix in tripit.rb
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.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.map{|source| convert_to_icalendar(source)}.flatten
162
+ sources.inject([]){|accum, source| accum += convert_to_icalendar(source)}
163
163
  end
164
164
 
165
165
  def convert_to_icalendar(source)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calfilter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glenn Vanderburg
metadata.gz.sig CHANGED
Binary file