# -*- encoding: utf-8 -*- # stub: icalendar 1.4.1 ruby lib Gem::Specification.new do |s| s.name = "icalendar".freeze s.version = "1.4.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Ahearn".freeze] s.date = "2013-06-26" s.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.".freeze s.email = ["ryan.c.ahearn@gmail.com".freeze] s.extra_rdoc_files = ["History.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "website/index.txt".freeze, "COPYING".freeze, "GPL".freeze] s.files = [".gemtest".freeze, "COPYING".freeze, "GPL".freeze, "History.txt".freeze, "Manifest.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "config/website.yml".freeze, "examples/create_cal.rb".freeze, "examples/parse_cal.rb".freeze, "examples/single_event.ics".freeze, "icalendar.gemspec".freeze, "lib/hash_attrs.rb".freeze, "lib/icalendar.rb".freeze, "lib/icalendar/base.rb".freeze, "lib/icalendar/calendar.rb".freeze, "lib/icalendar/component.rb".freeze, "lib/icalendar/component/alarm.rb".freeze, "lib/icalendar/component/event.rb".freeze, "lib/icalendar/component/freebusy.rb".freeze, "lib/icalendar/component/journal.rb".freeze, "lib/icalendar/component/timezone.rb".freeze, "lib/icalendar/component/todo.rb".freeze, "lib/icalendar/conversions.rb".freeze, "lib/icalendar/helpers.rb".freeze, "lib/icalendar/parameter.rb".freeze, "lib/icalendar/parser.rb".freeze, "lib/icalendar/rrule.rb".freeze, "lib/icalendar/tzinfo.rb".freeze, "lib/meta.rb".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "script/recur1.ics".freeze, "script/tryit.rb".freeze, "script/txt2html".freeze, "test/component/test_event.rb".freeze, "test/component/test_timezone.rb".freeze, "test/component/test_todo.rb".freeze, "test/fixtures/folding.ics".freeze, "test/fixtures/life.ics".freeze, "test/fixtures/simplecal.ics".freeze, "test/fixtures/single_event.ics".freeze, "test/interactive.rb".freeze, "test/read_write.rb".freeze, "test/test_calendar.rb".freeze, "test/test_component.rb".freeze, "test/test_conversions.rb".freeze, "test/test_helper.rb".freeze, "test/test_parameter.rb".freeze, "test/test_parser.rb".freeze, "test/test_tzinfo.rb".freeze, "website/index.html".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.html.erb".freeze] s.homepage = "http://github.com/icalendar/icalendar".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This is a Ruby library for dealing with iCalendar files".freeze s.test_files = ["test/component/test_event.rb".freeze, "test/component/test_timezone.rb".freeze, "test/component/test_todo.rb".freeze, "test/test_calendar.rb".freeze, "test/test_component.rb".freeze, "test/test_conversions.rb".freeze, "test/test_helper.rb".freeze, "test/test_parameter.rb".freeze, "test/test_parser.rb".freeze, "test/test_tzinfo.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 2.0.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.5.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.6".freeze]) end