Sha256: 0d84cbde5bd08bf93f7f43d5cecaacc038f18f373981a2ebab47a15be0f8baa7
Contents?: true
Size: 780 Bytes
Versions: 5
Compression:
Stored size: 780 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/licit/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Juan Wajnerman"] gem.email = ["jwajnerman@manas.com.ar"] gem.description = %q{Apply public licenses to files in ruby projects} gem.summary = %q{Include this gem in your projects to verify and add license headers to each file} gem.homepage = "https://github.com/manastech/licit" 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 = "licit" gem.require_paths = ["lib"] gem.version = Licit::VERSION gem.add_development_dependency 'rspec' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
licit-0.2.2 | licit.gemspec |
licit-0.2.1 | licit.gemspec |
licit-0.2 | licit.gemspec |
licit-0.1 | licit.gemspec |
licit-0.0.1 | licit.gemspec |