Sha256: 2110ecd1b69e7458404886191ca5cb6db41bd1dc5a9aaadfb39d74abb7743f32
Contents?: true
Size: 803 Bytes
Versions: 3
Compression:
Stored size: 803 Bytes
Contents
$:.push File.expand_path('../lib', __FILE__) require 'icalendar/base' Gem::Specification.new do |s| s.authors = ['Ryan Ahearn'] s.name = "icalendar" s.version = Icalendar::VERSION s.homepage = "http://icalendar.rubyforge.org/" s.platform = Gem::Platform::RUBY s.summary = "A ruby implementation of the iCalendar specification (RFC-2445)." s.description = "Implements the iCalendar specification (RFC-2445) in Ruby. This allows for the generation and parsing of .ics files, which are used by a variety of calendaring applications." s.add_development_dependency 'hoe', '~> 3.5' s.add_development_dependency 'newgem', '~> 1.5' s.add_development_dependency 'rubyforge', '~> 2.0' s.add_development_dependency 'rdoc', '~> 4.0' s.add_development_dependency 'tzinfo', '~> 0.3' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
icalendar-1.4.1 | icalendar.gemspec |
icalendar-1.4.0 | icalendar.gemspec |
icalendar-1.3.0 | icalendar.gemspec |