ri_cal.gemspec in ri_cal-0.7.4 vs ri_cal.gemspec in ri_cal-0.7.5

- old
+ new

@@ -1,13 +1,13 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{ri_cal} - s.version = "0.7.4" + s.version = "0.7.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["author=Rick DeNatale"] - s.date = %q{2009-07-21} + s.date = %q{2009-08-03} s.default_executable = %q{ri_cal} s.description = %q{A new Ruby implementation of RFC2445 iCalendar. The existing Ruby iCalendar libraries (e.g. icalendar, vpim) provide for parsing and generating icalendar files, but do not support important things like enumerating occurrences of repeating events.