Skip to content

Commit

Permalink
Regenerated gemspec for version 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyredrick committed Apr 16, 2010
1 parent 93abe15 commit 8d021f1
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions ri_cal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,30 @@

Gem::Specification.new do |s|
s.name = %q{ri_cal}
s.version = "0.8.5"
s.version = "0.8.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Rick DeNatale"]
s.date = %q{2010-04-15}
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.
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.
This is a clean-slate implementation of RFC2445.
This is a clean-slate implementation of RFC2445.
A Google group for discussion of this library has been set up http://groups.google.com/group/rical_gem
A Google group for discussion of this library has been set up http://groups.google.com/group/rical_gem
}
s.email = %q{rick.denatale@gmail.com}
s.executables = ["ri_cal"]
s.extra_rdoc_files = [
"README.txt"
"History.txt",
"README.txt",
"copyrights.txt"
]
s.files = [
".gitignore",
"History.txt",
"History.txt",
"Manifest.txt",
"README.txt",
"Rakefile",
Expand All @@ -42,7 +43,6 @@ Gem::Specification.new do |s|
"component_attributes/timezone.yml",
"component_attributes/timezone_period.yml",
"component_attributes/todo.yml",
"config/website.yml",
"copyrights.txt",
"docs/draft-ietf-calsify-2446bis-08.txt",
"docs/draft-ietf-calsify-rfc2445bis-09.txt",
Expand Down Expand Up @@ -142,7 +142,9 @@ Gem::Specification.new do |s|
"lib/ri_cal/property_value/text.rb",
"lib/ri_cal/property_value/uri.rb",
"lib/ri_cal/property_value/utc_offset.rb",
"lib/ri_cal/property_value/zulu_date_time.rb",
"lib/ri_cal/required_timezones.rb",
"parked_specs/ri_cal/claudio_a_bug_spec.rb",
"performance/empty_propval/subject.rb",
"performance/paris_eastern/subject.rb",
"performance/penultimate_weekday/subject.rb",
Expand Down Expand Up @@ -199,7 +201,6 @@ Gem::Specification.new do |s|
s.summary = %q{a new implementation of RFC2445 in Ruby}
s.test_files = [
"spec/ri_cal/bugreports_spec.rb",
"spec/ri_cal/claudio_a_bug_spec.rb",
"spec/ri_cal/component/alarm_spec.rb",
"spec/ri_cal/component/calendar_spec.rb",
"spec/ri_cal/component/event_spec.rb",
Expand Down

0 comments on commit 8d021f1

Please sign in to comment.