Skip to content

Commit 7083b96

Browse files
jasonkarnsmjc1283
authored andcommitted
Include LICENSE file in built gem (#208)
Per the rubygems guidelines, license files should be included in the packaged gem. https://guides.rubygems.org/specification-reference/#license= > The full text of the license should be inside of the gem (at the top level) when you build it.
1 parent eb0c6d6 commit 7083b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely-sdk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.homepage = 'https://www.optimizely.com/'
1414
spec.license = 'Apache-2.0'
1515

16-
spec.files = Dir['lib/**/*']
16+
spec.files = Dir['lib/**/*', 'LICENSE']
1717
spec.require_paths = ['lib']
1818

1919
spec.add_development_dependency 'bundler'

0 commit comments

Comments
 (0)