--- !ruby/object:Gem::Specification name: icalendar version: !ruby/object:Gem::Version version: 1.2.4 prerelease: platform: ruby authors: - Ryan Ahearn autorequire: bindir: bin cert_chain: [] date: 2013-03-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rubyforge requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.0.4 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.0.4 - !ruby/object:Gem::Dependency name: rdoc requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.10' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.10' - !ruby/object:Gem::Dependency name: newgem requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.5.3 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.5.3 - !ruby/object:Gem::Dependency name: hoe requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '3.5' description: ! "This is a Ruby library for dealing with iCalendar files. Rather than\nexplaining myself, here is the introduction from RFC-2445, which\ndefines the format:\n\nThe use of calendaring and scheduling has grown considerably in the\nlast decade. Enterprise and inter-enterprise business has become\ndependent on rapid scheduling of events and actions using this\ninformation technology. However, the longer term growth of calendaring\nand scheduling, is currently limited by the lack of Internet standards\nfor the message content types that are central to these knowledgeware\napplications. This memo is intended to progress the level of\ninteroperability possible between dissimilar calendaring and\nscheduling applications. This memo defines a MIME content type for\nexchanging electronic calendaring and scheduling information. The\nInternet Calendaring and Scheduling Core Object Specification, or\niCalendar, allows for the capture and exchange of information normally\nstored within a calendaring and scheduling application; such as a\nPersonal Information Manager (PIM) or a Group Scheduling product. \n\nThe iCalendar format is suitable as an exchange format between\napplications or systems. The format is defined in terms of a MIME\ncontent type. This will enable the object to be exchanged using\nseveral transports, including but not limited to SMTP, HTTP, a file\nsystem, desktop interactive protocols such as the use of a memory-\nbased clipboard or drag/drop interactions, point-to-point asynchronous\ncommunication, wired-network transport, or some form of unwired\ntransport such as infrared might also be used." email: - ryan.c.ahearn@gmail.com executables: [] extensions: [] extra_rdoc_files: - History.txt - Manifest.txt - README.rdoc - website/index.txt - COPYING - GPL files: - COPYING - GPL - History.txt - Manifest.txt - README.rdoc - Rakefile - config/website.yml - examples/create_cal.rb - examples/parse_cal.rb - examples/single_event.ics - icalendar.gemspec - lib/hash_attrs.rb - lib/icalendar.rb - lib/icalendar/base.rb - lib/icalendar/calendar.rb - lib/icalendar/component.rb - lib/icalendar/component/alarm.rb - lib/icalendar/component/event.rb - lib/icalendar/component/freebusy.rb - lib/icalendar/component/journal.rb - lib/icalendar/component/timezone.rb - lib/icalendar/component/todo.rb - lib/icalendar/conversions.rb - lib/icalendar/helpers.rb - lib/icalendar/parameter.rb - lib/icalendar/parser.rb - lib/icalendar/rrule.rb - lib/icalendar/tzinfo.rb - lib/meta.rb - script/console - script/destroy - script/generate - script/recur1.ics - script/tryit.rb - script/txt2html - test/component/test_event.rb - test/component/test_timezone.rb - test/component/test_todo.rb - test/fixtures/folding.ics - test/fixtures/life.ics - test/fixtures/simplecal.ics - test/fixtures/single_event.ics - test/interactive.rb - test/read_write.rb - test/test_calendar.rb - test/test_component.rb - test/test_conversions.rb - test/test_helper.rb - test/test_parameter.rb - test/test_parser.rb - website/index.html - website/index.txt - website/javascripts/rounded_corners_lite.inc.js - website/stylesheets/screen.css - website/template.html.erb - .gemtest homepage: http://github.com/icalendar/icalendar licenses: [] post_install_message: rdoc_options: - --main - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: icalendar rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: This is a Ruby library for dealing with iCalendar files test_files: - test/component/test_event.rb - test/component/test_timezone.rb - test/component/test_todo.rb - test/test_calendar.rb - test/test_component.rb - test/test_conversions.rb - test/test_helper.rb - test/test_parameter.rb - test/test_parser.rb