rdf-n3 0.2.3.1 → 0.2.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/rdf/n3.rb +0 -1
- data/rdf-n3.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.3.
|
1
|
+
0.2.3.2
|
data/lib/rdf/n3.rb
CHANGED
@@ -26,7 +26,6 @@ module RDF
|
|
26
26
|
require 'rdf/n3/patches/graph_properties'
|
27
27
|
require 'rdf/n3/patches/qname_hacks'
|
28
28
|
require 'rdf/n3/patches/seq'
|
29
|
-
require 'rdf/n3/patches/uri_hacks'
|
30
29
|
autoload :Reader, 'rdf/n3/reader'
|
31
30
|
autoload :VERSION, 'rdf/n3/version'
|
32
31
|
autoload :Writer, 'rdf/n3/writer'
|
data/rdf-n3.gemspec
CHANGED