Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00debd3 commit 5aa76b0Copy full SHA for 5aa76b0
poise-python.gemspec
@@ -26,7 +26,8 @@ Gem::Specification.new do |spec|
26
spec.description = "A Chef cookbook for managing Python installations."
27
spec.summary = spec.description
28
spec.homepage = 'https://github.com/poise/poise-python'
29
- spec.license = 'Apache 2.0'
+ spec.license = 'Apache-2.0'
30
+ spec.metadata['platforms'] = 'ubuntu debian redhat centos fedora amazon windows'
31
32
spec.files = `git ls-files`.split($/)
33
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
0 commit comments