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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/rdf/n3.rb +0 -1
  3. data/rdf-n3.gemspec +1 -1
  4. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3.1
1
+ 0.2.3.2
@@ -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'
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rdf-n3}
8
- s.version = "0.2.3.1"
8
+ s.version = "0.2.3.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Gregg Kellogg"]
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 2
8
8
  - 3
9
- - 1
10
- version: 0.2.3.1
9
+ - 2
10
+ version: 0.2.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gregg Kellogg