rdf-virtuoso 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ require 'uri'
4
4
 
5
5
  module RDF
6
6
  module Virtuoso
7
- class Repository < RDF::Repository
7
+ class Repository
8
8
  include APISmith::Client
9
9
 
10
10
  RESULT_JSON = 'application/sparql-results+json'.freeze
@@ -1,5 +1,5 @@
1
1
  module RDF
2
2
  module Virtuoso
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-virtuoso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-03-06 00:00:00.000000000 Z
13
+ date: 2013-03-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -100,16 +100,16 @@ extensions: []
100
100
  extra_rdoc_files: []
101
101
  files:
102
102
  - README.md
103
- - lib/rdf/virtuoso.rb
104
103
  - lib/rdf/virtuoso/version.rb
105
- - lib/rdf/virtuoso/parser.rb
104
+ - lib/rdf/virtuoso/query.rb
106
105
  - lib/rdf/virtuoso/prefixes.rb
107
106
  - lib/rdf/virtuoso/repository.rb
108
- - lib/rdf/virtuoso/query.rb
107
+ - lib/rdf/virtuoso/parser.rb
108
+ - lib/rdf/virtuoso.rb
109
109
  - spec/repository_spec.rb
110
+ - spec/prefixes_spec.rb
110
111
  - spec/query_spec.rb
111
112
  - spec/spec_helper.rb
112
- - spec/prefixes_spec.rb
113
113
  homepage: https://github.com/digibib/rdf-virtuoso
114
114
  licenses: []
115
115
  post_install_message: