<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/ruby-json/PLIST, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2021-03-07T14:29:39Z</updated>
<entry>
<title>textproc/ruby-json: update to 2.5.1</title>
<updated>2021-03-07T14:29:39Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2021-03-07T14:29:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ca09bcb132cf43a7b1bbf33ea85bfae541715cd5'/>
<id>urn:sha1:ca09bcb132cf43a7b1bbf33ea85bfae541715cd5</id>
<content type='text'>
## 2020-12-22 (2.5.1)

* Restore the compatibility for constants of JSON class.

## 2020-12-22 (2.5.0)

* Ready to Ractor-safe at Ruby 3.0.

## 2020-12-17 (2.4.1)

* Restore version.rb with 2.4.1

## 2020-12-15 (2.4.0)

* Implement a freeze: parser option #447
* Fix an issue with generate_pretty and empty objects in the Ruby and Java
  implementations #449
* Fix JSON.load_file doc #448
* Fix pure parser with unclosed arrays / objects #425
* bundle the LICENSE file in the gem #444
* Add an option to escape forward slash character #405
* RDoc for JSON #439 #446 #442 #434 #433 #430</content>
</entry>
<entry>
<title>textproc/ruby-json: update to 2.3.1</title>
<updated>2020-09-14T16:08:12Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2020-09-14T16:08:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cea132a3e79b0b4f80d48efa2c6dab36d64b5f30'/>
<id>urn:sha1:cea132a3e79b0b4f80d48efa2c6dab36d64b5f30</id>
<content type='text'>
Update ruby-json package to 2.3.1.


## 2020-06-30 (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.</content>
</entry>
<entry>
<title>textproc/ruby-json: update to 2.3.0</title>
<updated>2020-01-18T16:23:14Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2020-01-18T16:23:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8f503ae2735cc782ace311d61b49d5451f16ea7a'/>
<id>urn:sha1:8f503ae2735cc782ace311d61b49d5451f16ea7a</id>
<content type='text'>
Update ruby-json to 2.3.0.

## 2019-02-21 (2.2.0)
 * Adds support for 2.6 BigDecimal and ruby standard library Set datetype.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure to 2.1.0.</title>
<updated>2017-06-12T16:34:13Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2017-06-12T16:34:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2c8ddf61c0ecfb03489bc618d2a94c893358f29e'/>
<id>urn:sha1:2c8ddf61c0ecfb03489bc618d2a94c893358f29e</id>
<content type='text'>
## 2017-04-18 (2.1.0)
 * Allow passing of `decimal_class` option to specify a class as which to parse
   JSON float numbers.
## 2017-03-23 (2.0.4)
 * Raise exception for incomplete unicode surrogates/character escape
   sequences. This problem was reported by Daniel Gollahon (dgollahon).
 * Fix arbitrary heap exposure problem. This problem was reported by Ahmad
   Sherif (ahmadsherif).

## 2017-01-12 (2.0.3)
 * Set `required_ruby_version` to 1.9
 * Some small fixes

## 2016-07-26 (2.0.2)
  * Specify `required_ruby_version` for json\_pure.
  * Fix issue #295 failure when parsing frozen strings.

## 2016-07-01 (2.0.1)
  * Fix problem when requiring json\_pure and Parser constant was defined top
    level.
  * Add `RB_GC_GUARD` to avoid possible GC problem via Pete Johns.
  * Store `current_nesting` on stack by Aaron Patterson.

## 2015-09-11 (2.0.0)
  * Now complies to newest JSON RFC 7159.
  * Implements compatibiliy to ruby 2.4 integer unification.
  * Drops support for old rubies whose life has ended, that is rubies &lt; 2.0.
    Also see https://www.ruby-lang.org/en/news/2014/07/01/eol-for-1-8-7-and-1-9-2/
  * There were still some mentions of dual GPL licensing in the source, but JSON
    has just the Ruby license that itself includes an explicit dual-licensing
    clause that allows covered software to be distributed under the terms of
    the Simplified BSD License instead for all ruby versions &gt;= 1.9.3. This is
    however a GPL compatible license according to the Free Software Foundation.
    I changed these mentions to be consistent with the Ruby license setting in
    the gemspec files which were already correct now.</content>
