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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb8f3032cc8cff0b982941b5d76f5c3d9b2cd6d542a6af60905b19c791915c5c
|
4
|
+
data.tar.gz: '08a8c8e9334c04c3fd82872a1a090bce33fbc02a79329b7f8241e18f8453c38d'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f5b57a8031357c14d42f6b11cc3f695ab34bd4cdb2f22f3a9678394e2ab57f5dc1a8ff9975ae6a230637afab076cd520236beb7cde8c896dabcf8363fd674d3
|
7
|
+
data.tar.gz: e4e00b73c8d4ef641852b9b1d37dd8d6d37fd1624b5ab782871b1bd1ff5158c19dbaa811799d31d60ab153614ec1e09c368fbb9347eb183254685ff84531755e
|
data/lib/xmlhasher/version.rb
CHANGED
File without changes
|
data/test/test_helper.rb
CHANGED
File without changes
|
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.
|
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
|
-
-
|
94
|
+
- xmlhasher_with_attributes.gemspec
|
95
95
|
homepage: https://github.com/pblayo/xmlhasher
|
96
96
|
licenses:
|
97
97
|
- MIT
|