claudiob/yt-annotations

View on GitHub
lib/yt/annotations/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Yt
  # Provides functionality to fetch annotations and cards from YouTube videos.
  module Annotations
    # @return [String] the SemVer-compatible gem version.
    # @see http://semver.org
    VERSION = '2.0.0'
  end
end