This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
forked from sam-github/vpim
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvpim.gemspec
147 lines (142 loc) · 4.41 KB
/
vpim.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{vpim}
s.version = "0.7.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Sam Roberts"]
s.date = %q{2010-05-29}
s.description = %q{vCard and iCalendar support, the standard for exchange and storage of contact information and calendars}
s.email = %q{sam@github}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
".document",
".gitignore",
"CHANGES",
"COPYING",
"Makefile",
"README.rdoc",
"Rakefile",
"THANKS",
"VERSION",
"ex_fmt_convert.rb",
"ex_ics_api.rb",
"lib/vpim.rb",
"lib/vpim/address.rb",
"lib/vpim/agent/atomize.rb",
"lib/vpim/agent/base.rb",
"lib/vpim/agent/calendars.rb",
"lib/vpim/agent/handler.rb",
"lib/vpim/agent/ics.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/time.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",
"mbox2vcard.rb",
"outline.sh",
"profile.rb",
"profile.txt",
"samples/README.mutt",
"samples/ab-query.rb",
"samples/agent.ru",
"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/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",
"setup.rb",
"stamp.rb",
"test/calendars/weather.calendar/Events/1205042405-0-0.ics",
"test/calendars/weather.calendar/Events/1205128857-1-1205128857.ics",
"test/calendars/weather.calendar/Events/1205215257-2--1884536782.ics",
"test/calendars/weather.calendar/Events/1205301657-3--679062325.ics",
"test/calendars/weather.calendar/Events/1205388057-4-526584932.ics",
"test/calendars/weather.calendar/Events/1205474457-5-1732404989.ics",
"test/calendars/weather.calendar/Events/1205560857-6--1356569450.ics",
"test/calendars/weather.calendar/Events/1205647257-7--150403793.ics",
"test/calendars/weather.calendar/Events/1205712057-8-1055761864.ics",
"test/calendars/weather.calendar/Info.plist",
"test/common.rb",
"test/test_agent_atomize.rb",
"test/test_agent_calendars.rb",
"test/test_agent_ics.rb",
"test/test_all.rb",
"test/test_date.rb",
"test/test_dur.rb",
"test/test_field.rb",
"test/test_ical.rb",
"test/test_misc.rb",
"test/test_repo.rb",
"test/test_rrule.rb",
"test/test_vcard.rb",
"test/test_view.rb",
"test/weekly.ics",
"vpim.gemspec"
]
s.homepage = %q{http://github.com/sam-github/vpim}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{vCard and iCalendar support}
s.test_files = [
"test/test_repo.rb",
"test/test_vcard.rb",
"test/test_rrule.rb",
"test/test_agent_calendars.rb",
"test/common.rb",
"test/test_field.rb",
"test/test_agent_ics.rb",
"test/test_misc.rb",
"test/test_all.rb",
"test/test_dur.rb",
"test/test_view.rb",
"test/test_ical.rb",
"test/test_agent_atomize.rb",
"test/test_date.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end