ruby2.5-rubygem-ruby_parser-testsuite-3.10.1-bp153.1.16 >  A `K!M@eee5O%4q]^+uvVR^}ț! :(&_ DazPry$l;v,./=A-oǼkDAxbឆ$:GH=e'-`pKK h7G SJsn?n_ AXZU;hUbO[p,oy>c 5$8QܐWLl'd)3'Yd0zn=bcae77a70f7d16b36588dcd158a0837b8e67237b864fb9a19eb842ebd93b99788bc78513d0e6f2d6fdf0946f5039a61d3a677d9a~X`K!M@eeeN^d;"ZsODH,1.Q=l Z vA)IV`R<-/i5U G)k[B M erNF5w%3vImgؼ"!y-QlYPzkhot`Sн'RXL$hFF#݊ l].ڃ_=dC6TzUޜi=ԫG⾑<ї Ǩ'˜"Šxl.|7r a>p;?td(/ : U  &0@ H P ` $ (8L`(89:FbGtHIXY\]^bc.defluvz$(.pCruby2.5-rubygem-ruby_parser-testsuite3.10.1bp153.1.16Test suite for ruby_parserTest::Unit or RSpec files, useful for developers.`Agoat07ÆSUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/seattlerb/ruby_parserlinuxx86_64XRA큤`@`@`@`@c38d4a3390083ee65dc62e3657f5ccd7cf005d0d27c0ed75e13be03ee2b10d97772acda80da4c03f5d9296a059b0a41dd578402bf8bba0af571b0d993e6a04975f504faaacd5c2b869ee4192347797ff8d99b8c60d2572803c287b2dd8d21407rootrootrootrootrootrootrootrootrubygem-ruby_parser-3.10.1-bp153.1.16.src.rpmruby2.5-rubygem-ruby_parser-testsuiteruby2.5-rubygem-ruby_parser-testsuite(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rubygem(ruby:2.5.0:ruby_parser)3.0.4-14.6.0-14.0-15.2-13.10.14.14.1Y@XXzWW,@VVV@V/g@UĝUhTU-@U Tء@T>aT;coolo@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.comcoolo@suse.comadrian@suse.de- updated to version 3.10.1 see installed History.rdoc === 3.10.1 / 2017-07-21 * 2 bug fixes: * Fixed identification of parser version whether Ruby##Parser or Parser::V##. * Fixed squiggly heredoc lexing when using 24 parser. === 3.10.0 / 2017-07-17 * 4 minor enhancements: * Added support for 'squiggly heredocs' (indented content). (jjoos) * Bumped oedipus_lex to ~> 2.5. * Bumped sexp_processor to ~> 4.9. * Made STRICT_SEXP=1 safe: converted indexed sexps to semantic calls where needed. * 5 bug fixes: * Clear and restore cmdarg stack around defs args and body. (presidentbeef) * Conditionalize use of sexp_body= to make it compatible w/ sexp_processor 4.9.0 * Fix up line numbers in strings with newlines and `#`. (presidentbeef) * Fixed line numbers of resbodies. * Fixed some tracking of lexical state. Fixes bug #249.- updated to version 3.9.0 see installed History.rdoc === 3.9.0 / 2017-04-13 * 1 major enhancement: * Added tentative ruby 2.4 support. Probably missing things. * 13 minor enhancements: * Added RubyParser.latest. * Added RubyParser::Parser.version to make version range comparisons easier * Changed superclasses of all parsers to RubyParser::Parser * Cleaned up a lot of the version specific code to be more generic/flexible. * Documented how to add new versions in README. * Moved RubyParser from ruby_parser_extras.rb into ruby_parser.rb to fix bootstrap issues. * Renamed RubyParserStuff#get_match_node to new_match. Aliased and deprecated. * Renamed RubyParserStuff#logop to logical_op. Aliased and deprecated. * Renamed RubyParserStuff#node_assign to new_assign. Aliased and deprecated. * Renamed all parsers to RubyParser::V##. * Revamped grammar preprocessing to make adding new versions easier. * RubyParser.for_current_ruby falls back to latest if current not available. * Subclasses of RubyParser::Parser register themselves into RubyParser::VERSIONS. * 4 bug fixes: * Fixed `&.` after newline. (presidentbeef) * Fixed bug setting line number for hash literals to line of opening brace. * Fixed grammar preprocessing bug. * Properly handle kDO with no-parens stabby lambda. (presidentbeef)- updated to version 3.8.4 History.txt removed upstream- updated to version 3.8.3 see installed History.txt === 3.8.3 / 2016-10-09 * 1 minor enhancement: * Support Ruby 2.1 number literals. (soutaro) * 3 bug fixes: * Fixed line numbers for strs with backslash-newlines. (maxjacobson) * Improved compatibility on tokenizing number. (soutaro) * Refactored and fixed multiline array line numbers. (ptoomey3, with changes)- updated to version 3.8.2 see installed History.txt === 3.8.2 / 2016-05-05 * 2 bug fixes: * Fixed lex_state in interpolated strings. (whitequark) * Fixed safe operator for newline/semicolon contexts. (presidentbeef)- updated to version 3.8.1 see installed History.txt === 3.8.1 / 2016-02-19 * 1 bug fix: * Fixed problems with tLONELY in mlhs_node.- updated to version 3.8.0 see installed History.txt === 3.8.0 / 2016-02-18 * 1 major enhancement: * Added support for Ruby 2.3.0 and the &. operator. (presidentbeef) * 2 minor enhancements: * Add support for safe attr assign. (presidentbeef) * Added support for safe call. (presidentbeef) * 1 bug fix: * Fixed parsing of { 'a': :b }. (presidentbeef)- updated to version 3.7.3 see installed History.txt === 3.7.3 / 2016-01-21 * 2 bug fixes: * Fixed parsing kwargs in defs with no parens. (presidentbeef) * defs should have a nil node if body is empty.- updated to version 3.7.2 see installed History.txt === 3.7.2 / 2015-10-26 * 1 bug fix: * I hate regexen. Fixed a lexing bug confusing strings vs labels. (phiggins)- updated to version 3.7.1 see installed History.txt === 3.7.1 / 2015-08-06 * 1 minor enhancement: * Improved understandability of lexing postfix symbols. * 2 bug fixes: * Fixed timeout caused by regexp backtracking bug w/ long strings in 2.2 parser. (presidentbeef) * Rename DEBUG env toggle to RB_LINENO_DEBUG. (tenderlove)- updated to version 3.7.0 see installed History.txt === 3.7.0 / 2015-05-28 * 2 major enhancements: * Added preliminary support for ruby 2.2 syntax. * Now writing all 2.x parsers from one source, generating racc files. * 1 minor enhancement: * Added RubyLexer#process_label and hooked it up to "x": and 'x': productions. * 4 bug fixes: * Fixed handling of block_args to be consistent across all parse versions. * Fixed lexing of label assoc args w/ newlines in between k/v. (jeremyf) * Fixed lexing of x?'':y for ruby22 (not a label). (presidentbeef) * clear and restore cmdarg stack around def args and body.- updated to version 3.6.6- updated to version 3.6.5 * 1 minor enhancement: * Add line numbers from block comments =begin/=end. (presidentbeef)- updated to version 3.6.4 * 1 bug fix: * Removed shebangs in tests because of bugs (aka 'features') in RPM packaging tools.- updated to version 3.6.3 * 1 bug fix: * Fixed bug caused by latest version of oedipus_lex not exporting lineno accessor. * Handle return/next/break/yield w/ block call (WHY).- adapt to new rubygem packaging stylegoat07 16206367373.10.1-bp153.1.163.10.1-bp153.1.16testtest_ruby_lexer.rbtest_ruby_parser.rbtest_ruby_parser_extras.rb/usr/lib64/ruby/gems/2.5.0/gems/ruby_parser-3.10.1//usr/lib64/ruby/gems/2.5.0/gems/ruby_parser-3.10.1/test/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/78d3085e4065378ed3a1870934f37770-rubygem-ruby_parsercpioxz5x86_64-suse-linuxdirectoryRuby script, ASCII textRuby script, UTF-8 Unicode texta(%|dutf-8d47995fc521210090214b9e6680a6a54b857fcfbfc05dd25f1d7fbcc47f445fb?P7zXZ !t/]] crt:bLL 2^(4ձHr~p7=-GҢTĂwah:m%rxsc%fqiո;/䕷KSIJe1J4}AJ7,ÅshE!Pzkthj@]HV!;;L+݋`8cT;y5!q&?F fҢ$O2u2Y&s,N}(m Uf Ǫ Y˺vpxvs`٣zj9LU 73ڦ(c:VP>`̙Qw3y`f]' ~_TPG4I@W72tOd=:*fj MH{bF| _y}y&kՄyYU._uKO΍denZwS" Ew^뢏B7Eg.?PjEwFZO@K /gFC<bP v\C"49cIl+F;6 jͰvϿA{<.xHԜV8. SKmZWZT[pauJ#23VwȋšNR_媬6!eEï=TdaN )ԦASZSݤיKJaޟPh )|m7ܩ_Ӕ}Pv&WL'4J)ְ&,#^%lAl?ʲ%pS>V~}'ֹ\):N&j˫=&=|- DX%2TШ| G`fsJa:W8|QƮNHFŭf+:snu)}uTJ;w踲OvBJ;jSR6\|D{bὯ& 6VWGC\q5|KHI٩706vpRK*?oqJd4lk#ux}gc]=7wOm yU+^ R,@S*T9طzXvd'N"9e'(F\A@,ˊT h/ޣC{:pr F9mWLbƆ< dcH3xGbw+pmG~3qXGwgж}eys9`4B.gwK! W sGL]w!YAi|a0 Ƙ"߳6.[+x#8\IIAwxIԼC49?6wQxEM. s,c'^cv?o jߌRywn-JI"ur?riaNǚ}7 ᎋeTS+7|fnW辎g|41O@0W?hy6 ^s3 XŚ`wۿhq2 18E*@ L-MBSjk~|a2W)Ň_ԻJqRBN$jAtrbJ܋3^^(<.F X\N=@*]= \O1$" 0ֿyPhEBlub/'d!1}P<GރV^S8Sʕga6 [=Tsx+J##]pUr2 9 _7x{ꭱ4|ޚKnrRq)\@6z)Ux=}=ղ=Q( ÛR4rY;Ahʘ("x/E[hNW-q'lP2's*p߉L{%7Z20_eEzUo\*Dj47u:N]5k#3Ĵ> ;~uq 0M 67 Ip̷BNq[މԌ>1|c{][} @' Yg)ex}{MC\x*T&T̪0!B8ӗkp49G\ ϜXkB&-ˇ׼}RD.kӔvG$BW{!AM0F;c<[h@"H>}5Lj)ӖC.;5Q/c~^7*އkd)nȹo(4̨*j[fT1 Nu]/FDMuVK(DJ6(74.ͥ"8R6*bqeG:X2F>x6KHT;K-dRudAw$UG;rFKK&YSyr B85P;x T/7dfP!5oXqɇ6(}J#BO"jl5ӭ^U@լ\ hCQtgj-Y<\-qCR Lޣ >1Qoء4nl "3ft YӜxj:e vP/׊܊Si@E?=k w,\wxwҮp,D $"j_̩Ppa !ZSz}‹fD)w.w}봄v0GD`5&$ugG{GU饨ʢ'H)?bŋ t "2h{MNK O8 Hao5><6ފH6ќgߤoࠢ-ƅC`RtMb.[duGT}8`ЎH0=ۈD**"#A"mHMdy{3F3KsHo1M?8B=-a|l Gʣ6 ynoyͺ#I$[`.HPBұju}xXHW6OD+zRܒWQ4Xgp?Ĺ 9:g$F?IDFU Pw5EѤax8NKZUh$Dk?eGd"?Fj.-=$JG1k7qT1d,ܩ. P{^N3J X0MvD_K4`ҝe2Gw0{~n'uz~F9M?4ک5WhG/XtR^3^t2w_,N )< 0ØWNN-CXdp'EUH$GQ8p/ݠmT6]D)KE#\)7iH(9E¶q{_A$_CRs3$]@KF%NhBȩ0PeBϟ~A\?w /y}(3瘂L~e1-b@ܔeF֛2o id hwրWS w/OPބ>WSEja!>{Y;LY9]Jr@(3S lPP-BoI Q,F8{^7^䯲 ǟ$(@!xY{. e#WV}1wQ5Dzܑdols*! FhӌrlCOB+y`I,ފxƷú\IY)S3@/9 x0IlTnA0n{<=FW\?Gw*B0O#zuix 3ɾWYyFUSR =ȱYٚ`Ѩla7wEMvA܆<2Uc2?bQSaL)zub+M( ۂyJ7(7'Uok1. },6"06c\LTcYGHL5 u0RpUobA Ce+wmӝ>#я}āĐ#li*ѳ .֖&S߼o44J&n{<ċI|a0,$cc$%;j\1|7pwյu %mNX\e 9rYw8^_迩IpQwdq9 |"eYD]j%5?')KRac VV&8u޴]\SuTgB._tK;;"q=98u}G,^WO߮jǑ&~ΌSxd"D}ª|e.~ڢ17Λ{?4JLH1#nv:>HBSj#dT$ F}v&S<) N `4>l9z=fZ_">KN!,kiI~?k[t9/65R?Nj`iC3$N<`C4|_)@4leoç908azVu#Fw/ſqCpBh~~w/&+OP"şcYLQ`{식R,^h7׮S $m]r\* Nل(H}"C3YũDw@F Յi gПosZw'2-}<nR+YKH~ccU m&_ q'p;enm>nnATڏu|wB#3DSY4xQN/ @(B{yfl98̳]]A̟/[M^g8U=Lk\*k0Z GG.m%ltЭ-/fLY(b3j^Z ib$gT`Fc7mCl Lc,8_Hf?4%.BU)[[h ^9Ue}YDkU䐊H^0|ߏ`c94?[vt(MN~ -؊yEf9¹ETZThk5 ;P-l>n\S>yo A%Aʈc0KQ=eF þ ;6 h[d; fY\JúFic=}H5d Nݑv 9b }"u!76K؆KPcwG%eAA1BUtwfjޓ]-aR݄i7e {nÄW -zobx;ez%2Y'>V,g6]ok?M15 Ei"rOOtuW=,G+'ʗ#RV@lL8J ,X ghhVҁ4|R(uǺG}&ڠ 4BL˘*Mdh)0T5Aׅ84Kiw㉱)X(y!=k{AS|r]Z )9 ֘o;\<.?y2@52 l#<^oW^k c2, p}݌iOQI+'}0s%iɑT}eS6աV,9iFen;̞;2Xe]y~#߯|RBiAr\aP%OX-#_+HɩP oo?q/?H Mj8š>>f3q"kJ!8_lH9d7Z}UZPղbW T]49zsMS{ ~I4=.y=p4M(XY&<-x%Yq/AG_diz]U vzN!mAVp #sV'1oVmFk (dzHR՘ʹ!+GJNEuޱbZ'1E>ƿ8]E_Vc YsSVШZaY~2i%jLJ?6aqn !n[) ~iv]IO^q?B^u"+} Oft2awmz5`lz *!u.)U Z/mWEO[DEL*"@iÛsPhzTڟn-Q,}ӳho,)LZu4=%O9NKA5|gƋ@+ P96fHiT>nۖݞ 9VAevsx9t.f^/?Ҩ6@(qKwC"8} 0~QіM'g6*cAd3Qs>wU$0Nۡ7`M[V;) OB>$X5^Ϻ@܇.zffMapEy7UoOu&~l[㪾-4$:dej#N]pMY{<5%!{[2t]`pH-Š}>tˬyh0^=;1So 8'^mIP_)H3X7k%\`c5iIP 7OPYۧet^ޘ(4`Z)wXOsY+Je_Vb{QX iƖ8٬.Fx ZLa*;ԯ]쨻dӞGc]Rp2`4Ot@CFkYh񞩭F8b v\@mpآM+wݔvXH5jGu?y.d8D!~&gf Y RNb߉TS;(lNS`iud+]*\eW4Ffxzɒp'W} XF,嫓Q%AUJ׾uOWz?E;hoX;#&D+M Qs xݓ-n¦m*ʞrHYZ3=E6LF1Ȣ9B׺8ǝ,'$?c<'PYm.y1?#zr#b8#s;°ni=|T8IK+vC2\Xǜwx ,}P/yHտk1eL׈l&nYf ɥggb.t85&?:8"V"G-,&O2!96`GԟK]YnZtEjy % Ԍ\'o8)}ǧtZ޿shԅk.vWRKD`wD3Enj-̐ˉo i/he$-RĿ޻[GwL*;Tv4w> AذbzP`3$t;E4x[L[ɛĖwRг)˟*E_]Td42#vߛ!T4?-xfbsW+[Ep!nGB<{,!uӸkҐ"ihup`뉉Gu O*uZ*5?R{vV>Wp۝?Ҡi-w1M{ռ&SZ\݇+/MmD.rzenT઱A-8YٮC|`H4A~)v6{b*PG0?K+QUI l] 2\|j%X^DVl{ϧᏖ-n{](@Joޫɘ6@ى>4!lR_|[>5J oDFaD$rj"Ӷ,ˈҴdt>9qsk ًw17Zh#wc'_V}wלB~L~B'J i.&`)k7C3{^I9),q>NJ%&(?/FvR~d@~/[KEf]ڕ5/ɧ-{`q"K[?d1dc4Z +"ҳ,a}Q|4PFS8iS'sO~!zA!n]`$9 ̀y /S6xNZ6՚/K DIa`(qЮFYAx6'dRl-Ȗ'ٲḦ́:7sǠ O0.ܣ7Bf&KڟKѼq7|S \ѝO#)8^ֹ>+rh"p^%y&3dFWvI6V$!a d/6 9Z \ZjWA'}j 63\ˍVH,DE8)]0I;e XW\H,ʇsHP2ł) ^袹)>EMcmS#S& = xM@:V/_j,_ ,#(en|'(:j=kT[i@da]^%+qP$n@-Ep:[6+ErraB?@p!&0ShI# F$ehՆm%t#(h !٬7ǟ}*F&=p#U?+ eljMP6+$+ɐQ?x% 2L cpqر=\=úrSp/Ňா;5E/xZqǬ+`&xYn`c'\xx>֌uT`o4mM0@yb~͓=nWgX;vק2y-cU2 Gٲy:%΃yM~ Aq-rq)KxQ_`I#nAsėv]޵ڐݿ~l<^ngxivJףs^QHoo9'z¯a+]I30q.$s쨇ЍzQǘP@w q}4)RcSjltĽЉв]RQ0-Ԏ$䇮03Ƃº3( H03&w@|'r / @IMmFqEVў-Qkk[Qf[e#Drg (WC eF>RT~W=ycS"Rw<xXB!7ibr o![k(ʑb0pt ia碋˥cڧ-2~.eG_jǫ)n+MELz_< eqi'3͈$'Sg$خnHP(% ;O4jd͖OV,ޔм0FVxhnjE/_}"WoFs8щ6UBfT9{"- 5)hj3E`GALNb&ۓӾ|}?o׸t[9:)=mL3TNhY%G>l܅eu9e8X٭g/hÁ7cf3nXqS Yij"1LEiӈO% ׵韭46΄RP@XEp#9C mAH1Irfz M2'7Jޣ$싂Uc:A 36;m9!*4Ɵ r'*zdxn!`|님$GlsGIvXAfL%'yV[*6JLcd<]·W9~\ŷLhTK%xV^l=WS.7ڟ4;b~qk˄4mA*!RkjTiƉ2]V?5B y͍qT,ō7`Z V:802_/K%?"(LyzB!j5]GF7A(ZI Ww  $A*E\TaK<^݃ 4l}+ެ+t_X7iSm Oi4U i!Ɏ(DmΕ5uP~XwxzP | ]_K6$a]3PkioI'G,(F^!?7V.SO]{xC:8?z8SG}ګFkോάX=1B>2m'0!qq z3k,φT9<Lv2w ~f/+U^ك }Wh1;/]~# AbT4Jj7v!xGK. 1 ˶聚2\bZvV2X"4 d {g긧\˾wdy&O1e Ч W;c7PUA^\եV|/3#皩Zl0H6B][[來_.Rj u!G"'N3kIZxePZ w- :vv(tBAt:uwM6Xkw-Ē(]N8,׬0{%B#8ٽq۹(_j0̢rH=kWϥQȌ{rm dgF': |V p_[vojLh*5Giz3jœ􆛸Ƈڄ Zzz[#gzJ(8m'?>r297%HEgJg_6deuv$#u|BH4 Z:Q{Tw#/ic0S7qN+N59d>%*Y ͊6WYiš =ٜDIqc MrAN"2(㨣ѥK U= .Cw6 MS{%$ -tDq*&74?B$r;;05igձ7η\cKaaBp&tU"n cm)1CQ_xu+S5t25Nh0>lL;?vPF]m^j9]9SF j27́0cv): V_X~.c#GG̖A5glC;;Jr霱^jhz̏N GjW, ڢIL2ę6`d@Qqivǹ/HLZ>p7qP-u>1@VGnN̷enR;;4X=sсpZDn2rc =ȄT2rmis720E ,kLtH˟|`EbÅFta77} .9Ye'jrAỴENͺ𳗌)ޘzB߻> ANU('1Bn:Gy8q=q3*~k:j)Hlz bەilG +5'1U )H !@`{D'=۷x9&=7yLzEMjGy#dY;pj:9:2< !-LܟBU!&B+^(. , ؽ2P@Rx[Ҹ3A|'9z3 Mjj 5 x^uIO\rŝVy zRk?`?k|AߝVd*fRF]kmAz7WD;1*^|P3 +IJ%< 7֝JG ]#}.]ę\RR79Xۈ%46< `<h}툧yaLͻb ŧK-Ts%Yo rPGŹݑ w{cpDE!մCSl_qꮂtp!Qi7: ybPa_eeL{1X̮&4?,w͗P]1bE+؃Ќ  HE^@(F}z$F%*S6p/PĠ' Jl3HDE8(31^2='Wdžև>w8pz?ۖp$Teރ_T!q>4y-9EE |AOq8sv- t[ޜQcUk0^7=JPL"j`B{چ[DJYG޼-Rd4n?IE\3З;}Jgs^Ju%3p?n5'SA8 yFQXVp@;D/ObON PCsXYY<5.eަ6lu.-s/%؟'6ԡ<3#oU;]wњqs|*HC増93GeQPHBYexg5'X-ܕwMكsA^LĎm7( q.cS*`rZK*T-0>wrE:i6f)hz/_]](C 1BK9UcX?Mݒ!e%GͳFmyCddX8 |ʘA,`}*黒.k)&]\@Uw+bsPDHP;Pt!?]ؕDup?t>oې^AI%@RI{єW1=Ȉ0^< Dö>Kō Wh"+Iִ^wkA;^f2Y*Ymi~>3v[@p"s/?r!R|ؔ#֑h]Pud yVxqow?'(' Y'B.Ɂ}|0;0_E"kzwsXgz+0ZFw*-ȷXv"տ'.a[Vf~}%Oެ,M7>5ೖY#tS+?4/C'Iea|?QcU{NfPh<ΉdF;`wLe|=}B;+ F ~nC{5 %L$IuZ3Q\st>!VoV}EHL( |pϴ_?ؽ1gI( [q$L2vصSĤskY~.BGN%^k{@ pgYz˘QfiƠLJ eG2pG *G%qXـ0bͪ6a VIqE.CH9F3^6=m$7y, x,G%[]A&ȪhR4_~PQ#pOI}6 `h]j*^k:{ZK˦"gz{ʌޡ~vZ>N k:*܏6ؕ:spKѥC:˥@ w2#ч =!ND(B\m0!M,ܫ^LLlB,iDvӤ\ިbc k\-W9[[= NNЉ 'E TpڒudKFi۞耧Bק݋̎ B})IDPiM5S n#{4p1O?C{uxtJC1yXQ< C%cZoFӹTW\@^\] FNAL_N: }Jf?+m3ǓÎQQ ;)?((>;~K܋.CAz waIS9@N8YQ 3h>`-~PqeU0n@?@v=aL%Sb'f?K^XfDIWv=mV󤭧 I %OнqRR̺Z׿;e=($nCS}bX ;/ٺ&846f5vE>Glb#ꙇ$f ֏a9>4Z^|8TyeU _gIQ4-z"O'6f0S.>4Cꕚ)!KDo2Vc+r~t):?!oC[}lX~@.{ޠ7OWI"=tn\0o4&,& ' /5ff0wǮ?b>Viمf5`;Llk0qRs<%oJ=#ߝ%($pxHɂ }By[N؛njTdͺ~[؉ut@U_3vZ *UڧjҪ dhg>Y||}?D)~^!!]B;g f5b4\$IFl;{coˑ#%뀞5i#eK7ʠ%T^P  |I~Ÿ…n=kİU~or麰l:_MwCG^Ac4("fRU $m!pL={u1_I5le{8ibj>٥8s_2$!lL+ I33Y-%QC2揆[+i.D\iaN>gm}"ъkcW!`l@/cY~Lk>40,` ̩vuYIf,宀kt]icޜOc]sixB*En~^h:*f:ҩ] $\VI 2c-(y:3`g\jX(A]zo/}QF%9i!`@6p)CP 3pLe0f ԜHFzCZS 3T_ ohjz4<^d"@r H-C2ҴFxc+?vXA+i !)8z֡Η6GX$)(幅Kx~L!p0Nqy(`8o1%y 7ͯ(nk|S OR{'w\FG]|<> ^ ; /^n\K>?p%>ǎ39-yDR2o޽8#XE͢M]OEcYgjM32z' mbk.fsT ~!H')$HKb p=/2SΙȐ0[wk3f k YZ