riddl 0.99.258 → 0.99.259

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9c10503378fae29ad767aa0fc924319616dbdc9
4
- data.tar.gz: d2d3f1613ced6f222959cd1af94cd91144cfe7b6
3
+ metadata.gz: 6c1b1de9fbd47a1665ad047a232d807495494c98
4
+ data.tar.gz: 81b689137e2261461a548368b16bac9bbb97cc27
5
5
  SHA512:
6
- metadata.gz: a98150cefb88899c16e9a5726941e657c6a92b16f6deefdc028716ab5345a405ac4b7e4b7ad7d0475a1d3d95b329410437cb15bb09d9264fe23d3ccc0515447c
7
- data.tar.gz: 608622f8b558ddc972dd936afce90262d5158ec3c1e8bb28f8712617ca7d1d0b3fe24721e1acd3ccd092a38f1ee73119c50a658f783e2a9043eab635e5e63f12
6
+ metadata.gz: ee00e0900b1d2a13fe3014060ee28fbf34296b2dacf3386fa2cf805b98af65543ec9107f2dbfc5e3659cbd98dc07636fc92df77f989b9282ac48382bbbc7880d
7
+ data.tar.gz: '080f54624dd6fcb6cf80ef0a8a8de957185b40638f4c85a9d5cd0b4c931a21a01b9e55a709bc87c601be7e3029bfe00990f38d2420dc276af63f3d4ca22f918f'
@@ -10,9 +10,6 @@ module Riddl
10
10
  if layer.nil?
11
11
  @content = content
12
12
  else
13
- puts layer.dump
14
- puts "des:#{type}[@name='#{name}']"
15
-
16
13
  @content = layer.find("des:#{type}[@name='#{name}']").first.to_doc
17
14
  @content.root.find("@name").delete_all!
18
15
  @content.register_namespace 'des', Riddl::Wrapper::DESCRIPTION
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.258"
3
+ s.version = "0.99.259"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3.0"
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.258
4
+ version: 0.99.259
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen 'eTM' Mangler
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: tools
12
12
  cert_chain: []
13
- date: 2018-01-16 00:00:00.000000000 Z
13
+ date: 2018-01-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: xml-smart