ruby2.4-rubygem-minitest-testsuite-5.8.1-4.3>t  DH`pY.z/=„"Ke]}Ln>l{`DsI%4B wU}Nw}-gs7Gy!!uz4ag mw]ܖ}X%y fBi+ ]0,V6Dz(RC  %Xv uN jkvK]Id1 䴨 >CV>R4 R9`‡[҉;iHSӨGA e#8d8a48a1dba81debb0ad709957f0c31ecac7b074҉Y.z/=„_d P X-R xV]^Gy_Z9G҉%/9Ů~vVz8W+7Q%U9 jQ(?'Iw܆cfw(6L$G<"E=z3Q刣% _诈狳3.zHNhT=ߞ cX8$g׳P/VU؃E ,Ɛ %oEj)6 N^U 1`CNsL(`>9M?Ld%+ / G|  4 D T t < DdHX(8090:0FIQGIdHIIIXIYI\I]I^J}bK cKdLeLfLlLuL0vLPwLxLzLCruby2.4-rubygem-minitest-testsuite5.8.14.3Test suite for minitestTest::Unit or RSpec files, useful for developers.Y.mlamb13ZQopenSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/seattlerb/minitestlinuxx86_64 'bAA큤Y.jY.jY.jY.jY.jY.jY.jY.j06a9d74469b103de27760301c23735af046b181137cc4888dae6422a881d36a4175a8081be045f0af77c43c6274378f04a2f2de392d9494068bd3f6fb09611da8af9a03c7b88f92077b6190699896a509d5b50261e1bdd7193c5d270c809f6ebrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-minitest-5.8.1-4.3.src.rpmruby2.4-rubygem-minitest-testsuiteruby2.4-rubygem-minitest-testsuite(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.4-rubygem-minitestrpmlib(PayloadIsLzma)3.0.4-14.0-15.8.14.4.6-14.11.2VUĝUg@U?v@U2G@Tء@T=@T;SxSU@S$@S RR@RR@-@R+@QQn@QQV@Q@QQIQ{Qr@Qg@QHS@Q3;@Q.PP @P@PPYP@Pr@PiP^PH@P@POr@O,@LL%@KK>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.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.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.comcoolo@suse.commrueckert@suse.demrueckert@suse.demrueckert@suse.dedmacvicar@novell.com- updated to version 5.8.1 see installed History.rdoc === 5.8.1 / 2015-09-23 * 1 minor enhancement: * Refactor assert_raises to be cleaner and to pass SystemExit and SignalException. (bhenderson)- updated to version 5.8.0 see installed History.rdoc === 5.8.0 / 2015-08-06 * 2 minor enhancements: * Add optional delegation mechanism to extend object with a mock. (zamith) * Return early if there are no filtered methods. (jeremyevans) * 1 bug fix: * Don't extend io with pride if io is not a tty. (toy)- updated to version 5.7.0 see installed History.rdoc === 5.7.0 / 2015-05-27 * 1 major enhancement: * assert_raises now matches subclasses of the expected exception types. (jeremyevans) * 3 minor enhancements: * Added :block type for minitest/spec's #infect_an_assertion. (jeremyevans) * Inline verification error messages in minitest/mock for GC performance. (zamith) * assert_raises defaults to RuntimeError if not specified. (jeremyevans) * 4 bug fixes: * Added 'class' to minitest/mock's overridden_methods list. (zamith) * Added file/line to infect_an_assertion's class_eval call. (jeremyevans) * Cleared UnexpectedError's mesg w/ generic string. * Fixed non-proc-oriented expectations when used on proc target. (jeremyevans)- updated to version 5.6.1 see installed History.rdoc === 5.6.1 / 2015-04-27 * 2 bug fixes: * Added Minitest.clock_time and switched all Time.now to it. (tenderlove) * Moved Minitest::Expectations#_ into Minitest::Spec::DSL.- updated to version 5.6.0 * 4 major enhancements: * Added Minitest::Expectation value monad. * Added Minitest::Expectations#_ that returns an Expectation. Aliased to value. * All expectations are added to Minitest::Expectation. * At some point, the methods on Object will be deprecated and then removed. * 4 minor enhancements: * Added a note about bundle exec pitfall in ruby 2.2+. (searls) * Lazily start the parallel executor. (tenderlove) * Make mocks more debugger-friendly (edward) * Print out the current test run on interrupt. (riffraff) * 3 bug fixes: * Fix failing test under Windows. (kimhmadsen) * Record mocked calls before they happen so mocks can raise exceptions easier (tho I'm not a fan). (corecode) * Tried to clarify mocks vs stubs terminology better. (kkirsche)- updated to version 5.5.1 * 1 bug fix: * Fixed doco problems. (zzak) === 5.5.0 / 2014-12-12 * 1 minor enhancement: * Allow seed to be given via ENV for rake test loader sadness: eg rake SEED=42. === 5.4.3 / 2014-11-11 * 2 bug fixes: * Clarified requirements for ruby are now 1.8.7 or better. * Force encode error output in case mal-encoded exception is raised. (jasonrclark)- updated to version 5.4.2 * 2 minor enhancements: * Extract teardown method list. * Thanks to minitest-gcstats got a 5-10% speedup via reduced GC! === 5.4.1 / 2014-08-28 * 1 bug fix: * Fixed specs hidden by nesting/ordering bug (blowmage/apotonick) === 5.4.0 / 2014-07-07 * 2 minor enhancements: * Kernel#describe extended to splat additional_desc. * Spec#spec_type extended to take a splat of additional items, passed to matcher procs. * 1 bug fix: * minitest/spec should require minitest/test, not minitest/unit. (doudou) === 5.3.5 / 2014-06-17 * 1 minor enhancement: * Spit and polish (mostly spit).- adapt to new rubygem packaging- updated to version 5.3.4 * 1 minor enhancement: * Test classes are randomized before running. (judofyr)- updated to version 5.3.3 * 1 bug fix: * Fixed using expectations w/ DSL in Test class w/o describe. (blowmage+others) * Fixed doco on Assertions.assertions. (xaviershay)- updated to version 5.3.1 * 1 minor enhancement: * Modified verbage on bad 'let' names to be more helpful. (Archytaus) * Mocked methods can take a block to verify state. Seattle.rb 12 bday present from ernie! Thanks!! * 1 bug fix: * Fixed 2 cases still using MiniTest. (mikesea)- updated to version 5.2.3 * 1 bug fix: * Fixed Spec#let check to allow overriding of other lets. (mvz) === 5.2.2 / 2014-01-22 * 1 minor enhancement: * Spec#let raises ArgumentError if you override _any_ instance method (except subject). (rynr) * 1 bug fix: * Fixed up benchmark spec doco and added a test to demonstrate. (bhenderson)- updated to version 5.2.1 * 1 bug fix: * Properly deal with horrible mix of runtime load errors + other at_exit handlers. (dougo/chqr)- updated to version 5.2.0 * 1 minor enhancement: * Change expectations to allow calling most on procs (but not calling the proc). (bhenderson+others)- updated to version 5.1.0 * 1 minor enhancement: * Use a Queue for scheduling parallel tests. (tenderlove) * 1 bug fix: * Fixed misspelling in doco. (amatsuda)- updated to version 5.0.8 * 1 bug fix: * Fixed siginfo handler by rearranging reporters and fixing to_s. (tenderlove)- updated to version 5.0.7 * 2 minor enhancements: * Added clarification about the use of thread local variables in expectations. (jemc) * Added extra message about skipped tests, if any. Disable globally with $MT_NO_SKIP_MSG. * 2 bug fixes: * Only require minitest, not minitest/autorun in pride_plugin. (judofyr) * Require rubygems in load_plugins in case you're not using minitest/autorun.- updated to version 5.0.6 * 3 minor enhancements: * Allow stub to pass args to blocks. (swindsor) * Improved warning message about minitest/autorun to address 1.9's minitest/autorun. * Made minitest/test require minitest as needed. For lib writers. (erikh) * 1 bug fix: * Fixed missing require in minitest/test. (erikh) === 5.0.5 / 2013-06-20 * 6 bug fixes: * DOH! Fixed the rest of the new casing on Minitest. (splattael) * Fixed typo on minitest/mock rdoc. (mrgilman/guiceolin) * Make Spec::DSL.describe_stack thread local to avoid failing on my own tests. * Make a fake Time.now local to the tests so they won't interfere with real reporter timings. * Make everything mockable by wrapping all 'special' methods in a smarter wrapper. (bestie) * Raise ArgumentError if let name starts with 'test'. (johnmaxwell)- updated to version 5.0.4 * 5 minor enhancements: * Added AbstractReporter, defining required Reporter API to quack properly. * Added doco for writing reporters. * Refactored Reporter into ProgressReporter and SummaryReporter. (idea: phiggins, code:me+scotch) * Refactored SummaryReporter pushing up to StatisticsReporter. (phiggins) * Removed Reporter#run_and_report... cleaner, but doesn't "fit" in the API.- updated to version 5.0.3 * 4 minor enhancements: * Added Runnable.with_info_handler and Runnable.on_signal. * Moved io.sync restore to Reporter#run_and_report. * Refactored inner loop of Reporter#report to #to_s. Callable for status updates. * Restored MT4's mid-run report (^t). (tenderlove).- updated to version 5.0.2 * 3 bug fixes: * Gem.find_files is smarter than I remember... cause I wrote it that way. *sigh* I'm getting old. * Pride wasn't doing puts through its #io. (tmiller/tenderlove) * Replaced Runnable#dup and Test#dup with marshal_dump/load. Too many problems cropping up on untested rails code. (tenderlove/rubys)- updated to version 5.0.1 * Documented Assertions' need for @assertions to be defined by the includer. * Only load one plugin version per name. Tries for latest.- updated to version 5.0.0 * MiniTest.runner is dead. No more manager objects. * MiniTest::Unit#record is dead. Use a Reporter instance instead. * MiniTest::Unit._run_* is dead. Runnable things are responsible for their own runs. * MiniTest::Unit.output is dead. No more centralized IO. Major (oft incompatible) changes: * Renamed MiniTest to Minitest. Your pinkies will thank me. (aliased to MiniTest) * Removed MiniTest::Unit entirely. No more manager objects. * Added Minitest::Runnable. Everything minitest can run subclasses this. * Renamed MiniTest::Unit::TestCase to Minitest::Test (subclassing Runnable). * Added Minitest::Benchmark. * Your benchmarks need to move to their own subclass. * Benchmarks using the spec DSL have to have "Bench" somewhere in their describe. * MiniTest::Unit.after_tests moved to Minitest.after_tests * MiniTest::Unit.autorun is now Minitest.autorun. Just require minitest/autorun pls. * Removed ParallelEach#grep since it isn't used anywhere. * Renamed Runnable#__name__ to Runnable#name (but uses @NAME internally). * Runnable#run needs to return self. Allows for swapping of results as needed. Minor moves: * Moved Assertions module to minitest/assertions.rb * Moved Expectations module to minitest/expectations.rb * Moved Test to minitest/test.rb * Moved everything else in minitest/unit.rb to minitest.rb * minitest/unit.rb is now just a small (user-test only) compatibility layer. * Moved most of minitest/pride into minitest/pride_plugin. * minitest/pride now just activates pride. * Moved ParallelEach under Minitest. Additions: * Added a plugin system that can extend command-line options. * Added Minitest.extensions. * Added Minitest.reporter (only available during startup). * Added Minitest.run(args). This is the very top of any Minitest run. * Added Minitest::Reporter. Everything minitest can report goes through here. * Minitest.reporter is a composite so you can add your own. * Added Minitest::CompositeReporter. Much easier to extend with your own reporters. * Added UnexpectedError, an Assertion subclass, to wrap up errors. * Minitest::Test#run is now freakin' beautiful. 47 -> 17 loc Other: * Removed Object.infect_with_assertions (it was already dead code). * Runnables are responsible for knowing their result_code (eg "." or "F"). * Minitest.autorun now returns boolean, not exit code. * Added FAQ entry for extending via modules. (phiggins) * Implement Runnable#dup to cleanse state back to test results. Helps with serialization. pair:tenderlove- updated to version 4.7.4 This is probably the last release of the 4.x series. It will be merged to ruby and will be put into maintenance mode there. I'm not set in stone on this, but at this point further development of minitest (5+) will be gem-only. It is just too hard to work w/in ruby-core w/ test-unit compatibility holding minitest development back. * 2 minor enhancements: * Added count/size to ParallelEach to fix use w/in stdlib's test/unit. :( (btaitelb) * Allow disabling of info_signal handler in runner. (erikh)- updated to version 4.7.3 * 1 bug fix: * Reverted stubbing of module methods change. Stub the user, not the impl. (ab9/tyabe)- updated to version 4.7.2 * 2 bug fixes: * Fixed inconsistency in refute_in_delta/epsilon. I double negatived my logic. (nettsundere) * Fixed stubbing of module methods (eg Kernel#sleep). (steveklabnik)- updated to version 4.7.1 * 1 minor enhancement: * Added FAQ section to README * 1 bug fix: * Fixed bug where guard runs tests bypassing minitest/autorun and an ivar isn't set right. (darrencauthon)- updated to version 4.7.0 * 1 major enhancement: * Refactored MiniTest::Spec into MiniTest::Spec::DSL. * 1 bug fix: * Removed $DEBUG handler that detected when test/unit and minitest were both loaded. (tenderlove)- updated to version 4.6.2 * 1 minor enhancement: * Change error output to match Class#method, making it easier to use -n filter. * 1 bug fix: * Fixed an option processing bug caused by test/unit's irresponsibly convoluted code. (floehopper)- updated to version 4.6.0 * 3 major enhancements: * Removed ::reset_setup_teardown_hooks * Removed the long deprecated assert_block * Removed the long deprecated lifecycle hooks: add_(setup|teardown)_hook * 1 minor enhancement: * Allow filtering tests by suite name as well as test name. (lazyatom) * 2 bug fixes: * Made hex handling (eg object_ids) in mu_pp_for_diff more specific. (maxim) * nodoc top-level module. (zzak)- updated to version 4.5.0 * 1 major enhancement: * Rearranged minitest/unit.rb so NO parallelization code is loaded/used until you opt-in. * 4 minor enhancements: * Added TestCase#skipped? for teardown guards * Added maglev? guard * Document that record can be sent twice if teardown fails or errors (randycoulman) * Errors in teardown are now recorded. (randycoulman) * 3 bug fixes: * Added hacks and skips to get clean test runs on maglev * Modified float tests for maglev float output differences. Not sure this is right. Not sure I care. * Test for existance of diff.exe instead of assuming they have devkit. (blowmage/Cumbayah)- updated to version 4.4.0 * 3 minor enhancements: * Added fit_logarithic and assert_performance_logarithmic. (ktheory) * Merge processed options so others can mess with defaults. (tenderlove) * TestCase#message can now take another proc to defer custom message cost. (ordinaryzelig/bhenderson) * 1 bug fix: * TestCase#passed? now true if test is skipped. (qanhd)- updated to version 4.3.3 * Updated information about stubbing. (daviddavis)- updated to version 4.3.2 * Improved assert_equals error message to point you at #== of member objects. (kcurtin)- updated to version 4.3.1 * Moved test_children to serial testcase to prevent random failures. * 4 minor enhancements: * Allow #autorun to run even if loaded with other test libs that call exit. (sunaku) * Do not include Expectations in Object if $MT_NO_EXPECTATIONS is set (experimental?) * Gave some much needed love to assert_raises. * Mock#expect can take a block to custom-validate args. (gmoothart)- updated to version 4.2.0 * 4 major enhancements: * Added minitest/hell - run all your tests through the ringer! * Added support for :parallel test_order to run test cases in parallel. * Removed last_error and refactored runner code to be threadsafe. * _run_suites now runs suites in parallel if they opt-in. * 4 minor enhancements: * Added TestCase#synchronize * Added TestCase.make_my_diffs_pretty! * Added TestCase.parallelize_me! * Lock on capture_io for thread safety (tenderlove)- updated to version 4.1.0 * 2 minor enhancements: * Added skip example to readme. (dissolved) * Extracted backtrace filter to object. (tenderlove) * 1 bug fix: * OMG I'm so dumb. Fixed access to deprecated hook class methods. I hate ruby modules. (route)- updated to version 4.0.0 * 1 major enhancement: * The names of a privately-used undocumented constants are Super Important™. * 1 minor enhancement: * Support stubbing methods that would be handled via method_missing. (jhsu) * 3 bug fixes: * Add include_private param to MiniTest::Mock#respond_to? (rf-) * Fixed use of minitest/pride with --help. (zw963) * Made 'No visible difference.' message more clear. (ckrailo)- updated to version 3.5.0 * 1 minor enhancement: * Added #capture_subprocess_io. (route)- updated to version 3.4.0 * assert_output can now take regexps for expected values. (suggested by stomar) * Clarified that ruby 1.9/2.0's phony gems cause serious confusion for rubygems.- update to 3.3.0 * 1 major enhancement: * Deprecated add_(setup|teardown)_hook in favor of (before|after)_(setup|teardown) [2013-01-01] * 4 minor enhancements: * Refactored deprecated hook system into a module. * Refactored lifecycle hooks into a module. * Removed after_setup/before_teardown + run_X_hooks from Spec. * Spec#before/after now do a simple define_method and call super. DUR. * 2 bug fixes: * Fixed #passed? when used against a test that called flunk. (floehopper) * Fixed rdoc bug preventing doco for some expectations. (stomar).- update to 3.2.0, quite some changes - see History.txt- update to 2.12.1 * Added ruby releases to History.txt to make it easier to see what you're missing * Rolled my own deprecate msg to allow MT to work with rubygems < 1.7- update to 2.12 - TONS of changes- update to version 1.6.0 * Added --seed argument so you can reproduce a random order for debugging. * Added documentation for assertions * Added more rdoc and tons of :nodoc: * Added output to give you all the options you need to reproduce that run. * Added proper argument parsing to minitest. * Added unique serial # to spec names so order can be preserved (needs tests). (phrogz) * Empty 'it' fails with default msg. (phrogz) * Remove previous method on expect to remove 1.9 warnings * Spec#it is now order-proof wrt subclasses/nested describes. * assert_same error message now reports in decimal, eg: oid=123. (mattkent) * Fixed message on refute_same to be consistent with assert_same. * Fixed method randomization to be stable for testing.- use rubygems_requires macro- update to version 1.5.0- initial package for 1.4.2lamb13 14962468935.8.1-4.35.8.1-4.3testminitestmetametameta.rbtest_minitest_benchmark.rbtest_minitest_mock.rbtest_minitest_reporter.rbtest_minitest_spec.rbtest_minitest_unit.rb/usr/lib64/ruby/gems/2.4.0/gems/minitest-5.8.1//usr/lib64/ruby/gems/2.4.0/gems/minitest-5.8.1/test//usr/lib64/ruby/gems/2.4.0/gems/minitest-5.8.1/test/minitest/-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/41dd53acc7875d6a8bf3241574565c14-rubygem-minitestcpiolzma5x86_64-suse-linuxdirectoryRuby module source, ASCII textRuby module source, UTF-8 Unicode textVP ^~ r0?p] crt:bLLD1^0S&H65|Eӑp4zJg뮃w~Ia׋Nle9 5ף]9 ޣ{mh5 fUJWS6*W H^ ~)r):AKl("F:ZFa(BSERE!ք4 WyV0QpJ̩zB [Rσp#9m 1؅S==#lmF?Ep8ӗ3Y.KG( %uC]c[WdݥVeKRK }7#Fߛ9̕4Cǣ3a;m8퍑aGu9 읲4M*['n8d'ݜiV@,[ƚ4bJ[RG y _1hW~=m^l+ҫQJIL`*$Rx:zʈWBzkC%+'h˭S ^p"/P6N% ]I>w=#PN)O .AQ{/+QƷ\. :,,ƃQhdB 5u c~ CE}c[CVTfOJdZo]w-@FnzJHE Bjiީ̨Moa2Wq@տ.s q9>͸7!YDST|H\hz(a"ojv7@I8v]/2"mXǹѤ&>a &t5'v8- ^7"t^R\WTt:5]!/W3Jr֋)bSƗ * OzY *18_Kxfh q<vig޹;GzVZNđZӷt<Y3ۍK0hqKZAO]]atj`k22ƅuBy-/ʼn Y&)Ǣ8~+߹0^5By1(ҁY6z~V R#[|f*ʳC7K: m>Z;CMeX&Â)o w22ZP5E/t\3d4I6aiw#K:PN~=~$Do@ZC@47-NFf^"o=3 O;SЏ80| /?ݰ@`'Qq5*S^]/œN1 tK@͛_ctP RnVi`&AOq̧Y8~W1=k>^"R [_e0~e$b C3.(~5zqsiGJG+M#:q0vS;vЁ?.^MnI|ۏDp8n ?=ý:tZ$4K$uފŠ2tKɉ~y#3䰆%2?7]s?>yp"#gon2V61&R4.­ҟσM4J8"@D ClKŦU7צ7 -!Zie~hX줉,H$M m['qQe2NO7 Ak96du8Y=Nf۴ȟͣd5SqvKD G5cqyn`1XT c{n\-cd|~|^-ɣSC^r ;WTAA]R~Ui]3(eRO3VSw1M:^D"):L'ًK-z:Κotab!X'{`!B"uҦ=,<s50iq}RypnGB\]E0Z+蕕Rr2Hda}LJ9R-7ՌP')X5\0jMnY{at~4xAmnv7~zttsۯrBԟ`y8 ͛ҥn=mw!|Eռ°Y[AAģ1͚Ռ1яK$>}<״@_J=H5;eFx$ONPۄS+1E/ccVa:(;]Uu͵ܺ[ K4o۷='V-Mq2RB;QJ|@B[bKeBO 4C sVWX\;/Oowdn d#\˱&LdeM4ET3,** Ue-P,rΌճ@"uЪ8}aLȾDEͭ'r&ӟA+U|HL[nK L*4|D $w!;B)"`E]@eKMdUz;ԩ[!WtєyUM$_y[Q?\HHͽ>q[ڰBP気~XDk#ͰLz ̯ྫྷHcV ]]¯!mٝg<x g}pɾwLlńoȇ{Vӏ$DwΈ2d??r~z2}4Mx;bv3Xip,й4GrJfLN^J6]5mRZd]իq貌_(Tj=R3õrrFԺ'Os% ;t:fN~zyKh2D]w\`Ìm0_F׶ / dž ^~J~!ۃiY)&Ȕ-ot" ֤RƲmyIǬ4 d+n޾}GX=2Û@(uYRuWLu3BjBS=8W4B,sRtP|8=X%]~>YH,!1٣ L]~u^7=ae{( 7*qOۗ`:s$ӋW ch&M:ǟ)Ɵ1Y\`Ǔ^d1Q=_m1z r^җydp "4)3AMSqa0 \kr+U =]$ڠP&ƈ3Rvg7[v~tDmeE@19pyVK ]&|߾^''s\7a)W]Y;p~n#*>8tzϏ9Mǿ!n ewC nډ7B?ԋdAIH-x 2`SB7#(+?Zl9v-eȯ/{A JV DsE/81 Ώ č5 ~j,)lS^]%8AaM~{_}Ȅ5]#U 'nP㹔 Hj*rG+_at$'jTl|OpC7YPed>8ފ`~5גGAW j#\4jRڟ3칆 GnQ2u|qZjW΅ ~U8e\#\^^A-_)b*KnX2 @(&h>ȚO,Tr4$@T}7QiNRD',D-OvZ}ÓڈZ`ZUTvK^N󻱩5DlAy [XMP4~猳bd>^,,#Z88H L=*gdWP¿nˬ<7|P~ 77?Cu=JuET+e7:ѭɍU| ,(K3R$)Ɔmi Һ"ӣLUsј.e.G'sX&v yL}D:+;lK~Dw(]:RuZ;/DxVzG&fY`MX4Sݺhm15\7vӺ,e=D&B(Jρ/OsQuf׆Ph{ v]%% ]h175 +mvl2PO9R;=o|ނ-0S $ K I'8QphZ+&NN T[UDeRSՃzBKS;dk<6^9 ˧*LRe[%V*6n(2C6ߖ_)m&K6C8jjmWTHUv?vzIs;š Y#יRt(bL ]8ꖇQ^9q2B0i_BhkLȋDt/J>bԯc1(LK {:'<]ovfKGb8W 1jjiC_YO~JCL&%(5eHεFOFFXz:Uz* >C8km!Y ̛otR^WyCt9}8oPxhߎ2hZuHSuQȚ _@"Ӯ e-Vұ7N9bąUy6^ڼ+*%td/")4|VTT*#o<ES8>K+6Q^܂enR+Gk.<$rj 7m1g!2ljZvQrkcqIo p'2@q#^qx(a$u'M2Vկ0 PyX9Z1bz4H 1QJ:9% ߜc}vxaN8yP:=iE1Zzw;sO vzI轛$/p +2NjKys핲*I1PZ6D5C7rM96M. >L<^)ON3RD`xǮGSFIaj^SLi}gُ3YU1dJf<Jmj\BLK4?C6)!6 ņM !v2”I-``F(fYq[iYp(ù @_4h.pPi gT5I}q0C+0}9qG[2GW$\7eGwޤ SĶ1 |p 1J΂$RvE$)<7¢ߑe[0sX7AA,>MtPv Y16=tSW@r$%۔cTrh (6J,mGnIwurIG)8m,$mݥD:UjZboXI/56Q.~0[fJ]dPdeA^d-9J$M =c΅MUr8A2O3,B0 L< J p (ּ|{ <x1W+iA;z΢W8I^TlZ$L`jeS.AK2jc1z?j( $픲 5zCsH?B![H:HǷ!F]l_9I#<*|Ks"W@_v;jG eG&ɔOd)uzdq.s:,G 666SbzYavj1 ava{( $ Į JYb!{̂YHV2y<u+?.,iAr!_j/mӾ]WCpLTl@w[R)"&Lߘ'!Law(\7ʤ3u>c"0S&N=)?.TPҀ=$O\caQ@?#!xr9mJɔĞ}S`v_.և@ :u7K$wT@ D{)|Hz:= xd1Gi-7CHND>7;n{!yf',-gG wFn:+f8D<>赅n\x/oØH 1]<p8w3 @<,"pѦ& z<'d,`B=3_9^>-,Źl ni[NjVC*M lԞFU-([?+~yCN)Da/^fſ [\Ajixqf's?Sq a_*Sh`Ǹߗ LI cix6y8B,2.'p]ux^ 뱤fbH¼ RGwI>'_=ON̑[r XϡJYQ5=/b)2^ 4eKP$NzJ۵Qٰ-3ض$ysZ%u`V(^l+bђ;G@cVA5Xƅ>^>U +6|`yk~hi/'-#{'b#lAHsfyLLj- S/QFʸnXdmNe9Oԯ\ DeæN/8ؓ喲>6d#za)2Hl~%! i"g%wk:򨭶l|9A(V7qDcK aK,~-r@y>Gl#Q_?N8`r<%eE[g ~;O ]~yhFEI<"P'FY6ݹ|iBw lڇp:uF.h·.Z:zցp:,!A1rENUO&A:Cі.zA*(^|',}ʡ`|gDl jȗ~˧*}>>ZN̫:`3BPq1W(]eIZpB7)uUumܠB!b3,K ;@:^1Lhhn ΘBhm;Bi昦te EϼiD c^NSO3lv^2yЊ2)d $n{\tKA hqQt^% aoh0D3BuڵB4)zT5{YcYaQ1իamN.8MZGoKzjfdl)a2^.z!z32p/@}ꀩvVH<R"ǯ}nY7 t6R~~tUE8 m+հQDUټpFnINMU&PW)Z؟ߣqϟ]a@<քp6mOu `[0`]IfIm~V-[|@5\ OKvST=;"rDݶ/}ƥ Ԇt`_i60ԍh&m3<#\g&ܧ#Lt,ಢEJyyY›GX {Fs>qZ`K.c4a5\'s23Rx[w~3H@/*P[^#IPNg pi,N`H?^ ))I%ozRrbٞ=O|ּqYj<9v-Y@ @GUͱ8߉BhkE.J<􄼥]*ǀmCpFa7:%d_=0BP=1+4\##8?{za<< YWgpZWs1Vn)/#-Mk"/:y'b{v~ ^dm!񜩞#(]a`[>CBK;*Xܤ{|,cD\@QxGd1 9a`oJ yulh(%'L$sWrjf^SoxVP e)Ac>?ark``G=k@n/ FGt/Hݷɕ%Jh\xѫix5H[`4xxܮ8\-Iqmm6׋ IC?{y5G2 gŴfN-/j xrߤv tv {N7Z`3@7e\@J5ů%]ZبٿXii~QߛÎ58H~dȜ}-*x&۴IX-XkO}4<5G JlF{Qj[ކ'^PXiQ.qv-G&i4Ms(J)/9BSE!h {'M1:l4|b5WlͨI[4qH Ek#E_.^G~-l Ck"93!zy7!6 )QnCnOӌ5<>!Zi]PFU"qW7Ԩ7BH"ZINih nRiF"he 'nb/xD4C*fA})o`4) Й3lj!H-mS[+HD{Ԝ ~K?Oaӯ잱~nc{wy{/`HUʷlÐ`k F%tf Ց.'-k5:t|ztB\>8r,M50bGqR!Wo h}Q*0qݕ"b.xx b~mlWWz/r;I/ 9c1~Fn4j|?CAʹ2rdaLt>7) ]L(k{C[M6<$59+ a0wC(/YMxϼ)A ﻏXywKk11-<`u_.xaЋf(8oVDCU5T^LbyU@3]@ٓ9M]zvz$Q5>ֵ9y/`xJ HѮ+%`JW ,lEp+¡[T#[(劌5)Ys+CUf\bָY?Uuϩ{$I% n2#w{ݧ~ta$}#k|0d?I[qthY|O*hlԝ|) x"`Fu(ُ]g{y(ͲQye)ez&Ť.*DEcݮ+}iI3F)mYˬSP>_q }Ƿ؜q ԳPOa~ʸWl: @Xd O[bvfݔs9,//6:neUN:0It]kt%t>>|E>%+XWEj,)N~{iuba8ǟo5Z^-ւؔ g!xtЧ5h!#:+$:g_}”uMP7K8G 6:/dO\E+oi%A?\4-*O>KRc]s;Z)zum m3

)k4g^U7*~/-[-U,"+xqO?Ng𱊏$F[aKsvYF SOyxxRljy;@զT`Auѓ54/E-"MV5L൱끜P#T;h/˪ɩ橠mfU8x}H D'ST};g2[hю B(LMk0 L!+¼ylg 7љ}wǵ, bFӐ&YH?t9eUtXXNC<;o瞦JB)Vv)'Gj@d̰, D$ " ~zZJ~ޔr'ጀwMfwX"d7ͥpd\f$@k/~CW_A{R?X56Ou򌔴6J:kesHiP>_)1Z V:լ xݧ G݈Z $J-_mwϿl㲞<giQx<:4UiOh#۩X5fԉǻUWVN I: hK[:xb15Rʈ )%^V@E?gWDִ߲j3/Z\b` R ܜ<9 v睫*4m ê -k׹jޕFwhtjQePu2(MeRL]p83Ӽ%Td G&W ko`_jCU4IBC`C6Cl'j67D 3Cm<݀ zDoڣ@' Kv谂}' x¿kOf, iUH]@Dz(jNA$ .X~o==tF4q0m8?"1Pl4y l>|`פiH{ jJżXÓF%Qki? ?mcI"Nc7 /|iXon MW5wyi?hjJC(`<;46cUK}ΑҮxxpS!FGL+ 6a:rg.r%.e}כE_ x+Sibc}aD_-V)I;ݠSa?!{ yBLt8ޑ(P`WEC~b!Z e;Y$@:ri Hed^tDhR,}9Qc.P'+<$G3 Ib2hDizH7a|M Zi*XFᗗ ^JdbǧՀ ~&Y<@ &@.`؜w<Ƃ >؟ij`-Q7y|m~JϠ,͵NFMhB,ʯ ز j-ZqZPoJgxjƗ8C\E'׮1DVuCLJ+{%M%tPIK{pLGKI  uCXB*ߎ")AOk0s1Pxg{AYo725N[rrm8opɝ}[\(K9zKHj20 d38`@=NKH1U[Zh?PNb`m?E˂m7|x#i:qv{tq<טYJgS7 [hqhs--ԴbݑΣ">YW{5pZG^RA=ldp Bb ^(aKq q1)͉kԨ=V|8!^phw1 22H%PK;/K\6+῝[ҾZjO"li;Gֆi_s -s<ҵɇz. c|ԪF)&óN0