Sha256: 0542781a14d5f4e265607d4a2a95a3fe90a9fc1d79cfcc48052443556e3e8a1e
Contents?: true
Size: 930 Bytes
Versions: 3
Compression:
Stored size: 930 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'libreconv/version' Gem::Specification.new do |spec| spec.name = "libreconv" spec.version = Libreconv::VERSION spec.authors = ["Richard Nyström"] spec.email = ["ricny046@gmail.com"] spec.description = %q{ Convert office documents to PDF using LibreOffice / OpenOffice for the heavy lifting. } spec.summary = %q{ Convert office documents to PDF. } spec.homepage = "https://github.com/ricn/libreconv" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
libreconv-0.6.1 | libreconv.gemspec |
libreconv-0.6.0 | libreconv.gemspec |
libreconv-0.5.0 | libreconv.gemspec |