Skip to content

Commit

Permalink
Update travel_time.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia authored Feb 25, 2022
1 parent 08274b2 commit a2edf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travel_time.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = 'TravelTime SDK for Ruby programming language'
spec.description = 'TravelTime SDK for Ruby programming language'
spec.homepage = 'https://traveltime.com'
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')

spec.metadata['homepage_uri'] = spec.homepage
Expand All @@ -25,5 +26,4 @@ Gem::Specification.new do |spec|
spec.bindir = 'bin'
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit a2edf90

Please sign in to comment.