File rubygem-ParseTree.changes of Package rubygem-ParseTree
-------------------------------------------------------------------
Wed Mar 23 12:07:48 UTC 2016 - olaf@aepfle.de
- Force fixed timestamps for patched gems (bsc#916047)
-------------------------------------------------------------------
Tue Sep 30 00:08:45 UTC 2014 - mrueckert@suse.de
- update to new packaging scheme and add gem2rpm.yml
- added ParseTree-3.0.9_shebang.patch and series:
Fix shebang line.
-------------------------------------------------------------------
Fri Oct 14 16:17:35 UTC 2011 - fcastelli@suse.com
- update to 3.0.8
- fix license
- add 'Provides' statement
-------------------------------------------------------------------
Wed Mar 30 11:31:40 UTC 2011 - kkaempf@novell.com
- update to 3.0.7
(for rubygem-dm-sweatshop)
-------------------------------------------------------------------
Mon Sep 6 14:28:04 UTC 2010 - mrueckert@suse.de
- update to version 3.0.6
* fixed requires (e-tobi)
-------------------------------------------------------------------
Mon Jun 14 14:20:54 UTC 2010 - mrueckert@suse.de
- update to version 3.0.5
* Fixed NODE_METHOD but also commented that you shouldn't ever
see it naturally (tmm1)
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Fri Dec 25 02:30:23 UTC 2009 - prusnak@suse.cz
- update to version 3.0.4
* Pulled unique.rb from ParseTree to sexp_processor.
* Switched to minitest
* UnifiedRuby strips flip2 back down to expected values
* Updated Rakefile for new hoe
* 1.8.6p287 & 1.8.7 changed flip2 with fixnum start. fixed
* 1.8.6p287 & 1.8.7 removed the begin node. fixed.
-------------------------------------------------------------------
Mon Jan 26 16:04:41 CET 2009 - mrueckert@suse.de
- update to version 3.0.3
too many changes
-------------------------------------------------------------------
Tue May 22 20:24:33 CEST 2007 - mrueckert@suse.de
- update to version 1.7.0:
too many changes
-------------------------------------------------------------------
Mon Sep 25 01:35:52 CEST 2006 - mrueckert@suse.de
- update to version 1.5.0:
o 5 minor enhancements:
Added parse_tree_audit.
Added reporting of unsupported nodes that have processors.
YAY! class method support! generated as :"self.blah"
Add parse_tree_for_string.
Converted Rakefile+gemspec to Hoe-based Rakefile.
o 6 bug fixes:
Did some preliminary work on 1.9 compatibility.
Fixed tests for some changes/clarifications.
Fixed resbody: should have nil exceptions list when no
exception rescued.
Fixed op_asgn1 and op_asgn2.
Fixed incompatibility with new inline changes.
Fixed VALUE decl in parse_tree.rb