json 2.6.3 → 2.7.2

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.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.3
4
+ version: 2.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Frank
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2022-12-05 00:00:00.000000000 Z
10
+ date: 2024-04-04 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: This is a JSON implementation as a Ruby extension in C.
14
13
  email: flori@ping.de
@@ -23,7 +22,6 @@ files:
23
22
  - CHANGES.md
24
23
  - LICENSE
25
24
  - README.md
26
- - VERSION
27
25
  - ext/json/ext/fbuffer/fbuffer.h
28
26
  - ext/json/ext/generator/depend
29
27
  - ext/json/ext/generator/extconf.rb
@@ -58,17 +56,16 @@ files:
58
56
  - lib/json/pure/generator.rb
59
57
  - lib/json/pure/parser.rb
60
58
  - lib/json/version.rb
61
- homepage: http://flori.github.com/json
59
+ homepage: https://flori.github.io/json
62
60
  licenses:
63
61
  - Ruby
64
62
  metadata:
65
63
  bug_tracker_uri: https://github.com/flori/json/issues
66
64
  changelog_uri: https://github.com/flori/json/blob/master/CHANGES.md
67
- documentation_uri: http://flori.github.io/json/doc/index.html
68
- homepage_uri: http://flori.github.io/json/
65
+ documentation_uri: https://flori.github.io/json/doc/index.html
66
+ homepage_uri: https://flori.github.io/json
69
67
  source_code_uri: https://github.com/flori/json
70
68
  wiki_uri: https://github.com/flori/json/wiki
71
- post_install_message:
72
69
  rdoc_options:
73
70
  - "--title"
74
71
  - JSON implementation for Ruby
@@ -87,8 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
84
  - !ruby/object:Gem::Version
88
85
  version: '0'
89
86
  requirements: []
90
- rubygems_version: 3.4.0.dev
91
- signing_key:
87
+ rubygems_version: 3.6.0.dev
92
88
  specification_version: 4
93
89
  summary: JSON Implementation for Ruby
94
90
  test_files: []
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 2.6.3