riddl 0.99.121 → 0.99.122

Sign up to get free protection for your applications and to get access to all the features.
@@ -126,7 +126,7 @@ module Riddl
126
126
  tdoc.register_namespace 'p', 'http://riddl.org/ns/common-patterns/properties/1.0'
127
127
  @mutex.synchronize do
128
128
  block.call tdoc
129
- if tdoc.validate_against(@rng)
129
+ if tdoc.validate_against(@rng){|err| puts err.message }
130
130
  block.call @data
131
131
  @data.save_as(@target)
132
132
  true
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.121"
3
+ s.version = "0.99.122"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "restful interface description and declaration language: tools and client/server libs"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riddl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.121
4
+ version: 0.99.122
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: tools
11
11
  cert_chain: []
12
- date: 2013-08-29 00:00:00.000000000 Z
12
+ date: 2013-08-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: xml-smart