forked from dejan/auto_html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
auto_html.gemspec
98 lines (93 loc) · 3.37 KB
/
auto_html.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
# 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{auto_html}
s.version = "1.3.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dejan Simic"]
s.date = %q{2010-09-01}
s.description = %q{Automatically transforms urls (via domain) and includes the destination resource (Vimeo, YouTube movie, image, ...) in your document}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"README.md",
"TODO"
]
s.files = [
".gitignore",
"CHANGELOG.md",
"MIT-LICENCE",
"README.md",
"Rakefile",
"VERSION.yml",
"auto_html.gemspec",
"init.rb",
"lib/auto_html.rb",
"lib/auto_html/auto_html_for.rb",
"lib/auto_html/base.rb",
"lib/auto_html/builder.rb",
"lib/auto_html/filter.rb",
"lib/auto_html/filters/dailymotion.rb",
"lib/auto_html/filters/google_video.rb",
"lib/auto_html/filters/html_escape.rb",
"lib/auto_html/filters/image.rb",
"lib/auto_html/filters/link.rb",
"lib/auto_html/filters/sanitize.rb",
"lib/auto_html/filters/simple_format.rb",
"lib/auto_html/filters/vimeo.rb",
"lib/auto_html/filters/youtube.rb",
"lib/auto_html/filters/youtube_js_api.rb",
"rails/init.rb",
"test/fixture_setup.rb",
"test/fixtures/database.yml",
"test/fixtures/schema.rb",
"test/functional/auto_html_for_options_test.rb",
"test/functional/auto_html_for_test.rb",
"test/test_helper.rb",
"test/unit/auto_html_test.rb",
"test/unit/filters/dailymotion_test.rb",
"test/unit/filters/google_video_test.rb",
"test/unit/filters/html_escape_test.rb",
"test/unit/filters/image_test.rb",
"test/unit/filters/link_test.rb",
"test/unit/filters/sanitize_test.rb",
"test/unit/filters/simple_format_test.rb",
"test/unit/filters/vimeo_test.rb",
"test/unit/filters/youtube_js_api_test.rb",
"test/unit/filters/youtube_test.rb",
"test/unit/unit_test_helper.rb"
]
s.homepage = %q{http://github.com/dejan/auto_html}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Automatically transforms urls (via domain) and includes the destination resource (Vimeo, YouTube movie, image, ...) in your document}
s.test_files = [
"test/fixture_setup.rb",
"test/fixtures/schema.rb",
"test/functional/auto_html_for_options_test.rb",
"test/functional/auto_html_for_test.rb",
"test/test_helper.rb",
"test/unit/auto_html_test.rb",
"test/unit/filters/dailymotion_test.rb",
"test/unit/filters/google_video_test.rb",
"test/unit/filters/html_escape_test.rb",
"test/unit/filters/image_test.rb",
"test/unit/filters/link_test.rb",
"test/unit/filters/sanitize_test.rb",
"test/unit/filters/simple_format_test.rb",
"test/unit/filters/vimeo_test.rb",
"test/unit/filters/youtube_js_api_test.rb",
"test/unit/filters/youtube_test.rb",
"test/unit/unit_test_helper.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end