-
Notifications
You must be signed in to change notification settings - Fork 18
/
vpim-rails.gemspec
30 lines (26 loc) · 2.49 KB
/
vpim-rails.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{vpim-rails}
s.version = "0.667"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sam Roberts", "Fraser Newton"]
s.date = %q{2009-03-28}
s.description = %q{This is vPim updated for use with Rails applications.}
s.email = %q{[email protected]}
s.extra_rdoc_files = ["README", "CHANGES", "COPYING", "samples/README.mutt"]
s.files = ["lib/atom.rb", "lib/plist.rb", "lib/vpim/address.rb", "lib/vpim/attachment.rb", "lib/vpim/date.rb", "lib/vpim/dirinfo.rb", "lib/vpim/duration.rb", "lib/vpim/enumerator.rb", "lib/vpim/field.rb", "lib/vpim/icalendar.rb", "lib/vpim/maker/vcard.rb", "lib/vpim/property/base.rb", "lib/vpim/property/common.rb", "lib/vpim/property/location.rb", "lib/vpim/property/priority.rb", "lib/vpim/property/recurrence.rb", "lib/vpim/property/resources.rb", "lib/vpim/repo.rb", "lib/vpim/rfc2425.rb", "lib/vpim/rrule.rb", "lib/vpim/vcard.rb", "lib/vpim/version.rb", "lib/vpim/vevent.rb", "lib/vpim/view.rb", "lib/vpim/vjournal.rb", "lib/vpim/vpim.rb", "lib/vpim/vtodo.rb", "lib/vpim.rb", "samples/ab-query.rb", "samples/cmd-itip.rb", "samples/ex_cpvcard.rb", "samples/ex_get_vcard_photo.rb", "samples/ex_mkv21vcard.rb", "samples/ex_mkvcard.rb", "samples/ex_mkyourown.rb", "samples/ics-dump.rb", "samples/ics-to-rss.rb", "samples/mutt-aliases-to-vcf.rb", "samples/osx-wrappers.rb", "samples/README.mutt", "samples/reminder.rb", "samples/rrule.rb", "samples/tabbed-file-to-vcf.rb", "samples/vcf-dump.rb", "samples/vcf-lines.rb", "samples/vcf-to-ics.rb", "samples/vcf-to-mutt.rb", "test/test_all.rb", "test/test_date.rb", "test/test_dur.rb", "test/test_field.rb", "test/test_ical.rb", "test/test_repo.rb", "test/test_rrule.rb", "test/test_vcard.rb", "test/test_view.rb", "COPYING", "README", "CHANGES"]
s.has_rdoc = true
s.homepage = %q{http://github.com/fraser/vpim-rails/tree/master}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{iCalendar and vCard support for rails}
s.test_files = ["test/test_all.rb", "test/test_date.rb", "test/test_dur.rb", "test/test_field.rb", "test/test_ical.rb", "test/test_repo.rb", "test/test_rrule.rb", "test/test_vcard.rb", "test/test_view.rb"]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end