diff options
author | Ralph Amissah <ralph@amissah.com> | 2022-04-28 12:21:24 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2022-04-28 12:21:24 -0400 |
commit | 70d190dd7c1f13270e5acac8ec64e113b917ec8d (patch) | |
tree | 70b2c52aaad12ca1ff85f3c2c10284060cc05144 /sisu.gemspec | |
parent | debian/changelog (7.2.0-1) (diff) | |
parent | project config minor, also .gitignore (diff) |
Merge tag 'sisu_7.2.1' into debian
SiSU 7.2.1
Diffstat (limited to 'sisu.gemspec')
-rw-r--r-- | sisu.gemspec | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sisu.gemspec b/sisu.gemspec new file mode 100644 index 00000000..696525cc --- /dev/null +++ b/sisu.gemspec @@ -0,0 +1,18 @@ +Gem::Specification.new do |s| + s.name = 'sisu' + s.version = '7.2.1' + s.date = '2019-09-05' + s.summary = 'documents - structuring, publishing in multiple formats & search (linux calls)' + s.description = 'documents - structuring, publishing in multiple formats & search [7.2.1 from git 7.2.1_pre_rel] (linux calls & without external dependencies)' + s.homepage = 'http://www.sisudoc.org' + s.authors = ["Ralph Amissah"] + s.email = 'ralph.amissah@gmail.com' + s.license = 'GPL-3.0-or-later' + s.files = Dir['lib/sisu.rb'] + + Dir['lib/sisu/*.rb'] + + Dir['data/sisu/version.yml'] + + Dir['data/sisu/image/*'] + + Dir['bin/sisugem'] + + Dir['bin/sisu'] + s.executables << 'sisugem' << 'sisu' +end |