rasn1.gemspec in rasn1-0.3.1 vs rasn1.gemspec in rasn1-0.4.0
- old
+ new
@@ -4,21 +4,20 @@
require 'rasn1/version'
Gem::Specification.new do |spec|
spec.name = 'rasn1'
spec.version = RASN1::VERSION
+ spec.license = 'MIT'
spec.authors = ['Sylvain Daubert']
spec.email = ['sylvain.daubert@laposte.net']
spec.summary = %q{Ruby ASN.1 library}
#spec.description = %q{TODO: Write a longer description or delete this line.}
spec.homepage = 'https://github.com/sdaubert/rasn1'
spec.files = `git ls-files -z`.split("\x0").reject do |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.required_ruby_version = '>= 2.1.0'
spec.add_dependency 'yard', '~>0.9'