Sha256: cffc6b0b57ea5e7dc7aecd64382dd3be92c8c338dca0227d66aa69427924361c

Contents?: true

Size: 913 Bytes

Versions: 4

Compression:

Stored size: 913 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/xmldsig/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/benoist/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"
  gem.license       = 'MIT'
  gem.require_paths = ["lib"]
  gem.version       = Xmldsig::VERSION
  
  gem.required_ruby_version = '>= 1.9.2'

  gem.add_dependency("nokogiri", '>= 1.6.8', '< 2.0.0')
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
xmldsig-0.7.0 xmldsig.gemspec
xmldsig-0.6.6 xmldsig.gemspec
xmldsig-0.6.5 xmldsig.gemspec
xmldsig-0.6.4 xmldsig.gemspec