Sha256: 2fc2d1e99d07cb5cd28128576b6116a69e19f5719b4ebaf972748032bf2dc783
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'licenza/version' Gem::Specification.new do |spec| spec.name = "licenza" spec.version = Licenza::VERSION spec.authors = ["Tatsuya Otsuka"] spec.email = ["tatzyr@gmail.com"] spec.summary = %q{Create LICENSE file into your project. Formerly known as 'licensor'.} spec.homepage = "https://github.com/Tatzyr/licenza" 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.required_ruby_version = "~> 2.0" spec.license = "Zlib" spec.add_dependency "mustache", "~> 1.0" spec.add_dependency "thor", "~> 0.19" spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
licenza-0.2.1 | licenza.gemspec |
licenza-0.2.0 | licenza.gemspec |