ri_cal.gemspec in justinsoong-ri_cal-0.8.8 vs ri_cal.gemspec in justinsoong-ri_cal-0.8.9
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'justinsoong-ri_cal'
- s.version = "0.8.8"
+ s.version = "0.8.9"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Rick DeNatale"]
s.date = %q{2011-02-13}
- s.default_executable = %q{ri_cal}
+ s.default_executable = 'justinsoong-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.