lib/restfully/link.rb in restfully-0.5.10 vs lib/restfully/link.rb in restfully-0.6.0

- old
+ new

@@ -1,9 +1,9 @@ require 'uri' module Restfully class Link - VALID_RELATIONSHIPS = %w{member parent collection self alternate} + VALID_RELATIONSHIPS = %w{member parent collection self alternate next} RELATIONSHIPS_REQUIRING_TITLE = %w{collection member} attr_reader :rel, :title, :href, :errors def initialize(attributes = {}) \ No newline at end of file