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 +0 -0
- data/History.txt +4 -0
- data/lib/calfilter.rb +1 -1
- data/lib/calfilter/tripit.rb +5 -7
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
data/lib/calfilter.rb
CHANGED
data/lib/calfilter/tripit.rb
CHANGED
|
@@ -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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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.
|
|
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-
|
|
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
|