-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
pandoc-ruby.gemspec
39 lines (38 loc) · 936 Bytes
/
pandoc-ruby.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
# 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 = 'pandoc-ruby'
s.version = '2.1.10'
s.authors = ['William Melody']
s.date = '2023-11-24'
s.description = 'Ruby wrapper for Pandoc'
s.email = '[email protected]'
s.extra_rdoc_files = [
'LICENSE',
'README.md'
]
s.files = %w[
.document
Gemfile
Gemfile.lock
LICENSE
README.md
Rakefile
lib/pandoc-ruby.rb
pandoc-ruby.gemspec
test/benchmark.rb
test/files/benchmark.txt
test/files/Test\ File\ 1.md
test/files/Test\ File\ 2.md
test/helper.rb
test/test_conversions.rb
test/test_pandoc_ruby.rb
]
s.homepage = 'http://github.com/xwmx/pandoc-ruby'
s.licenses = ['MIT']
s.require_paths = ['lib']
s.required_ruby_version = '>= 2.2'
s.summary = 'PandocRuby'
end