xml-smart 0.3.19 → 0.3.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/xml/smart.rb +0 -1
  3. data/xml-smart.gemspec +2 -2
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa51f760d8fce09fc7eddfbaf80d4069ab53b8c8
4
- data.tar.gz: 115c09067901a541d4842d8fbc4489cc955511e3
3
+ metadata.gz: c4e2cde5eb9230fc42d7feb05a3958759fc39ddd
4
+ data.tar.gz: 316786959d770dd677df634fca110676390f219d
5
5
  SHA512:
6
- metadata.gz: 67e997065396f2fe48e9005dff78c60a8389020a52143da2d67413ba073400900f9699584aa69dc83f17df699a255d22b7a52a4c8f0edda21694254494064548
7
- data.tar.gz: 22d951fb421146f9688743a50959dc114e49735ccd57e822ad106f9188f9392c29385bf9472d767281d798f1edb4d2e9a18d1feb0f1d413b51a84bc133d2e7a9
6
+ metadata.gz: 89a4afca96b65573dc5ce6f3e642708da70e18af074d337433f0aa653e9867a445ce012eb2512b9db16cce0b6f157eba7a6bcc69a853bee69247b25dc8dc63f0
7
+ data.tar.gz: ad10302a2c733bbf981750bb31b09f9ad8cd18345bed63e646042f7bd88703fdcec62328df2e47b279c3efc24bea779426d0ebfbb82f6b935136d3c9ae286aec
@@ -201,7 +201,6 @@ module XML
201
201
  dom = Smart::open_unprotected(name,default,true)
202
202
  if dom && block_given?
203
203
  yield dom
204
- nil
205
204
  else
206
205
  dom
207
206
  end
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "xml-smart"
3
- s.version = "0.3.19"
3
+ s.version = "0.3.20"
4
4
  s.platform = Gem::Platform::RUBY
5
- s.license = "LGPL-3"
5
+ s.license = "LGPL-3.0"
6
6
  s.summary = "An xml library that doesn't suck - since 2004."
7
7
 
8
8
  s.description = "An xml library that doesn't suck (since 2004). Based on Nokogiri since 2012. For more info check out the Documentation link below."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xml-smart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.19
4
+ version: 0.3.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-09 00:00:00.000000000 Z
11
+ date: 2016-09-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -145,7 +145,7 @@ files:
145
145
  - xml-smart.gemspec
146
146
  homepage: http://www.wst.univie.ac.at/~mangler/xml-smart/
147
147
  licenses:
148
- - LGPL-3
148
+ - LGPL-3.0
149
149
  metadata: {}
150
150
  post_install_message:
151
151
  rdoc_options: []
@@ -163,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  requirements: []
165
165
  rubyforge_project:
166
- rubygems_version: 2.5.1
166
+ rubygems_version: 2.6.6
167
167
  signing_key:
168
168
  specification_version: 4
169
169
  summary: An xml library that doesn't suck - since 2004.