Skip to content

Commit bbc2902

Browse files
ekohliNecas
authored andcommitted
Correct the gemspec
License codes should be in SPDX 2.0 format for gem build
1 parent 1f57632 commit bbc2902

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

smart_proxy_dynflow.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
1818
'LICENSE', 'Gemfile']
1919
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
2020
gem.require_paths = ["lib"]
21-
gem.license = 'GPLv3'
21+
gem.license = 'GPL-3.0'
2222

2323
gem.add_development_dependency "bundler", "~> 1.7"
2424
gem.add_development_dependency "rake", "~> 10.0"

smart_proxy_dynflow_core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
2020
'bin/smart_proxy_dynflow_core', 'deploy/*', 'smart_proxy_dynflow_core.gemspec']
2121
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
2222
gem.require_paths = ["lib"]
23-
gem.license = 'GPLv3'
23+
gem.license = 'GPL-3.0'
2424

2525
gem.add_development_dependency "bundler", "~> 1.7"
2626
gem.add_development_dependency "rake", "~> 10.0"

0 commit comments

Comments
 (0)