lib/nanoc/data_sources/deprecated/delicious.rb in nanoc-3.6.7 vs lib/nanoc/data_sources/deprecated/delicious.rb in nanoc-3.6.8

- old
+ new

@@ -9,10 +9,10 @@ @items ||= begin require 'json' # Get data @http_client ||= Nanoc::Extra::CHiCk::Client.new - status, headers, data = *@http_client.get("http://feeds.delicious.com/v2/json/#{self.config[:username]}") + _status, _headers, data = *@http_client.get("http://feeds.delicious.com/v2/json/#{config[:username]}") # Parse as JSON raw_items = JSON.parse(data) # Convert to items