feedjira-podcast.gemspec in feedjira-podcast-0.9.13 vs feedjira-podcast.gemspec in feedjira-podcast-0.9.14

- old
+ new

@@ -16,9 +16,10 @@ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] + spec.required_ruby_version = ">= 2.1.8" if spec.respond_to?(:metadata) spec.metadata["allowed_push_host"] = "https://rubygems.org" end