Sha256: 4077cbb3d831dc7c28f18a632c384bf58f28a9b76addc20a7c9d94299c217451

Contents?: true

Size: 1.63 KB

Versions: 1

Compression:

Stored size: 1.63 KB

Contents

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'buildvu/version'

Gem::Specification.new do |spec|
  spec.name          = 'buildvu'
  spec.version       = BuildVu::VERSION
  spec.authors       = ['Rob Foley', 'IDRsolutions']
  spec.email         = ['support@idrsolutions.zendesk.com']
  spec.date          = Time.now.strftime('%Y-%m-%d')

  spec.summary       = '[DEPRECATED] Ruby API for IDRSolutions BuildVu Microservice'
  spec.description   = "Future development has been directed to idrsolutions-ruby-client, which can be used for the same purpose. 
                        This package will receive no more updates. 
                        Convert PDF to HTML5 or SVG with Ruby, using the BuildVu Ruby Client to interact with
                        IDRsolutions' BuildVu Microservice Example. The BuildVu Microservice Example is an open source
                        project that allows you to convert PDF to HTML5 or SVG by running BuildVu as a web service in
                        the cloud or on-premise. For documentation and usage examples, check out our GitHub page. "
  spec.homepage      = 'https://github.com/idrsolutions/buildvu-ruby-client'
  spec.license       = 'Apache-2.0'

  spec.required_ruby_version = '>= 2.3.0'

  spec.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(test|spec|features)/})
  end
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_runtime_dependency 'faraday', '~> 0.17'
  spec.add_runtime_dependency 'json', '~> 2.1', '>= 2.1'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildvu-3.1.4 buildvu.gemspec