From 147e1b7351975f19697e1e6ff4a6106fd38174ae Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Wed, 23 Jan 2013 12:53:43 +0100 Subject: url_for removed auto insertion of RDF::DC.modified --- lib/opentox.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/opentox.rb') diff --git a/lib/opentox.rb b/lib/opentox.rb index 0f29c30..877c5d5 100644 --- a/lib/opentox.rb +++ b/lib/opentox.rb @@ -104,7 +104,7 @@ module OpenTox # Save object at webservice def put wait=true # TODO: RDFXML - append RDF::DC.modified, DateTime.now + #append RDF::DC.modified, DateTime.now uri = RestClientWrapper.put @uri.to_s, self.to_ntriples, { :content_type => "text/plain", :subjectid => @subjectid} wait_for_task uri if wait end -- cgit v1.2.3