dm-parse 0.3.8 → 0.3.9
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.
- data/VERSION +1 -1
- data/dm-parse.gemspec +1 -1
- data/lib/adapters/parse_adapter.rb +2 -0
- data/spec/parse_adapter_spec.rb +0 -9
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.9
|
data/dm-parse.gemspec
CHANGED
data/spec/parse_adapter_spec.rb
CHANGED
|
@@ -197,13 +197,4 @@ describe DataMapper::Adapters::ParseAdapter do
|
|
|
197
197
|
end
|
|
198
198
|
end # #parse_params_for
|
|
199
199
|
|
|
200
|
-
describe "#read" do
|
|
201
|
-
let(:query) { model.all.query }
|
|
202
|
-
|
|
203
|
-
it "should log error" do
|
|
204
|
-
DataMapper.logger.should_receive(:error).with(an_instance_of(String)).exactly(3).times
|
|
205
|
-
adapter.stub(:parse_params_for) { raise NotImplementedError }
|
|
206
|
-
adapter.read query
|
|
207
|
-
end
|
|
208
|
-
end
|
|
209
200
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dm-parse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -242,7 +242,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
242
242
|
version: '0'
|
|
243
243
|
segments:
|
|
244
244
|
- 0
|
|
245
|
-
hash:
|
|
245
|
+
hash: 1052110096403573386
|
|
246
246
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
247
247
|
none: false
|
|
248
248
|
requirements:
|