-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgroff.gemspec
32 lines (28 loc) · 1.46 KB
/
groff.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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{groff}
s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Guillermo \303\201lvarez"]
s.date = %q{2008-12-18}
s.description = %q{Groff Parser and template engine for rails}
s.email = %q{[email protected]}
s.extra_rdoc_files = ["CHANGELOG", "lib/document.rb", "lib/groff.rb", "lib/templates/rails_plugin.rb", "README.rdoc"]
s.files = ["CHANGELOG", "groff.gemspec", "init.rb", "lib/document.rb", "lib/groff.rb", "lib/templates/rails_plugin.rb", "Manifest", "Rakefile", "README.rdoc", "test/fixtures/erb.mom", "test/fixtures/letter.mom", "test/fixtures/penguin.ps", "test/fixtures/sample_docs.mom", "test/fixtures/typesetting.mom", "test/fixtures/utf8.mom", "test/test_groff.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/guillermo/groff}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Groff", "--main", "README.rdoc"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{groff}
s.rubygems_version = %q{1.3.1}
s.summary = %q{Groff Parser and template engine for rails}
s.test_files = ["test/test_groff.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