rxerces 0.5.0 → 0.6.0

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.
@@ -4,7 +4,7 @@ require 'rxerces'
4
4
 
5
5
  RSpec.shared_examples RXerces do
6
6
  example 'version number is set to the expected value' do
7
- expect(RXerces::VERSION).to eq('0.5.0')
7
+ expect(RXerces::VERSION).to eq('0.6.0')
8
8
  expect(RXerces::VERSION).to be_frozen
9
9
  end
10
10
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rxerces
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel J. Berger
@@ -92,6 +92,13 @@ files:
92
92
  - LICENSE
93
93
  - README.md
94
94
  - Rakefile
95
+ - benchmarks/README.md
96
+ - benchmarks/css_benchmark.rb
97
+ - benchmarks/parse_benchmark.rb
98
+ - benchmarks/run_all.rb
99
+ - benchmarks/serialization_benchmark.rb
100
+ - benchmarks/traversal_benchmark.rb
101
+ - benchmarks/xpath_benchmark.rb
95
102
  - certs/djberg96_pub.pem
96
103
  - examples/basic_usage.rb
97
104
  - examples/schema_example.rb
metadata.gz.sig CHANGED
Binary file