rdf-spec 1.1.0.p3 → 1.1.0p4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/VERSION +1 -1
- data/lib/rdf/spec/countable.rb +1 -1
- data/lib/rdf/spec/durable.rb +3 -3
- data/lib/rdf/spec/enumerable.rb +66 -66
- data/lib/rdf/spec/format.rb +6 -6
- data/lib/rdf/spec/indexable.rb +2 -2
- data/lib/rdf/spec/matchers.rb +38 -38
- data/lib/rdf/spec/mutable.rb +20 -20
- data/lib/rdf/spec/queryable.rb +147 -85
- data/lib/rdf/spec/reader.rb +43 -43
- data/lib/rdf/spec/transaction.rb +24 -24
- data/lib/rdf/spec/writable.rb +18 -18
- data/lib/rdf/spec/writer.rb +35 -36
- data/spec/version_spec.rb +1 -1
- metadata +3 -3
data/spec/version_spec.rb
CHANGED
@@ -2,6 +2,6 @@ require File.join(File.dirname(__FILE__), 'spec_helper')
|
|
2
2
|
|
3
3
|
describe 'RDF::Spec::VERSION' do
|
4
4
|
it "should match the VERSION file" do
|
5
|
-
RDF::Spec::VERSION.to_s.
|
5
|
+
expect(RDF::Spec::VERSION.to_s).to eq File.read(File.join(File.dirname(__FILE__), '..', 'VERSION')).chomp
|
6
6
|
end
|
7
7
|
end
|
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: 1.1.
|
4
|
+
version: 1.1.0p4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arto Bendiken
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-
|
13
|
+
date: 2013-10-12 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rdf
|
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
112
|
version: 1.3.1
|
113
113
|
requirements: []
|
114
114
|
rubyforge_project: rdf
|
115
|
-
rubygems_version: 2.0.
|
115
|
+
rubygems_version: 2.0.5
|
116
116
|
signing_key:
|
117
117
|
specification_version: 4
|
118
118
|
summary: RSpec extensions for RDF.rb.
|