lib/weary/resource.rb in weary-0.1.0 vs lib/weary/resource.rb in weary-0.1.2
- old
+ new
@@ -60,15 +60,15 @@
@follows
end
def to_hash
{@name.to_sym => {:via => @via,
- :with => @with,
- :requires => @requires,
- :authenticates => authenticates?,
- :format => @format,
- :url => @url},
- :no_follow => !follows_redirects?}
+ :with => @with,
+ :requires => @requires,
+ :no_follow => !follows_redirects?,
+ :authenticates => authenticates?,
+ :format => @format,
+ :url => @url}}
end
end
end
\ No newline at end of file