neutron.gemspec in neutron-0.0.0 vs neutron.gemspec in neutron-0.1.0
- old
+ new
@@ -1,21 +1,22 @@
# 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.name = 'neutron'
spec.version = Neutron::VERSION
spec.authors = ['Nickolay Ilyushin']
spec.email = ['nickolay02@inbox.ru']
- spec.summary = 'Reserved'
- spec.description = 'Reserved'
- spec.homepage = ''
+ 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|
+
+ 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']