Sha256: f002f06a4660d2a5ae0360f64d9c7d0ccfcbad3419343d554745d095954a4e4f
Contents?: true
Size: 900 Bytes
Versions: 3
Compression:
Stored size: 900 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'neutron/version' Gem::Specification.new do |spec| spec.name = 'neutron' spec.version = Neutron::VERSION spec.authors = ['Nickolay Ilyushin'] spec.email = ['nickolay02@inbox.ru'] spec.summary = 'Build-Tool toolkit for Ruby' spec.description = 'Build-Tool toolkit for Ruby' spec.homepage = 'https://github.com/handicraftsman/neutron' spec.license = 'MIT' 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.13' spec.add_development_dependency 'rake', '~> 10.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
neutron-0.2.1 | neutron.gemspec |
neutron-0.2.0 | neutron.gemspec |
neutron-0.1.0 | neutron.gemspec |