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