repeatable.gemspec in repeatable-1.0.0 vs repeatable.gemspec in repeatable-1.1.0

- old
+ new

@@ -10,10 +10,13 @@ spec.summary = "Describe recurring event schedules and calculate their occurrences" spec.description = "Ruby implementation of Martin Fowler's 'Recurring Events for Calendars' paper." spec.homepage = "https://github.com/molawson/repeatable" spec.license = "MIT" + spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/main/CHANGELOG.md" spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0") spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ["lib"] + + spec.add_dependency "sorbet-runtime" end