Sha256: c2709a9790ae7474f3df61c9ec1eb35b7f66bb6c39309f9a3976e940ee4ccd82

Contents?: true

Size: 970 Bytes

Versions: 1

Compression:

Stored size: 970 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        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.10"
  spec.add_development_dependency "rake", "~> 11.0"
  spec.add_development_dependency "rspec", "~> 3.4"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
license-compatibility-1.4.0 license-compatibility.gemspec