lib/shex/algebra.rb in shex-0.6.0 vs lib/shex/algebra.rb in shex-0.6.1
- old
+ new
@@ -3,10 +3,10 @@
require 'sxp'
module ShEx
# Based on the SPARQL Algebra, operators for executing a patch
#
- # @author [Gregg Kellogg](http://greggkellogg.net/)
+ # @author [Gregg Kellogg](https://greggkellogg.net/)
module Algebra
autoload :And, 'shex/algebra/and'
autoload :Annotation, 'shex/algebra/annotation'
autoload :EachOf, 'shex/algebra/each_of'
autoload :External, 'shex/algebra/external'