xmlhasher_with_attributes 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 281d60e1c23ea6fa21cdc0435c782ac5929b4e9485af5f9c751dc63582d0db22
4
- data.tar.gz: be498e7f638bf459709f228a8c04763c19680a973b951450b31a504336d79ca1
3
+ metadata.gz: eb8f3032cc8cff0b982941b5d76f5c3d9b2cd6d542a6af60905b19c791915c5c
4
+ data.tar.gz: '08a8c8e9334c04c3fd82872a1a090bce33fbc02a79329b7f8241e18f8453c38d'
5
5
  SHA512:
6
- metadata.gz: b0bac84ba10e88731588afb4229aa4f5277054324c578eb1487012aeaa3f9548d96d41d8df0970a673cd991ba2eb416f1c574c870170aa5a175f662bfa0b40af
7
- data.tar.gz: 415fcbbdef80104bb05210e07141ce13ca557b87aa016c96c46c777f4d388ef4f0a7c2e81b9fd70768a216998d68ae871da96039d0d890631747ab75aafa58d3
6
+ metadata.gz: 9f5b57a8031357c14d42f6b11cc3f695ab34bd4cdb2f22f3a9678394e2ab57f5dc1a8ff9975ae6a230637afab076cd520236beb7cde8c896dabcf8363fd674d3
7
+ data.tar.gz: e4e00b73c8d4ef641852b9b1d37dd8d6d37fd1624b5ab782871b1bd1ff5158c19dbaa811799d31d60ab153614ec1e09c368fbb9347eb183254685ff84531755e
@@ -1,3 +1,3 @@
1
1
  module XmlHasher
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
File without changes
data/test/test_helper.rb CHANGED
@@ -11,7 +11,7 @@ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter::new([
11
11
  SimpleCov.start
12
12
 
13
13
  require 'test/unit'
14
- require 'xmlhasher'
14
+ require 'xmlhasher_with_attributes'
15
15
 
16
16
  def fixture_path
17
17
  File.expand_path('../fixtures', __FILE__)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmlhasher_with_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philippe Blayo
@@ -79,19 +79,19 @@ files:
79
79
  - README.md
80
80
  - Rakefile
81
81
  - benchmark/benchmark.rb
82
- - lib/xmlhasher.rb
83
82
  - lib/xmlhasher/configurable.rb
84
83
  - lib/xmlhasher/handler.rb
85
84
  - lib/xmlhasher/node.rb
86
85
  - lib/xmlhasher/parser.rb
87
86
  - lib/xmlhasher/util.rb
88
87
  - lib/xmlhasher/version.rb
88
+ - lib/xmlhasher_with_attributes.rb
89
89
  - test/fixtures/institution.xml
90
90
  - test/fixtures/institutions.xml
91
91
  - test/test_helper.rb
92
92
  - test/xmlhasher/parser_test.rb
93
93
  - test/xmlhasher/xmlhasher_test.rb
94
- - xmlhasher.gemspec
94
+ - xmlhasher_with_attributes.gemspec
95
95
  homepage: https://github.com/pblayo/xmlhasher
96
96
  licenses:
97
97
  - MIT