Sha256: 88668d4e1f210b9c7a481117dbcada0ce387c95d9197a37a46e5f060c87be8b2

Contents?: true

Size: 1.51 KB

Versions: 2

Compression:

Stored size: 1.51 KB

Contents

require_relative 'lib/alego_pdf/version'

Gem::Specification.new do |spec|
  spec.name                  = 'alego_pdf'
  spec.version               = AlegoPdf::VERSION
  spec.author                = 'Rodrigo de Sá'
  spec.email                 = ['rodrigo.sa@al.go.leg.br']
  spec.homepage              = 'https://gitlab.al.go.leg.br/sistemas/gem/alego_pdf'
  spec.summary               = "Gem responsible for joining 1 or more PDF in the same file."
  spec.description           = "Gem responsible for joining 1 or more PDF in the same file."
  spec.license               = 'MIT'
  spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")

  begin
    spec.metadata['allowed_push_host'] = "https://rubygems.org"
  rescue StandardError
  end

  spec.metadata['homepage_uri'] = spec.homepage
  # spec.metadata['source_code_uri'] = 'TODO: Put your gems public repo URL here.'
  # spec.metadata['changelog_uri'] = 'TODO: Put your gems CHANGELOG.md URL here.'

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
    `git ls-files -z`.split("\x0").reject { |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_development_dependency 'bundler'

  spec.add_dependency 'hexapdf' # , "~> 0.24.0"
  spec.add_dependency 'open-uri' # , "~> 0.2.0"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alego_pdf-3.0.0 alego_pdf.gemspec
alego_pdf-2.0.1 alego_pdf.gemspec