json-canonicalization 0.3.0 → 0.3.1
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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/VERSION +1 -1
- metadata +8 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a442c09be9479be252bd504b2c92f7c44212be721947beb647ccd8aaf05a41c0
|
|
4
|
+
data.tar.gz: cfcc5b38bd4a5bdeaaf819aae292e5b8a273d8357a98577f758254d1cf330d7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83d3fbd447e4853f29349bbef920330bb0920c050194d12b700ff8dc1f41b70b6c51853da4f8aecc40ac238ad000877261350c0790ee7fe3a9e75834c08ed1d9
|
|
7
|
+
data.tar.gz: c88d9ef98812d668bc41e29ec3572c27ab3afc91e43dddb5bb9bedb48dc3387adc8c9539ae768d06a6b7592c8aca8e06fa2ac60e64161202d061d6447d20eaca
|
data/README.md
CHANGED
|
@@ -60,7 +60,7 @@ puts data.to_json_c14n
|
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
## Documentation
|
|
63
|
-
Full documentation available on [
|
|
63
|
+
Full documentation available on [GitHub](https://dryruby.github.io/json-canonicalization/)
|
|
64
64
|
|
|
65
65
|
### Principal Classes
|
|
66
66
|
* {JSON::Canonicalization}
|
|
@@ -70,7 +70,7 @@ Full documentation available on [RubyDoc](http://rubydoc.info/gems/json-canonica
|
|
|
70
70
|
* [JSON](https://rubygems.org/gems/json) (>= 2.6)
|
|
71
71
|
|
|
72
72
|
## Author
|
|
73
|
-
* [Gregg Kellogg](
|
|
73
|
+
* [Gregg Kellogg](https://github.com/gkellogg) - <https://greggkellogg.net/>
|
|
74
74
|
|
|
75
75
|
## Contributing
|
|
76
76
|
* Do your best to adhere to the existing coding conventions and idioms.
|
|
@@ -89,7 +89,7 @@ Full documentation available on [RubyDoc](http://rubydoc.info/gems/json-canonica
|
|
|
89
89
|
## License
|
|
90
90
|
|
|
91
91
|
This is free and unencumbered public domain software. For more information,
|
|
92
|
-
see <https://unlicense.org/> or the accompanying {file:
|
|
92
|
+
see <https://unlicense.org/> or the accompanying {file:LICENSE} file.
|
|
93
93
|
|
|
94
94
|
[YARD]: https://yardoc.org/
|
|
95
95
|
[YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.1
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: json-canonicalization
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gregg Kellogg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -68,7 +68,11 @@ files:
|
|
|
68
68
|
homepage: http://github.com/dryruby/json-canonicalization
|
|
69
69
|
licenses:
|
|
70
70
|
- Unlicense
|
|
71
|
-
metadata:
|
|
71
|
+
metadata:
|
|
72
|
+
documentation_uri: https://dryruby.github.io/json-canonicalization
|
|
73
|
+
bug_tracker_uri: https://github.com/dryruby/json-canonicalization/issues
|
|
74
|
+
homepage_uri: https://github.com/dryruby/json-canonicalization
|
|
75
|
+
source_code_uri: https://github.com/dryruby/json-canonicalization
|
|
72
76
|
post_install_message:
|
|
73
77
|
rdoc_options: []
|
|
74
78
|
require_paths:
|
|
@@ -84,7 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
84
88
|
- !ruby/object:Gem::Version
|
|
85
89
|
version: '0'
|
|
86
90
|
requirements: []
|
|
87
|
-
rubygems_version: 3.
|
|
91
|
+
rubygems_version: 3.3.7
|
|
88
92
|
signing_key:
|
|
89
93
|
specification_version: 4
|
|
90
94
|
summary: JSON Canonicalization for Ruby.
|