yt-annotations.gemspec in yt-annotations-1.2.3 vs yt-annotations.gemspec in yt-annotations-1.3.0
- old
+ new
@@ -13,10 +13,10 @@
spec.description = %q{A Ruby library to retrieve every type of annotation from
any YouTube video, including branding, featured content and info cards.}
spec.homepage = 'https://github.com/fullscreen/yt-annotations'
spec.license = 'MIT'
- spec.required_ruby_version = '>= 2.0'
+ spec.required_ruby_version = '>= 2.2.2'
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']