Skip to content

Commit

Permalink
improvement: An input rexle array can now have an empty array for chi…
Browse files Browse the repository at this point in the history
…ldren e.g. doc = Rexle.new([records, {}, , []])
  • Loading branch information
James Robertson committed Feb 25, 2017
1 parent fdad3cc commit 3d540d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rexle.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'rexle'
s.version = '1.4.3'
s.version = '1.4.4'
s.summary = 'Rexle is an XML parser written purely in Ruby'
s.files = Dir['lib/rexle.rb']
s.authors = ['James Robertson']
Expand All @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('rexle-css', '~> 0.1', '>=0.1.5')
s.add_runtime_dependency('backtrack-xpath', '~> 0.1', '>=0.1.8')
s.license = 'MIT'
s.email = 'james@r0bertson.co.uk'
s.email = 'james@jamesrobertson.eu'
s.homepage = 'https://github.com/jrobertson/rexle'
s.required_ruby_version = '>= 2.1.0'
end

0 comments on commit 3d540d3

Please sign in to comment.