Sha256: 9fa1da01f98cc7c739ebf375e5b5b8dc3706a2c77b63d84e7544bfdd61500fff
Contents?: true
Size: 1.08 KB
Versions: 6
Compression:
Stored size: 1.08 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'nicht/version' Gem::Specification.new do |spec| spec.name = 'nicht' spec.version = Nicht::VERSION spec.authors = ['Vladimir Avgustov'] spec.email = ['vavgustov@gmail.com'] spec.summary = 'This library allow you to see gems usage per your projects.' spec.description = 'This library allow you to see gems usage per your projects.' spec.homepage = 'https://github.com/vavgustov/nicht' spec.license = 'MIT' spec.required_ruby_version = '>= 2.1.0' 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.add_development_dependency 'bundler', '~> 1.15' spec.add_development_dependency 'rake', '~> 10.0' spec.add_development_dependency 'rspec', '~> 3.0' spec.add_runtime_dependency 'awesome_print', '~> 1.8' end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
nicht-0.1.6 | nicht.gemspec |
nicht-0.1.4 | nicht.gemspec |
nicht-0.1.3 | nicht.gemspec |
nicht-0.1.2 | nicht.gemspec |
nicht-0.1.1 | nicht.gemspec |
nicht-0.1.0 | nicht.gemspec |