idlc-sdk-pfm.gemspec in idlc-sdk-pfm-1.0.0.pre.2 vs idlc-sdk-pfm.gemspec in idlc-sdk-pfm-1.0.0.rc1
- old
+ new
@@ -11,18 +11,16 @@
spec.summary = 'IDLC SDK for AWS resources - PFM'
spec.description = 'Provides the pfm executable for idlc-sdk. This gem is part of the IDLC SDK'
spec.homepage = 'https://github.com/nathantcz/idlc-sdk'
spec.license = 'MIT'
- spec.has_rdoc = 'yard'
- spec.executables << 'pfm'
spec.metadata = {
'source_code_uri' => 'https://github.com/nathantcz/idlc-sdk-deploy'
}
spec.files = `git ls-files -z`.split("\x0").reject do |f|
- f.match(%r{^(test|spec|features|bin)/})
+ f.match(%r{^(test|spec|features)/})
end
spec.require_paths = ['lib']
spec.add_development_dependency 'bundler', '~> 1.15'