calfilter 1.1.4 → 1.2.0

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 (4) hide show
  1. data.tar.gz.sig +0 -0
  2. data/lib/calfilter.rb +1 -1
  3. metadata +1 -1
  4. 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.1.4'
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
@@ -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.4
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glenn Vanderburg
metadata.gz.sig CHANGED
Binary file