</entry>
<entry>
<title>Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.</title>
<updated>2015-03-08T15:17:17Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2015-03-08T15:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7dfc8b21a2896248435e1a88ae6fc61d0cf72c92'/>
<id>urn:sha1:7dfc8b21a2896248435e1a88ae6fc61d0cf72c92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure package to 1.9.2.</title>
<updated>2015-02-05T15:06:12Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2015-02-05T15:06:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=356850d383404d4339618d9825c553fb9b633db7'/>
<id>urn:sha1:356850d383404d4339618d9825c553fb9b633db7</id>
<content type='text'>
2015-01-08 (1.8.2)
  * Some performance improvements by Vipul A M &lt;vipulnsward@gmail.com&gt;.
  * Fix by Jason R. Clark &lt;jclark@newrelic.com&gt; to avoid mutation of
    JSON.dump_default_options.
  * More tests by Michael Mac-Vicar &lt;mmacvicar@gmail.com&gt; and fixing
    space_before accessor in generator.
  * Performance on Jruby improvemed by Ben Browning &lt;bbrownin@redhat.com&gt;.
  * Some fixes to be compatible with the new Ruby 2.2 by Zachary Scott &lt;e@zzak.io&gt;
    and SHIBATA Hiroshi &lt;hsbt@ruby-lang.org&gt;.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure package to 1.8.1.</title>
<updated>2014-03-14T18:11:45Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2014-03-14T18:11:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1243f85b2a45dbd8f3ca298663df8a420c0871f1'/>
<id>urn:sha1:1243f85b2a45dbd8f3ca298663df8a420c0871f1</id>
<content type='text'>
2013-05-13 (1.8.1)
  * Remove Rubinius exception since transcoding should be working now.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure to 1.7.3.</title>
<updated>2012-06-02T01:09:02Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-06-02T01:09:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1cdcaaa2ee185355be535d74573778829da34064'/>
<id>urn:sha1:1cdcaaa2ee185355be535d74573778829da34064</id>
<content type='text'>
2012-05-12 (1.7.3)
  * Work around Rubinius encoding issues using iconv for conversion instead.
2012-05-11 (1.7.2)
  * Fix some encoding issues, that cause problems for  the pure and the
    extension variant in jruby 1.9 mode.
2012-04-28 (1.7.1)
  * Some small fixes for building</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure to 1.7.0</title>
<updated>2012-04-29T05:42:46Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-04-29T05:42:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b589c0f268f4da689abe6d83f59f723eb8849977'/>
<id>urn:sha1:b589c0f268f4da689abe6d83f59f723eb8849977</id>
<content type='text'>
2012-04-28 (1.7.0)
  * Add JSON::GenericObject for method access to objects transmitted via JSON.
2012-04-27 (1.6.7)
  * Fix possible crash when trying to parse nil value.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure pacakge to 1.6.6.</title>
<updated>2012-04-28T15:48:16Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-04-28T15:48:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7b7f106ba954169d07306701c6c22d67bf135ec5'/>
<id>urn:sha1:7b7f106ba954169d07306701c6c22d67bf135ec5</id>
<content type='text'>
2012-02-11 (1.6.6)
  * Propagate src encoding to values made from it (fixes 1.9 mode converting
    everything to ascii-8bit; harmless for 1.8 mode too) (Thomas E. Enebo
    &lt;tom.enebo@gmail.com&gt;), should fix
    https://github.com/flori/json/issues#issue/119.
  * Fix https://github.com/flori/json/issues#issue/124 Thx to Jason Hutchens.
  * Fix https://github.com/flori/json/issues#issue/117</content>
</entry>
</feed>
