File rubygem-ruby2c.changes of Package rubygem-ruby2c
-------------------------------------------------------------------
Wed Dec 7 11:34:19 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.1.1
see installed History.txt
=== 1.1.1 / 2022-12-03
* 2 bug fixes:
* Added support for 3.0 parser
* Used ParseTreeTestCase#TEST_SUFFIX to make this always work when new versions added.
-------------------------------------------------------------------
Mon Aug 29 06:55:25 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.1.0
see installed History.txt
=== 1.1.0 / 2019-09-24
* 4 minor enhancements:
* Pushed @@array_types and array_type? up to Sexp (in typed_sexp.rb).
* Pushed down @@array_types and #array_type? from Sexp to TypedSexp.
* Renamed Type to CType
* Renamed TypedSexp#sexp_type to c_type to resolve conflict/confusion w/ Sexp.
* 6 bug fixes:
* Fixed a test file randomization error (yay!) by requiring typed_sexp in rewriter.
* Fixed inspect/pretty_print to include line number for typed sexps, just like sexps.
* Fixed new ruby 2.5 warnings.
* Fixes for changes to sexp_processor, centered aroud maintaining c_type.
* Got working with ruby 2.5 parser.
* Removed obsolete attrset test
-------------------------------------------------------------------
Wed Mar 23 12:07:48 UTC 2016 - olaf@aepfle.de
- Force fixed timestamps for patched gems (bsc#916047)
-------------------------------------------------------------------
Mon Sep 29 20:44:49 UTC 2014 - mrueckert@suse.de
- update to new packaging scheme and add gem2rpm.yml
- add ruby2c-1.0.0.9_shebang_fix.patch and series:
We dont want /usr/local/bin/ruby
-------------------------------------------------------------------
Mon Nov 19 12:46:36 UTC 2012 - coolo@suse.com
- updated to version 1.0.0.9
* 1 bug fix:
* I'm an idiot. Fixed the dependencies to use RP 3.x and SP 4.x
=== 1.0.0.8 / 2012-11-09
* 5 minor enhancements:
* Added TypeChecker methods: rewrite_attrasgn, rewrite_call, rewrite_defn to reverse structural changes in ruby_parser 3.x.
* Added new 1.9 tests from PTTC to skip list
* Added new test case data for new 1.8 based tests
* Added process_arglist_plain and hooked it up with process_iter to deal with new block sexps.
* Renames for ruby_parser namespace changes
* 4 bug fixes:
* Environment moved in ruby_parser. Got tests running again.
* Fixed all tests broken by 1.8/1.9 split in pt_testcase.rb.
* Removed unused variables listed in 1.9 warnings
* Spastic monkey is spastic
-------------------------------------------------------------------
Mon Nov 5 19:31:21 UTC 2012 - coolo@suse.com
- updated to version 1.0.0.7
-------------------------------------------------------------------
Sun Aug 22 08:10:14 UTC 2010 - kkaempf@novell.com
- Initial version from dev (past 1.0.0.7 release) tree