Skip to content

Commit 90d3c4a

Browse files
authored
chore: add license information to the gemspec file (#222)
1 parent 7d93874 commit 90d3c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openai.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Gem::Specification.new do |s|
1313
s.metadata["source_code_uri"] = "https://github.com/openai/openai-ruby"
1414
s.metadata["rubygems_mfa_required"] = false.to_s
1515
s.required_ruby_version = ">= 3.2.0"
16+
s.license = "Apache-2.0"
1617

1718
s.files = Dir[
1819
"lib/**/*.rb",

0 commit comments

Comments
 (0)