Skip to content

Commit

Permalink
add missing info to gemspec
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 7a5261d commit 8a17c43
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions optimizely-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@
require_relative 'lib/optimizely/version'

Gem::Specification.new do |spec|
spec.name = 'optimizely-sdk'
spec.version = Optimizely::VERSION
spec.authors = ['Optimizely']
spec.email = ['[email protected]']
spec.name = 'optimizely-sdk'
spec.version = Optimizely::VERSION
spec.authors = ['Optimizely']
spec.email = ['[email protected]']
spec.required_ruby_version = '>= 3.0'

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://www.optimizely.com/'
spec.license = 'Apache-2.0'
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.source_code_uri = '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.files = Dir['lib/**/*', 'LICENSE']
spec.require_paths = ['lib']
spec.files = Dir['lib/**/*', 'LICENSE']
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'coveralls_reborn'
Expand Down

0 comments on commit 8a17c43

Please sign in to comment.