Sha256: 17eb93f1f0513d0de9b32e1e63bd31a06a9ac4f085e9237ce194e5f9fd5bd898
Contents?: true
Size: 1.46 KB
Versions: 3
Compression:
Stored size: 1.46 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'libis/format/version' Gem::Specification.new do |spec| spec.name = 'libis-format' spec.version = Libis::Format::VERSION spec.authors = ['Kris Dekeyser'] spec.email = ['kris.dekeyser@libis.be'] spec.summary = %q{LIBIS File format format services.} spec.description = %q{Collection of tools and classes that help to identify formats of binary files and create derivative copies (e.g. PDF from Word).} spec.homepage = '' spec.license = 'MIT' spec.platform = Gem::Platform::JAVA if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby' spec.files = `git ls-files -z`.split("\x0") 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.6' spec.add_development_dependency 'rake', '~> 10.3' spec.add_development_dependency 'rspec', '~> 3.1' spec.add_development_dependency 'simplecov', '~> 0.9' spec.add_development_dependency 'awesome_print' spec.add_runtime_dependency 'libis-tools', '~> 0.9.52' spec.add_runtime_dependency 'os', '= 0.9.6' spec.add_runtime_dependency 'mini_magick', '~> 4.3' spec.add_runtime_dependency 'deep_dive', '~> 0.3' spec.add_runtime_dependency 'chromaprint', '~> 0.0.2' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
libis-format-0.9.41 | libis-format.gemspec |
libis-format-0.9.40 | libis-format.gemspec |
libis-format-0.9.39 | libis-format.gemspec |