Sha256: 22bb5a0923d59885752b2bb51797dc05dd2ff537d0327c287946ae38667fcf7d

Contents?: true

Size: 879 Bytes

Versions: 1

Compression:

Stored size: 879 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/xmldsig_fiscalizer/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["benoist"]
  gem.email         = ["benoist.claassen@gmail.com"]
  gem.description   = %q{This gem is a (partial) implementation of the XMLDsig specification}
  gem.summary       = %q{This gem is a (partial) implementation of the XMLDsig specification (http://www.w3.org/TR/xmldsig-core)}
  gem.homepage      = "https://github.com/infinum/xmldsig"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "xmldsig-fiscalizer"
  gem.license       = 'MIT'
  gem.require_paths = ["lib"]
  gem.version       = Xmldsig_fiscalizer::VERSION

  gem.add_dependency("nokogiri")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xmldsig-fiscalizer-0.2.5 xmldsig_fiscalizer.gemspec