Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Leap authored and Andy Leap committed Feb 2, 2024
1 parent e579aeb commit c0b2473
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions optimizely-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ Gem::Specification.new do |spec|
spec.summary = "Ruby SDK for Optimizely's testing framework"
spec.description = 'A Ruby SDK for use with Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts'
spec.homepage = 'https://github.com/optimizely/ruby-sdk'
spec.changelog_uri = 'https://github.com/optimizely/ruby-sdk/blob/master/CHANGELOG.md'
spec.license = 'Apache-2.0'
spec.metadata = {'source_code_uri' => 'https://github.com/optimizely/ruby-sdk'}
spec.metadata = {
'source_code_uri' => 'https://github.com/optimizely/ruby-sdk',
'changelog_uri' => 'https://github.com/optimizely/ruby-sdk/blob/master/CHANGELOG.md'
}

spec.files = Dir['lib/**/*', 'LICENSE']
spec.require_paths = ['lib']
Expand Down

0 comments on commit c0b2473

Please sign in to comment.