<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc/ruby-json/PLIST, branch pkgsrc-2014Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-03-14T18:11:45Z</updated>
<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>
<entry>
<title>Update ruby-json and ruby-json-pure package to 1.6.5.</title>
<updated>2012-03-17T16:46:24Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-03-17T16:46:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7735c6d1d5aa7096e2a02b16b19f0ee96436750c'/>
<id>urn:sha1:7735c6d1d5aa7096e2a02b16b19f0ee96436750c</id>
<content type='text'>
2012-01-15 (1.6.5)
  * Vit Ondruch &lt;v.ondruch@tiscali.cz&gt; reported a bug that shows up when using
    optimisation under GCC 4.7. Thx to him, Bohuslav Kabrda
    &lt;bkabrda@redhat.com&gt; and Yui NARUSE &lt;naruse@airemix.jp&gt; for debugging and
    developing a patch fix.
2011-12-24 (1.6.4)
  * Patches that improve speed on JRuby contributed by Charles Oliver Nutter
    &lt;headius@headius.com&gt;.
  * Support object_class/array_class with duck typed hash/array.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure pacakge to 1.6.3.</title>
<updated>2011-12-15T16:11:58Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-12-15T16:11:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8c40d8efdd3f83317bd1068b08ceeee77f4d307a'/>
<id>urn:sha1:8c40d8efdd3f83317bd1068b08ceeee77f4d307a</id>
<content type='text'>
2011-12-01 (1.6.3)
  * Let JSON.load('') return nil as well to make mysql text columns (default to
    '') work better for serialization.
2011-11-21 (1.6.2)
  * Add support for OpenStruct and BigDecimal.
  * Fix bug when parsing nil in quirks_mode.
  * Make JSON.dump and JSON.load methods better cooperate with Rails' serialize
    method. Just use: serialize :value, JSON
  * Fix bug with time serialization concerning nanoseconds. Thanks for the
    patch go to Josh Partlow (jpartlow@github).
  * Improve parsing speed for JSON numbers (integers and floats) in a similar way to
    what Evan Phoenix &lt;evan@phx.io&gt; suggested in:
    https://github.com/flori/json/pull/103
2011-09-18 (1.6.1)
  * Using -target 1.5 to force Java bits to compile with 1.5.</content>
</entry>
<entry>
<title>* Remove .require_paths from PLIST</title>
<updated>2011-11-08T15:37:33Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-11-08T15:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bb52e4f7a752f5e2ac1f16354d0f2b3697eac3b0'/>
<id>urn:sha1:bb52e4f7a752f5e2ac1f16354d0f2b3697eac3b0</id>
<content type='text'>
* Bump PKGREVISION.</content>
</entry>
<entry>
<title>Update ruby-json package to 1.6.0.</title>
<updated>2011-09-13T15:15:18Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-09-13T15:15:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c19e3132e6c828f848592944a0c0836b94a49817'/>
<id>urn:sha1:c19e3132e6c828f848592944a0c0836b94a49817</id>
<content type='text'>
2011-09-12 (1.6.0)
  * Extract utilities (prettifier and GUI-editor) in its own gem json-utils.
  * Split json/add/core into different files for classes to be serialised.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure package to 1.5.4.</title>
<updated>2011-09-12T13:42:29Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-09-12T13:42:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2c921348407e051a77bdcbb053e296311db3edec'/>
<id>urn:sha1:2c921348407e051a77bdcbb053e296311db3edec</id>
<content type='text'>
2011-08-31 (1.5.4)
  * Fix memory leak when used from multiple JRuby. (Patch by
    jfirebaugh@github).
  * Apply patch by Eric Wong &lt;nocode@yhbt.net&gt; that fixes garbage collection
    problem reported in https://github.com/flori/json/issues/46.
  * Add :quirks_mode option to parser and generator.
  * Add support for Rational and Complex number additions via json/add/complex
    and json/add/rational requires.</content>
</entry>
<entry>
<title>Update ruby-json and ruby-json-pure package to 1.5.3.</title>
<updated>2011-08-12T17:20:20Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-08-12T17:20:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2e4105d4394de21c0f9d74ca2e04d80f3afefed2'/>
<id>urn:sha1:2e4105d4394de21c0f9d74ca2e04d80f3afefed2</id>
<content type='text'>
2011-06-20 (1.5.3)
  * Alias State#configure method as State#merge to increase duck type synonymy
    with Hash.
  * Add as_json methods in json/add/core, so rails can create its json objects
    the new way.</content>
</entry>
</feed>
