Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ruby3.3-rubygem-json | Distribution: openSUSE Tumbleweed |
Version: 2.7.2 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Jun 21 12:05:33 2024 |
Group: Development/Languages/Ruby | Build host: reproducible |
Size: 483541 | Source RPM: rubygem-json-2.7.2-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://flori.github.io/json | |
Summary: JSON Implementation for Ruby |
This is a JSON implementation as a Ruby extension in C.
Ruby
* Fri Jun 21 2024 Dan Čermák <dan.cermak@posteo.net> - 2.7.2: [#]# What's Changed * Use rb_sym2str instead of SYM2ID by @jhawthorn in https://github.com/flori/json/pull/561 * Fix memory leak when exception is raised during JSON generation by @peterzhu2118 in https://github.com/flori/json/pull/574 * Remove references to "19" methods in JRuby by @headius in https://github.com/flori/json/pull/576 * Make OpenStruct support as optional by @hsbt in https://github.com/flori/json/pull/565 * Autoload JSON::GenericObject to avoid require ostruct warning in Ruby 3.4 by @tompng in https://github.com/flori/json/pull/577 * Warn to install ostruct if json couldn't load it by @hsbt in https://github.com/flori/json/pull/578 [#]# New Contributors * @mperham made their first contribution in https://github.com/flori/json/pull/571 * @peterzhu2118 made their first contribution in https://github.com/flori/json/pull/574 * *Full Changelog**: https://github.com/flori/json/compare/v2.7.1...v2.7.2 * Mon Jan 29 2024 Dan Čermák <dan.cermak@posteo.net> - 2.7.1: [#]# What's Changed [#]## Improved * [DOC] RDoc for additions by @BurdetteLamar in https://github.com/flori/json/pull/557 [#]## Fixed * JSON.dump: handle unenclosed hashes regression by @casperisfine in https://github.com/flori/json/pull/554 * Overload kwargs in JSON.dump by @k0kubun in https://github.com/flori/json/pull/556 * Fix JSON.dump overload combination by @tompng in https://github.com/flori/json/pull/558 [#]## Misc * Remove needless encodings by @hsbt in https://github.com/flori/json/pull/559 * Unify versions by @hsbt in https://github.com/flori/json/pull/560 [#]# New Contributors * @k0kubun made their first contribution in https://github.com/flori/json/pull/556 * @tompng made their first contribution in https://github.com/flori/json/pull/558 * *Full Changelog**: https://github.com/flori/json/compare/v2.7.0...v2.7.1 2.7.0: [#]# What's Changed [#]## Improved * Perf. improvements to Hash#to_json in pure implementation generator. by @vipulnsward in https://github.com/flori/json/pull/203 * Remove unnecessary initialization of create_id in JSON.parse() by @Watson1978 in https://github.com/flori/json/pull/454 [#]## Added * Call `super` in `included` hook by @paracycle in https://github.com/flori/json/pull/486 * Rename escape_slash in script_safe and also escape E+2028 and E+2029 by @casperisfine in https://github.com/flori/json/pull/525 * Add a `strict` option to Generator by @casperisfine in https://github.com/flori/json/pull/519 [#]## Fixed * Fix homepage url in gemspec by @unasuke in https://github.com/flori/json/pull/508 * Fix dead link to Ragel in README by @okuramasafumi in https://github.com/flori/json/pull/509 * [DOC] Fix yet another dead link to Ragel by @nobu in https://github.com/flori/json/pull/510 * Fix "unexpected token" offset for Infinity by @jhawthorn in https://github.com/flori/json/pull/507 * Use ruby_xfree to free buffers by @casperisfine in https://github.com/flori/json/pull/518 [#]## Compatibility changes * JRuby requires a minimum of Java 8 by @headius in https://github.com/flori/json/pull/516 * Rename JSON::ParseError to JSON:ParserError by @dalizard in https://github.com/flori/json/pull/530 * Removed code for Ruby 1.8 by @hsbt in https://github.com/flori/json/pull/540 * alias_method is private on Ruby 2.3 and 2.4 by @hsbt in https://github.com/flori/json/pull/541 * remove_method of Module is private at Ruby 2.3 and 2.4 by @hsbt in https://github.com/flori/json/pull/544 * [jruby] avoid using deprecated BigDecimal.new by @kares in https://github.com/flori/json/pull/546 * Always indent even if empty by @headius in https://github.com/flori/json/pull/517 [#]## Misc * Update CI matrix by @hsbt in https://github.com/flori/json/pull/521 * Add missing changelog entries for 1.8.5 and 1.8.6 by @r7kamura in https://github.com/flori/json/pull/520 * Actions workflow - Add new OS's, Ruby 3.1, Ruby master, Windows by @MSP-Greg in https://github.com/flori/json/pull/491 * Skip unsupported test on JRuby by @nobu in https://github.com/flori/json/pull/532 * Skip BigDecimal tests when it's missing to load by @hsbt in https://github.com/flori/json/pull/533 * Simplify by @nobu in https://github.com/flori/json/pull/531 * Load extension ('json/ext') consistently in test_ext by @aeroastro in https://github.com/flori/json/pull/536 * Use test-unit-ruby-core gem by @hsbt in https://github.com/flori/json/pull/539 * [CI] Add Windows mswin job by @MSP-Greg in https://github.com/flori/json/pull/545 * Exclude truffleruby-head from Actions by @hsbt in https://github.com/flori/json/pull/551 * tests/ractor_test.rb: make assert_separately available by @lucaskanashiro in https://github.com/flori/json/pull/506 * Added changes for 2.7.0 and restore entries to 2.6.3 and 2.6.2 by @hsbt in https://github.com/flori/json/pull/552 [#]# New Contributors * @unasuke made their first contribution in https://github.com/flori/json/pull/508 * @okuramasafumi made their first contribution in https://github.com/flori/json/pull/509 * @r7kamura made their first contribution in https://github.com/flori/json/pull/520 * @MSP-Greg made their first contribution in https://github.com/flori/json/pull/491 * @paracycle made their first contribution in https://github.com/flori/json/pull/486 * @dalizard made their first contribution in https://github.com/flori/json/pull/530 * @aeroastro made their first contribution in https://github.com/flori/json/pull/536 * @jhawthorn made their first contribution in https://github.com/flori/json/pull/507 * @lucaskanashiro made their first contribution in https://github.com/flori/json/pull/506 * @Watson1978 made their first contribution in https://github.com/flori/json/pull/454 * *Full Changelog**: https://github.com/flori/json/compare/v2.6.3...v2.7.0 * Wed Dec 07 2022 Stephan Kulow <coolo@suse.com> updated to version 2.6.3 see installed CHANGES.md * Mon Jun 13 2022 Manuel Schnitzer <mschnitzer@suse.com> - updated to version 2.6.2 no changelog found * Sat Dec 25 2021 Manuel Schnitzer <mschnitzer@suse.com> - updated to version 2.6.1 [#]## 2021-10-24 (2.6.1) * Restore version.rb with 2.6.1 [#]## 2021-10-14 (2.6.0) * Use `rb_enc_interned_str` if available to reduce allocations in `freeze: true` mode. #451. * Bump required_ruby_version to 2.3. * Fix compatibility with `GC.compact`. * Fix some compilation warnings. #469 * Fri Dec 25 2020 Manuel Schnitzer <mschnitzer@suse.com> - updated to version 2.5.1 * Restore the compatibility for constants of JSON class. * Mon Jul 13 2020 Manuel Schnitzer <mschnitzer@suse.com> - updated to version 2.3.1 * Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. * Enhance generic JSON and #generate docs. Pull request #347 by Victor Shepelev. * Add :nodoc: for GeneratorMethods. Pull request #349 by Victor Shepelev. * Baseline changes to help (JRuby) development. Pull request #371 by Karol Bucek. * Add metadata for rubygems.org. Pull request #379 by Alexandre ZANNI. * Remove invalid JSON.generate description from JSON module rdoc. Pull request #384 by Jeremy Evans. * Test with TruffleRuby in CI. Pull request #402 by Benoit Daloze. * Rdoc enhancements. Pull request #413 by Burdette Lamar. * Fixtures/ are not being tested... Pull request #416 by Marc-André Lafortune. * Use frozen string for hash key. Pull request #420 by Marc-André Lafortune. * Added :call-seq: to RDoc for some methods. Pull request #422 by Burdette Lamar. * Small typo fix. Pull request #423 by Marc-André Lafortune. * Sat Dec 14 2019 Manuel Schnitzer <mschnitzer@suse.com> - updated to version 2.3.0 see installed CHANGES.md * Sat Mar 02 2019 Stephan Kulow <coolo@suse.com> - updated to version 2.2.0 see installed CHANGES.md [#]# 2019-02-21 (2.2.0) * Adds support for 2.6 BigDecimal and ruby standard library Set datetype. * Wed Apr 19 2017 coolo@suse.com - updated to version 2.1.0 see installed CHANGES.md [#]# 2017-04-18 (2.1.0) * Allow passing of `decimal_class` option to specify a class as which to parse JSON float numbers.
/usr/lib64/ruby/gems/3.3.0/build_info /usr/lib64/ruby/gems/3.3.0/cache/json-2.7.2.gem /usr/lib64/ruby/gems/3.3.0/extensions/powerpc64le-linux-gnu/3.3.0/json-2.7.2 /usr/lib64/ruby/gems/3.3.0/extensions/powerpc64le-linux-gnu/3.3.0/json-2.7.2/gem.build_complete /usr/lib64/ruby/gems/3.3.0/extensions/powerpc64le-linux-gnu/3.3.0/json-2.7.2/json /usr/lib64/ruby/gems/3.3.0/extensions/powerpc64le-linux-gnu/3.3.0/json-2.7.2/json/ext /usr/lib64/ruby/gems/3.3.0/extensions/powerpc64le-linux-gnu/3.3.0/json-2.7.2/json/ext/generator.so /usr/lib64/ruby/gems/3.3.0/extensions/powerpc64le-linux-gnu/3.3.0/json-2.7.2/json/ext/parser.so /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2 /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/CHANGES.md /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/LICENSE /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/README.md /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/fbuffer /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/fbuffer/fbuffer.h /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/generator /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/generator/depend /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/generator/extconf.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/generator/generator.c /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/generator/generator.h /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/parser /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/parser/depend /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/parser/extconf.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.c /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.h /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/ext/parser/parser.rl /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/ext/json/extconf.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/json.gemspec /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/bigdecimal.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/complex.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/core.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/date.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/date_time.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/exception.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/ostruct.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/range.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/rational.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/regexp.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/set.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/struct.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/symbol.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/add/time.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/common.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/ext /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/ext.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/ext/generator.so /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/ext/parser.so /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/generic_object.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/pure /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/pure.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/pure/generator.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/pure/parser.rb /usr/lib64/ruby/gems/3.3.0/gems/json-2.7.2/lib/json/version.rb /usr/lib64/ruby/gems/3.3.0/specifications/json-2.7.2.gemspec /usr/share/doc/packages/ruby3.3-rubygem-json /usr/share/doc/packages/ruby3.3-rubygem-json/CHANGES.md /usr/share/doc/packages/ruby3.3-rubygem-json/LICENSE /usr/share/doc/packages/ruby3.3-rubygem-json/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 09:25:43 2025