lib/rdf/microdata/reader.rb in rdf-microdata-3.1.0 vs lib/rdf/microdata/reader.rb in rdf-microdata-3.1.1
- old
+ new
@@ -6,12 +6,12 @@
##
# An Microdata parser in Ruby
#
# Based on processing rules, amended with the following:
#
- # @see http://dvcs.w3.org/hg/htmldata/raw-file/0d6b89f5befb/microdata-rdf/index.html
- # @author [Gregg Kellogg](http://greggkellogg.net/)
+ # @see https://dvcs.w3.org/hg/htmldata/raw-file/0d6b89f5befb/microdata-rdf/index.html
+ # @author [Gregg Kellogg](https://greggkellogg.net/)
class Reader < RDF::Reader
format Format
include Expansion
include RDF::Util::Logger
URL_PROPERTY_ELEMENTS = %w(a area audio embed iframe img link object source track video)
@@ -37,10 +37,10 @@
@options[:base_uri]
end
##
# Reader options
- # @see http://www.rubydoc.info/github/ruby-rdf/rdf/RDF/Reader#options-class_method
+ # @see https://www.rubydoc.info/github/ruby-rdf/rdf/RDF/Reader#options-class_method
def self.options
super + [
RDF::CLI::Option.new(
symbol: :rdfa,
datatype: TrueClass,
\ No newline at end of file