icalendar 0.96.3 → 0.96.4

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: icalendar
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.96.3
7
- date: 2005-11-29 00:00:00 +01:00
6
+ version: 0.96.4
7
+ date: 2005-12-01 00:00:00 +01:00
8
8
  summary: A ruby implementation of the iCalendar specification (RFC-2445).
9
9
  require_paths:
10
10
  - lib
@@ -35,11 +35,14 @@ files:
35
35
  - test/interactive.rb
36
36
  - test/single_event.ics
37
37
  - test/component
38
+ - test/old_life.ics
38
39
  - test/component_test.rb
39
40
  - test/simplecal.ics
40
41
  - test/calendar_test.rb
41
42
  - test/life.ics
42
43
  - test/parser_test.rb
44
+ - test/rw.ics
45
+ - test/read_write.rb
43
46
  - test/component/event_test.rb
44
47
  - lib/icalendar
45
48
  - lib/hash_attrs.rb