ruby2.4-rubygem-sexp_processor-testsuite-4.6.0-6.3>t  DH`pY.ꥸ/=„N[gI  %+T4 1>U1Qu= %-}L)CALFu\w:YC*De-g>j>bAa=VTz}zMʑXy,dcTʃn7\ھ۩YR+]v!β9? d+1 5 S ",@ J T h  !:dxT(p8x9:F<GPHdIxXY\]^bcduezfluvwxzCruby2.4-rubygem-sexp_processor-testsuite4.6.06.3Test suite for sexp_processorTest::Unit or RSpec files, useful for developers.Y.cloud118MopenSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/seattlerb/sexp_processorlinuxx86_64S }"AY.Y.Y.Y.Y.a658c891eaae398c8c1b491c4c0c8f861204478613c0b60a5e10d80ed6cb271b07e13be886742c5e3e0e0cc5d9a34e053dd0abe0d64e30f50deadbfb20851c77rootrootrootrootrootrootrootrootrootrootrubygem-sexp_processor-4.6.0-6.3.src.rpmruby2.4-rubygem-sexp_processor-testsuiteruby2.4-rubygem-sexp_processor-testsuite(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.4-rubygem-sexp_processorrpmlib(PayloadIsLzma)3.0.4-14.0-14.6.04.4.6-14.11.2UhTU?v@UTT:m@T=@T=@SAAS(5@R@RcRC@QiHQIQ3;@PP@PXP@P@POk@LLL%@K4@Iycoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.commrueckert@suse.demrueckert@suse.decoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comsaschpe@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.deprusnak@suse.czmrueckert@suse.de- updated to version 4.6.0 see installed History.txt === 4.6.0 / 2015-05-28 * 2 minor enhancements: * Extended generate_test to deal with 19 and up. * Extended pt_testcase.rb so add_19tests means 19 and up. * 1 bug fix: * Added and normalized tests to deal with canonicalized block args from ruby_parser.- updated to version 4.5.1 see installed History.txt === 4.5.1 / 2015-04-27 * 1 minor enhancement: * Cache processors and rewriters. Significant speedup. (presidentbeef)- updated to version 4.5.0 * 1 minor enhancement: * Added SexpProcessor::expand_dirs_to_files as a utility to cmdline tools.- updated to version 4.4.5- updated to version 4.4.4 * 1 bug fix: * MethodBasedSexpProcessor#in_klass clears out the method_stack for the duration of the block.- added gem2rpm.yml as source- added a small scriptlet to fix the shebang line of the test scripts. - also added a gem2rpm.yml for later, but did not regenerate the specfile just yet.- updated to version 4.4.3 * 1 bug fix: * Fixed a bunch of pt_testcase entries for 1.9/2.0 wrt ruby2ruby.- updated to version 4.4.2 * 2 minor enhancements: * Changed skipped versioned tests to return, not skip. Reduces noise so you can focus on real skips. * Extended versioned tests to include 2.0 and 2.1.- updated to version 4.4.1 * 1 bug fix: * Added parenthesis to fix the structure_remove_begin_1 testcase. (bocete)- updated to version 4.4.0 * Added MethodBasedSexpProcessor, extracted from Flog.- updated to version 4.3.0 * 1 minor enhancement: * Switched ParseTreeTestCase to minitest 5.- updated to version 4.2.1 * 1 bug fix: * Removed structure_unused_literal_wwtt because I just don't care anymore- updated to version 4.2.0 * 2 minor enhancements: * Added SexpInterpreter since it is such a common pattern * Added aliases Sexp#head & Sexp#rest for readability- updated to version 4.1.5 * Clarified role of s method. Fixes #12. * maglev: Workaround for bug in Array#shift- updated to version 4.1.4 * 1 minor enhancement: * Gave Sexp#structure a ~10% boost * 2 bug fixes: * Fixed Sexp#mass lying when using auto_shifted sexps. * Stupid fix for ruby 2.0 method_missing 'bug'.- updated to version 4.1.3 * Code cleanup... what was I thinking??? * Explicitly setting pt_testcase.rb to US-ASCII to avoid encoding hell- updated to version 4.1.2 * Sexp#structure should grep for Sexps, not Arrays- updated to version 4.1.1 * iter args revamp for ruby_parser 3 changes.- updated to version 4.1.0 * Added Environment#current so you can explicitly shadow variables. (meh)- update to 4.0.1 * 4 bug fixes: * 1.9: Changed !@ to ! since that is what you implement * True to my wtf comment, there was a bug in my case_splat test * Fixed a bunch of entries for r2r changes against edgecase parse/lex tests * Fixes for R2R * 5 major enhancements: * Removed :arglist from everything except :op_asgn1. * Removed block from resbody * Removed block from when node * Removed block nodes inside of scope nodes (defn/defs/class/sclass). * Removed scope nodes in defn/defs/class/sclass nodes. * 10 minor enhancement: * 1.9: Had to version split all my 'not' tests since 1.9 is insane. * 1.9: f (args) is not allowed in 1.9. * 1.9: f(hash, *splat) is not allowed in 1.9. * Added module2 test to verify module w/ 2+ entities * Added Sexp#deep_each and Sexp#each_sexp. Refactored from Flay * Added a ton of block arg tests. * Added add19_edgecases to help refactor a bunch of tests that all have the same output. * Added better debugging output for rewrites. * Cleaned and added a bunch of stabby proc tests. * Moved RawParseTree test data to ParseTree project.- Update to version 3.1.0: * Added test_call_arglist_trailing_comma__19 (presidentbeef) * Added test_fcall_inside_parens. (presidentbeef) * Added test_if_args_no_space_symbol__18. (presidentbeef) * Added tests for new hash syntax and ternaries in 1.9 (lastobelus)- update to version 3.0.5 * Added in_context to clean up code. * optimize inspect to avoid needlessly caching @line- update to version 3.0.4 * Added line number to pretty_print output if $VERBOSE- use rubygems_requires macro- updated to 3.0.3- fix buildcloud118 14962469354.6.0-6.34.6.0-6.3testtest_composite_sexp_processor.rbtest_environment.rbtest_sexp.rbtest_sexp_processor.rb/usr/lib64/ruby/gems/2.4.0/gems/sexp_processor-4.6.0//usr/lib64/ruby/gems/2.4.0/gems/sexp_processor-4.6.0/test/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/b87e5b99286458612bd1bf059be6f553-rubygem-sexp_processorcpiolzma5x86_64-suse-linuxdirectoryRuby module source, ASCII text:~B%P+?p] crt:bLL' hpygWӧ"GƈGU18z#,܇. MW_!$,!NVfG2W1 X,ʚx}ד`[/7O+68n# c΍\lm6,X3I$ufht~MGQB<;^,αM9k0jO(MOyٵxDYnws3QIapi!瑘6=JSB(w@V^jSIe!MI5-Sqf_a91sV=2 9UNmY7xx\- WHϠLU. -荴q,a`:Dt`1n7OB3r^guI@݂_y #9朰ҘEFP~OmwQ!+w#>FI4yˋ:< \ꛗxOԹY,> (A(xiABr:Fv|TwU/%02=-LiWWci G70&B[%(QdR6wMz u "vކl[x-r6" gȷdpS Tt¦dC87Fv͙<p[htҘe$:"wp_t<OAeȯ9UJ{}"a%DsX+xn;C=,WA!l oqӅnQa޷y˻ٟ=%ԃ{X~rYI ig2gtgA M5[BP3vP;WlS).;0UtwɆg6sF{sikaio8NtVqBe3,OHdn(amu1eb>cڮS'hzNu%+xf߱dt-jx4ɚ͓X1pm'|yI{F`jWA_%[pn؁LI{Q2pETf@`=f_n\4ʄvoA,j 7'2RKŇp =3UAjrx* "]d6\upHY$\d,_n&YGP"$1@yg2V7편ol j-RLGx޻7fK.R'= P RǔXLӐ@V'fG?e&l3/۵#Z?qn&`~~*D́\54ֱWzئj׎A{`TH3*Nyh(sGxds m-hίFܞ-vt;=s&3f!Cg!{3+@YuOe ]غ $mk@7MWSqK3:1[P%$;C?,|4dp `jQhDH$:wl]4i-)hd.,s|%ؖ I\j {4&:o|>݉rDm0H:ͬczBF6 p}q$S`C=31{EF3/L63(zoNVԘ[\_$oT+mF .3 F:Y8Izm00jd^3qn[ 6!Yϕ䓭àd$m]w,@MWkhFo¿rϤ^u# |_i*MB`0[3ȨU4c1ڙdWszG(R舵"?$3(ʴd2p4^ ,9+o-a/ 5TEI U隲JM F*c:hIƄL8EhrtuNt-{U%0 ? eRRwBS0(BPB$W!hH N RUw@`ڱIUE~?[F*Uj$oRڎk{8`p>D;.xsR6q)vZgJąP7RMs;Eoc;t1?ԠxvۮEZj;x'YŎYmv6+py{OV]- $X3QnQ G ݤ2LzG9R0/]ߖ+._0ѺrOk>)]1>n QFo-:`A:̐YW"/c1hNSG?$Qft7o˃&7ֱg$QN7muIuP@"ͪ2BG6JNa}cEB!d-h؅Lyev|Qݴd'홟:Ӗ4{.E|^e7uXU&H8Y;ɢ^4xhH A>2$n Ժ^ȱG8'qB qo&߉$#@;љ)ftWmZ4xJ| iTሟEχc6s:fZ4'9G;,  )`#u9Ժ4oziZOυ}4eG=یop@W|Д"!u*ojO $D\]='+0MpvLvHd^g:. I5⹄W-`@ }r0q> 5fD${Sr<"?G $y?$>=Y~af6&*$<c3f-u>]F.;oRx8h9~)Nȿ?9h8b/j/>+NT feٹgn({!#zW%oW\O]tc#aG^J#6"_I6?<)U]H!$'qV~Z9Qz=Q]=GL SYr,^~ :FVF ,ŀإNC<&cxilU$@V ?.Ir:bbisg']Xh>H"kX"øjXImɨΗ {(6pFmގmDCA vl8AO4tmmh|taah_)ADkwϟeZL"yej1Z1b͖RIs&d4y$%;qf>! =$ ~M2w1&r2Xkc *CF Ξ gI`H?~46G yO ;| +.J4Ǫdp%Uw{EwKԏFq-lRѦe MYb-X +i䄈SC6>T|iy@~"%7w ]k/p/^XxlA4"cIgӨFеQOXma$cG~+H'C"k$fψL9-Gr6451Yl׵uv5;W%16eFR+3E|R:w巊h"ݵQX1Iw^ 6OF}[#>Mŵ+ %t9'{)ofOWBDMϬjə3#2:n7jǩR>d٘LlH5Xk K%sF7i+(6L־C^ tV{T4kv_-+ْo.op%7LՖC'J?߇xͻ{f5Y3nIvCa=KfQߜU+y6,~:Am1*]#C]5NkSMFIrldUJy"Ut̥ݺyo