This repository has been archived by the owner on Nov 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathprism.gemspec
151 lines (146 loc) · 6.1 KB
/
prism.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
147
148
149
150
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{prism}
s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mark Wunsch"]
s.date = %q{2011-04-13}
s.description = %q{A Ruby microformat parser and HTML toolkit powered by Nokogiri}
s.email = ["[email protected]"]
s.executables = ["prism"]
s.extra_rdoc_files = [
"LICENSE",
"README.md"
]
s.files = [
"Gemfile",
"LICENSE",
"README.md",
"Rakefile",
"bin/prism",
"lib/prism.rb",
"lib/prism/microformat.rb",
"lib/prism/microformat/adr.rb",
"lib/prism/microformat/geo.rb",
"lib/prism/microformat/hcalendar.rb",
"lib/prism/microformat/hcard.rb",
"lib/prism/microformat/rellicense.rb",
"lib/prism/microformat/reltag.rb",
"lib/prism/microformat/votelinks.rb",
"lib/prism/microformat/xfn.rb",
"lib/prism/microformat/xmdp.rb",
"lib/prism/microformat/xoxo.rb",
"lib/prism/pattern.rb",
"lib/prism/pattern/abbr.rb",
"lib/prism/pattern/datetime.rb",
"lib/prism/pattern/typevalue.rb",
"lib/prism/pattern/url.rb",
"lib/prism/pattern/valueclass.rb",
"lib/prism/posh.rb",
"lib/prism/posh/anchor.rb",
"lib/prism/posh/base.rb",
"lib/prism/posh/definition_list.rb",
"prism.gemspec",
"test/fixtures/hcard/commercenet.html",
"test/fixtures/hcard/geo.html",
"test/fixtures/huffduffer.html",
"test/fixtures/likeorhate.html",
"test/fixtures/rel_license.html",
"test/fixtures/test-fixture/hcalendar/hcalendar1.html",
"test/fixtures/test-fixture/hcalendar/hcalendar2.html",
"test/fixtures/test-fixture/hcard/hcard1.html",
"test/fixtures/test-fixture/hcard/hcard11.html",
"test/fixtures/test-fixture/hcard/hcard12.html",
"test/fixtures/test-fixture/hcard/hcard17.html",
"test/fixtures/test-fixture/hcard/hcard2.html",
"test/fixtures/test-fixture/hcard/hcard3.html",
"test/fixtures/test-fixture/hcard/hcard4.html",
"test/fixtures/test-fixture/hcard/hcard5.html",
"test/fixtures/test-fixture/hcard/hcard6.html",
"test/fixtures/test-fixture/hcard/hcard7.html",
"test/fixtures/test-fixture/hcard/hcard8.html",
"test/fixtures/test-fixture/hcard/hcard9.html",
"test/fixtures/test-fixture/hcard/hcard99.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-DDD--HH-MM-SS.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--0Ham-EEam.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--12am-12pm.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--H-MM-SSpm-EE-NN-UUpm.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--H-MMam-Epm.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--HH-MM-SS-XXYY--EE-NN--Z.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--HH-MM-XX--EE-NN-UU--Y.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--HH-MM-XX-YY--EE-NN-UU--XXYY.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--HH-MM.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--HH-MMZ-EE-NN-UUZ.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--HHpm.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--Hpm-EEpm.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-YYYY-MM-DD--abbr-HH-MMpm.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-abbr-YYYY-MM-DD--HH-MM.html",
"test/fixtures/test-fixture/value-class-date-time/value-dt-test-abbr-YYYY-MM-DD-abbr-HH-MM.html",
"test/fixtures/xfn.html",
"test/fixtures/xmdp.html",
"test/fixtures/xoxo.html",
"test/microformat/adr_test.rb",
"test/microformat/geo_test.rb",
"test/microformat/hcalendar_test.rb",
"test/microformat/hcard_test.rb",
"test/microformat/rellicense_test.rb",
"test/microformat/reltag_test.rb",
"test/microformat/votelinks_test.rb",
"test/microformat/xfn_test.rb",
"test/microformat/xmdp_test.rb",
"test/microformat/xoxo_test.rb",
"test/microformat_test.rb",
"test/pattern/date_time_test.rb",
"test/pattern/value_class_test.rb",
"test/pattern_test.rb",
"test/posh/anchor_test.rb",
"test/posh/base_test.rb",
"test/posh/definition_list_test.rb",
"test/prism_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://github.com/mwunsch/prism}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.7.2}
s.summary = %q{Ruby microformat parser and HTML toolkit}
s.test_files = [
"test/microformat/adr_test.rb",
"test/microformat/geo_test.rb",
"test/microformat/hcalendar_test.rb",
"test/microformat/hcard_test.rb",
"test/microformat/rellicense_test.rb",
"test/microformat/reltag_test.rb",
"test/microformat/votelinks_test.rb",
"test/microformat/xfn_test.rb",
"test/microformat/xmdp_test.rb",
"test/microformat/xoxo_test.rb",
"test/microformat_test.rb",
"test/pattern/date_time_test.rb",
"test/pattern/value_class_test.rb",
"test/pattern_test.rb",
"test/posh/anchor_test.rb",
"test/posh/base_test.rb",
"test/posh/definition_list_test.rb",
"test/prism_test.rb",
"test/test_helper.rb"
]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<nokogiri>, ["= 1.4.1"])
s.add_runtime_dependency(%q<nokogiri>, ["= 1.4.1"])
s.add_development_dependency(%q<bundler>, [">= 0.9.7"])
else
s.add_dependency(%q<nokogiri>)
s.add_dependency(%q<nokogiri>)
s.add_dependency(%q<bundler>, [">= 0.9.7"])
end
else
s.add_dependency(%q<nokogiri>)
s.add_dependency(%q<nokogiri>)
s.add_dependency(%q<bundler>, [">= 0.9.7"])
end
end