lib/film_snob.rb in film_snob-0.6.4 vs lib/film_snob.rb in film_snob-0.6.5
- old
+ new
@@ -9,12 +9,12 @@
VIDEO_METHODS = [:site, :id, :clean_url, :title, :html]
def_delegators :video, *VIDEO_METHODS
- # TODO(2015-08-01): actually deprecate this method
- deprecated_alias :watchable?, :embeddable?, removed_in: "v1.0.0"
+ # TODO(2015-11-15): actually remove this method
+ deprecated_alias :watchable?, :embeddable?, :removed_in => "v1.0.0"
attr_reader :url
def initialize(url, options = {})
@url = url
@@ -33,6 +33,5 @@
else
raise NotSupportedURLError, "#{url} is not a supported URL"
end
end
end
-