Skip to content

Commit

Permalink
Argh! Pathname issue of datetime shows up on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Sep 29, 2011
1 parent 92111ef commit 9fcad42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdf/model/literal.rb
Expand Up @@ -80,7 +80,7 @@ def self.inherited(child)
require 'rdf/model/literal/integer'
require 'rdf/model/literal/double'
require 'rdf/model/literal/date'
require 'rdf/model/literal/dateTime'
require 'rdf/model/literal/datetime'
require 'rdf/model/literal/time'
require 'rdf/model/literal/token'
require 'rdf/model/literal/xml'
Expand Down

0 comments on commit 9fcad42

Please sign in to comment.