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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/VERSION +1 -1
  4. metadata +8 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32dd1e70c30f500a37924e9f9d5aa3504b6216dd538932d29433eda89d7bba47
4
- data.tar.gz: 61edf1fdea0e9f6cab3a1d31f6a8456c0b9aeb952a2237736d3b112c6f4cf4c3
3
+ metadata.gz: a442c09be9479be252bd504b2c92f7c44212be721947beb647ccd8aaf05a41c0
4
+ data.tar.gz: cfcc5b38bd4a5bdeaaf819aae292e5b8a273d8357a98577f758254d1cf330d7f
5
5
  SHA512:
6
- metadata.gz: 5784359f766c10bd2067d77f2ff2f20e8cde8e33a1176c508364fce09af2c61fddc48d97152700f04bf0469d3aac6ce530fc6729a5ae9ec04a4402868a052b96
7
- data.tar.gz: 0d91294d4df5f3531107e133682b48fe16911f7a6c2fad27ba74f8adc1bda811080b5f1724fcaed02e7714849bad8a80c8df5aeb83cc940ce1ed557df9efb122
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 [RubyDoc](http://rubydoc.info/gems/json-canonicalization/file/README.md)
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](http://github.com/gkellogg) - <http://kellogg-assoc.com/>
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:UNLICENSE} 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.0
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.0
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: 2021-12-12 00:00:00.000000000 Z
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.2.22
91
+ rubygems_version: 3.3.7
88
92
  signing_key:
89
93
  specification_version: 4
90
94
  summary: JSON Canonicalization for Ruby.