Sha256: afe39e547619d52e241e72488fb7d8a01d20fdca78872b104b755ec9bbcb8ef8
Contents?: true
Size: 782 Bytes
Versions: 4
Compression:
Stored size: 782 Bytes
Contents
Gem::Specification.new do |s| s.name = "icalendar" s.version = "1.2" 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.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.require_path = "lib" s.autorequire = "icalendar" s.has_rdoc = true s.extra_rdoc_files = ["README", "COPYING", "GPL"] s.rdoc_options.concat ['--main', 'README'] s.author = "Sean Dague" s.email = "sean@dague.net" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
icalendar-1.2.2 | icalendar.gemspec |
icalendar-1.2.1 | icalendar.gemspec |
icalendar-1.2.0 | icalendar.gemspec |
icalendar-1.2 | icalendar.gemspec |