Sha256: 9b6ca30008ead03ad37b05bf738baecb055bd10f59459c74f9ad824b1911eb37
Contents?: true
Size: 818 Bytes
Versions: 9
Compression:
Stored size: 818 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.require_paths = ["lib"] gem.version = Xmldsig::VERSION gem.add_dependency("nokogiri") end
Version data entries
9 entries across 9 versions & 1 rubygems