Sha256: f56d097c15ee64204e1d291b7a2f759be8dc7bb64cb73e9a24b4d42199e553c4
Contents?: true
Size: 944 Bytes
Versions: 2
Compression:
Stored size: 944 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'license/compatibility/version' Gem::Specification.new do |spec| spec.name = "license-compatibility" spec.version = License::Compatibility::VERSION spec.authors = ["Andrew Nesbitt"] spec.email = ["andrewnez@gmail.com"] spec.summary = "Check compatibility between different SPDX licenses" spec.homepage = "https://github.com/librariesio/license-compatibility" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "bin" spec.executables = ["license-compatibility"] spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.16" spec.add_development_dependency "rake", "~> 12.3" spec.add_development_dependency "rspec", "~> 3.7" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
license-compatibility-3.1.0 | license-compatibility.gemspec |
license-compatibility-3.0.0 | license-compatibility.gemspec |