Sha256: 647e623a1bc697220bd0ef5c0e7a14e73eaef101f344c58c022f44da6ec3c9c6
Contents?: true
Size: 846 Bytes
Versions: 12
Compression:
Stored size: 846 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.add_dependency("nokogiri") end
Version data entries
12 entries across 12 versions & 1 rubygems