rdf-spec 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-spec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-08-26 00:00:00.000000000 Z
14
+ date: 2012-11-20 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: rspec
@@ -52,7 +52,7 @@ dependencies:
52
52
  requirements:
53
53
  - - ~>
54
54
  - !ruby/object:Gem::Version
55
- version: 0.3.8
55
+ version: 0.3.9
56
56
  type: :development
57
57
  prerelease: false
58
58
  version_requirements: !ruby/object:Gem::Requirement
@@ -60,7 +60,7 @@ dependencies:
60
60
  requirements:
61
61
  - - ~>
62
62
  - !ruby/object:Gem::Version
63
- version: 0.3.8
63
+ version: 0.3.9
64
64
  description: RDF.rb plugin that provides RSpec matchers and shared examples for RDF
65
65
  objects.
66
66
  email: public-rdf-ruby@w3.org
@@ -94,14 +94,12 @@ files:
94
94
  - lib/rdf/spec/inferable.rb
95
95
  - lib/rdf/spec/matchers.rb
96
96
  - lib/rdf/spec/mutable.rb
97
- - lib/rdf/spec/query.rb
98
97
  - lib/rdf/spec/queryable.rb
99
98
  - lib/rdf/spec/readable.rb
100
99
  - lib/rdf/spec/reader.rb
101
100
  - lib/rdf/spec/repository.rb
102
101
  - lib/rdf/spec/transaction.rb
103
102
  - lib/rdf/spec/version.rb
104
- - lib/rdf/spec/vocab.rb
105
103
  - lib/rdf/spec/writable.rb
106
104
  - lib/rdf/spec/writer.rb
107
105
  - lib/rdf/spec.rb
@@ -1,7 +0,0 @@
1
- require 'rdf/spec'
2
-
3
- share_as :RDF_Query do
4
- include RDF::Spec::Matchers
5
-
6
- # TODO
7
- end
@@ -1,7 +0,0 @@
1
- require 'rdf/spec'
2
-
3
- share_as :RDF_Vocabulary do
4
- include RDF::Spec::Matchers
5
-
6
- # TODO
7
- end