calfilter 1.1.0 → 1.1.1

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.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.1.1 / 2008-05-04
2
+
3
+ * Bug fix in tripit.rb
4
+
1
5
  === 1.1.0 / 2008-05-03
2
6
 
3
7
  * 1 major enhancement
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.0'
4
+ VERSION = '1.1.1'
5
5
 
6
6
  def self.output_stream
7
7
  @output_stream
@@ -15,16 +15,14 @@ module CalFilter
15
15
  def tripit_type(*args)
16
16
  return :unknown unless __kind__ == 'event'
17
17
  if args.empty?
18
- description =~ /^\[(.+?)\]/m
19
- TripIt::EVENT_TYPES[$1] || :unknown
20
- else
21
- args.include?(tripit_type)
22
- end
18
+ description =~ /^\[(.+?)\]/m
19
+ TripIt::EVENT_TYPES[$1] || :unknown
20
+ else
21
+ args.include?(tripit_type)
23
22
  end
24
23
  end
25
-
26
24
  end
27
-
25
+
28
26
  class ResourceWrapper
29
27
  include TripIt
30
28
  end
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.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Glenn Vanderburg
@@ -30,7 +30,7 @@ cert_chain:
30
30
  zrNa6ECLh1VS/pV78rYbAO1ZXsg3l7bY
31
31
  -----END CERTIFICATE-----
32
32
 
33
- date: 2008-05-03 00:00:00 -05:00
33
+ date: 2008-05-04 00:00:00 -05:00
34
34
  default_executable:
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
metadata.gz.sig CHANGED
Binary file