# frozen_string_literal: true Gem::Specification.new do |spec| spec.name = 'aws-partitions' spec.version = File.read(File.expand_path('../VERSION', __FILE__)).strip spec.summary = 'Provides information about AWS partitions, regions, and services.' spec.description = 'Provides interfaces to enumerate AWS partitions, regions, and services.' spec.author = 'Amazon Web Services' spec.homepage = 'https://github.com/aws/aws-sdk-ruby' spec.license = 'Apache-2.0' spec.files = Dir['LICENSE.txt', 'CHANGELOG.md', 'VERSION', 'lib/**/*.rb', 'partitions.json', 'partitions-metadata.json'] spec.metadata = { 'source_code_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions', 'changelog_uri' => 'https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md', } spec.required_ruby_version = '>= 2.3' end