ruby2.2-rubygem-minitest-testsuite-5.8.1-4.3>t  DH`pY.y/=„mϰ%""0\ .:Xj 3\k⭽A*K3xٖ_(pIN/Y" uuǹ%{ {7"Œhn+$Ai]˫:րo@6Н%/' w{F0zes-.j4 ܜsà~Bik4$`$#WfҚY} v!Y[_oIe7K#pBzʆWrR(k]ݥdFkgX& 5sMs)XqJsi6 Za;9< IoKQCsyr*}[߅N1BB}X}b/F9F-" w;r[$P=",sjEӶe9M?Ld%+ / G|  4 D T t < DdHX(8090:0FIQGIdHIIIXIYI\I]I^J}bK cKdLeLfLlLuL0vLPwLxLzLCruby2.2-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.fY.fY.fY.fY.fY.fY.fY.f06a9d74469b103de27760301c23735af046b181137cc4888dae6422a881d36a4175a8081be045f0af77c43c6274378f04a2f2de392d9494068bd3f6fb09611da8af9a03c7b88f92077b6190699896a509d5b50261e1bdd7193c5d270c809f6ebrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-minitest-5.8.1-4.3.src.rpmruby2.2-rubygem-minitest-testsuiteruby2.2-rubygem-minitest-testsuite(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.2-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.2.0/gems/minitest-5.8.1//usr/lib64/ruby/gems/2.2.0/gems/minitest-5.8.1/test//usr/lib64/ruby/gems/2.2.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:bLLD1jfcl_ 9Dj#Y:D(c5 =f/)C BٔG⧙n{N?ne)ݱ-d;!1(N;-2*yQyvNfwV,O㎌-B4@fA?]EvK_S++=jw+vF//3w@YJjI[y(  kIkOlOd@Gy ."CHBa髭L Q`zPr (c缺7 o`Z=P1^ a69Xʏ\Sd{5 +D+`@_]ŬG4(*i6Z;hz[E{ˎx h2?}BK8ɜӇ9PzBk!kĚl%P`NbA ,;˖5% WV:CQa!z=U0f5pӏ d-\!{X>3< AL0?Ϫ٨ n²B)7Q vg c~$n}ev9Q.U'Gn gZGp$czAdq:kMx:.xj8rķbj9c=q))gI^ Yv';T$:C,i_X3g[ S!RLXU}qNaׂMj-kZnѹQk0lG!wd #)D׊YV2,4;{ZB7^D'a:gъcb8y8;E7S*Q#P/``F2:eoZHJoq%j|'ηW)tř#X6xD30y&fV=ݵ;E&vz;dd$3>$m.owڝxs,%&,F"Ъ4e7I>LΧiZ&R4g@b PG;b.8O/5Ǝj[ ZژZgs68rD9RhHD$)CHT@ 3 ;x(mSfp. l_^陸kz6xEӅGG?D pK؁2<< 1I ct*Εr$amC"0kfw3-XPZqsƧxo8^F]Mǎz,9 /K\ yR*b Sj#ZjQb d ~TپbMh R}7a]WC|F6y( [x8j0Vy!MmN)YIB)h6=hZIp _/52=ŰqAגQ`:zWݰR;8S4%4nl QrLLta`<bڍ| -}y"T7nvo ׈3S̎ku>Ҕk\dv-@W?TS+YYbw;3t7X"fY6-7Rq Q5qߓ,O`ՆZG]°9`H}+f}ۿ Ą$cS )bޢ5q0jyTִF!GK >т6%(.@'+zW! W(MA( S s S }\,=B^ڻ+ːJ [>uJS~;2}@ߒ3ōL37݀G/#[[ LhCv)#4}U\7Wpv( ^IЙ%@z?Z;4O$K.06Œ#x*6VK[2(gk1ږ9ﵬWվZnJYN=J;˷^iޤongkcS Qqv6[sE4;9Tni#r9q 9 t6(N'(4浌5#-Q?3Ms;^?" DR F- ĜcRjXU::GS8/ hC89 %UB[++*.TgJ{ Cv K7 bD&gnA@fQ5#A&C-i_q&(V/7LԒE5xKx^1DpBtol]ӼkAspVt1%UٷԂD,݋VA *bZ0WA5Z98Ç/=%V:-Q^eZtJD*3&Ŷ: 9M _7\ y1icLL5W+JXeg)Ŀj]T#D|Է`ѵnՁ.C =f{6O8F0(Y"_M%1Jϸ/]ptSTz>Ĕ"^!48&J  wҮ;[UC%E˛Q[-koK%XXAA2'WEϭc},xg3+nTHt}7mc~qB Tnvݝ?K 2̉Ew3dh0LQX |'m;ǓR|4ʧX@Bբ $M޼ij ].h= nr6\&(h"boV)MOӓ)YG6Qu2 w4*^^9Dz /~ܿT9WaE&/tN؞{9JYz)^ .4p1=mCx"wc-}〱ǡ&Z-ں65g+R@s_ykq)Dg+ ZSEz3k !a;@E&"B=:YsU >`xŌcP I,41qW?(TV==]=Ki 4COT__2p}*Mc0Bek8!!Pp` +藥6#%:(ʲ"A>߯ǷmaT縉&rvr.iW&#v)8zʠ89KS`t'Cʽ}]ֆՅZDb3}E Ti^r]ktEw` hmTjyUN.Dͯr@r7B2X47Ŗt$q-xPr^Y[d& Ý0Kγt švs@Q$ ˆ:j 6\2?lGl):F0n %!yY9:1/yHe \3fQPi翃icQÇ,i_!;)~nP*ERM RÐ5܈BŮ&Oqit~#1@)s$VFzMd7m?3-o褱θS $vRP򹣩yLba1Ct- S:XՙIisC-Aוc}Y~Sؽ*_SĄ& ,7$ @"g z\h( X =kfXG?=jzh oN垣{9lg5OX8PLEW&U.DÅ _x RTLi~Ͼit&!<)FWUC00V)4r:Ph* =^ץ_zir #DدIꊿ|ʝd7y,~݄݃u[LeeZ[yS7<\',g7tE sSed;0vmƖ3:MNle7 ه/b=vU @s0+ T.cJ.)hQ`MFS4I.K'{穚~}~ cJóo]x1J3vLm=1e&"c)h%*TeWO]@ Bޢg !p39Џ5vg;L͑ڴjY?im  r4`|KJ4d$(6S*υ#=\h4HUBp@yQ:x'*w56aJ~bc1 Pmk`.F돎 X>ʎ;=qW&ʺѢ?0..S9u#_07(U!5c'B v#b'Q(Z CK5S^zQ)M0[e-)U Ab^BnF?g"c<$º;-js{EW$OFDj|QrcԲP]]Nٱϯnα Lm|DLtla|iztC/DIi y0z:T= Xyvn]Ex;tۨజm#Ħ_ie:ȭpF.N+⬦%TC<ş;cIM4WE 8"fK=v; Ϫu\ܩأʒF;9m:lF͊A_n:N!Dcܲхc_WTZse~ fٯ\%K>ω,8_O\\TA:v*r-(+ ;x/(cw^n{0ID-`j(YKsEJAc[B6)fu<9-x\~~B{k-#^',ffPD/xd B@zشF_u9 Ufأ[ѩSRR:᳭d f!c\J_BH _Zr'L_~4>p&qԚp9<5'IݧsR„lbduj~6kf1 ?9,F2sҬ (tb2J9hr$/_T0EJCkkoWS (ӵN;kFf>;^M0\kk tτahR~B7onsbO}G{|00:[׭DT|9'&.FP|W4Vtzo r傖ңrHlO`ZܞõBJ>dnryS, Z^К[ջߘ~ N#M[4G1&$M(c0t{:E FxB$1HPK?OSgHnVs]u?EqݛDʼn|[C鋩X _(ۉY 쫩IIG'QsY{fF"0dI^/>!=zjiΫ6`7p&>@*FShƒ Ń؈!V&]`E;4Tz {Sqͤw$DW-ˎK]3&Jo/0F(uhB.]lVyRL3Vx^L7º1HFGESqeA#.,ngD6_~G2):`<:~w+c}Df`eMRPZeS R(sv+`{ڴuj \LA "BIo\ ʩ8WlK.CsSejTȄ[70/%N0o ɴVzaJz7\,pϗ%˭[Uٿ|P?\~Kg}".`CH4駞+uNHxz Ь<DrKHCgЬUzA 7q],MQVgl⨗q`~ı/yI] )+V. Eaݦ[b@XQ34 7[F&3`C˯k`' 0ea'r;~#\!Ėؠ~fK|9rTF{ &ӧV&0?knR&3/+|SFU@$&-U%pR@\֚%t5PREwQ!#=L-q i@V7KlcX9q]_T.#FݕP hon^}QC |;̻uGp`O[G%J Nr[ah5Tz2c$tm츒 Wf%p75;CL,fS7L:E? )%Ϧ߿k5\{UUx+.Cb;sR,ِ M떪&h&ÁHܓvpmL& u8;(>m;ا㉒TV隒v K(rKƋ۱\4ߟKwѝA^b ]t{sTrBay-5~ff Qnս~EC1$8YrrwBe)~gi/UTtxaF0Yd{K^.E$@Ԇ:Pј ! Mېd? x5ϒ-t7vhTxyJV8F63Ip&ehaUHO?^ZB1C,?&ju䴆?Z / s[QgMʷ]3hNJ1 I7SQ(lr ̝4 $4Z{s1NPrJС .Rbtxkw F-^|$(TF }9Uw=Seޞ%>[6rqNڭ47r\$h"Q8;"K {@J 1sPՌ ~l߳xC9_+]t ?{|.W?9yC=oԦP%=/ f뫸i޶㌵f,LJ%uCh1SgU++t@69G4ش_Zk]YH? S㙋\έMF@p3%(HhGsL r²$-r9~9^B{O9k'¼'L+]1 [tcfuSdXѪ]> zq0r0&4 2jiV !!r,[ClLc ;# /<E6Dr x{AW̺đ.[۰':&tw,2Iq0"#tSfEPe#i*qbQ_MF$ 9~JM1֍Y -Z"VK3nGAOXC6$՘(їÐԿKG.^i!}jz׿IZ&f5Pe}%,P6֧:([ZpA/EXڥ.ىīANpH 7}B%H×6MĂD;8s&ɊA@@lHf0eYYEAyD w\? TR:~)4w|ּ7o +ƥ]V&m35 &a'ypD: Ҥ>?|B<2 ! Sc\b-;d|oCagi%(_ ׌ӎ]RiIT[U)9pݡɏ\fJFF+ |.6hO-{FX@w/B-k)I /cdTrF{A;1VlP(Cqy֓!'B9 G%ۃx)p8MjjW%7wQQ 8Ep7l#`~Qk!t>Sߠ'hK@ClOr\hX* CX[_0E9Q|P:i/g٪FChhyqfkeW1 VלlII5 FױC KV*U@:8?Z1i, ;;'i9q*ENBjʾ ܒtK'uPpO"om%l)2%`D( EqW3.C=٤Mcaz^ ߴ;6\@J 3JGe0Ø5j %R iZhFI߰'|i9% b% ChzƮlxpeL M*`vY8jGw90mG범үLpi4XXjK t67}UT]O8 z`3pIN laٻ1AXia&Ys Ī/C0B, 4:%YeG9kAgC[? ats!|vZWxr!(Hԍ ?<Rc\pQZ3\⹅Y}ͣ_i)߹e`;WB]tHkී -'./ qA](-kWg&[ێveZ-=jPG4=9`2CkTpaZH6[?l:핈vm00RSauɂܣ,q,)iOb2u7 <=wK=hCه8d-!FGC_徾Rە˄TA;@2{ձd(BGժ\B+~%'ߘv·À~^K-N-nl&t jDDlph5|  mqʒn,;iL댇2]uB^e;%ˎINqذ Y]Z+T :9J9c &"UI%4)D+_eiSy&O}RKfSJZy&r`"4[5-$-ת4~{hs^_d$[ߢs?s o[^L7cޛTY.4dJ Ю4y]s*:Iˈ9v%oVw1V0ɝȪ.t}I125"^u5?!gTcp 1#6옯j4cvEn]ƭ[-TU{9HqPh5,:oD(=oDT`6fSn{c07XqiӺMR (QjRzx,c*gkVXھnnQ*OV5hbUoQr?i3 ,:ce3K*m hHΘTݕ$2x-|Nd>pu`gDt |'2T9[d|#hO$\mo)53xF=3NɕNI!1/$K|,G:GuP٤Hu\Tt%c8)_Gb^6V܂ԀfokyIe-HCyM^af$1ZX}Q٧@r \ɩ`n QNV>F0g%@A$9] \ѐ<޻~ ix^С*]`<^ugE C(G*1\beix }?c!;gz(;2&RG)HE3%AkrKӐDT}vWrt-zNC⻢c:/ [ܿڑOwWW>ϚSȿx,n3Ln8*5ZT4tQ"Cn-Or\jDzm i [o_&K)zr9,yX#4*so{LX Kqxthٓmf؉nwW KQ2mmİ洤560 Q̿Ǹ@+о=xNT-jFzPj%S.j=Pi#qJqU%"m2e8UClxSC͛KeP+-_\bI>LVZ7!~h/@\BS=A>j`f੊z|Z$6ў d¤,{F2f׀,%ճ>2~[)Dnqm`D;*`w$©>\n\9IM V5L.qCrU'#ζk$~&E)Qd/Y0–~:ap!x/=O8!=Vv)eH<6l8ݼ@a(mo>JBQ!{ & ShҾ:[AYj|ϞpW纩|,U΋Lwc=jffi0?AEW))cyݺy$5Q^Z?~)׳ifTQ4P||W'D~s$BB==Jfn5y{Z`dځ`rҎ$_(>"td"r"lqzIԉ|yOUBWRU>N; Ao)R &&ԁ4BD9[ ^gs1!d+gÂtHv;t`4\ܢc:HZMNV̏7c #UJRyܚ_2'_Q_snt>#v0`(w7 ⟍Z iWZs^/@\Lf:$5Ql]N םpJ+TT#Ba6!SC!m8p"_XK:4AG KVOv/0mE?JmRL_!R>lšPG>,Y`JHG1zlql!J9iNc20JKSG?Ej(eQrm/j|Eً׫ ޜ1Ml/;R-KHHA҈t!Y+ X8V]Fҝ;HnUxVN9y\Z<LW`<zu&]^ :żUzȯgTtrA=;|p|+':BаΣx#rjA-?m!J}}JVkJ1110pE D@\3z a,o1ٱX -6Ksu:;_(`@=psXױPAU$$,9?v<ÆtaDca{'|f<~WkJf#\G h@SjH183&}& WF~J&@qsWȒޠ-ɀ*DU >AdO1iâB| sQXzXypC:c;44p yBQ[}7?fJ9rOQ;$/Nzv W`m^eaq7B"gBFgWazEj/@}M~Cbl{ysLڃ~tV ɸDrYr-&H \#/4AJg=\]Hc3'Gl2v,|4w3 `n Y:<>S1EI0M*w],uJiwmm-7]ä%߬g[;Q6ø uhM5y[9]sKt%_CD$s=lG% kMػ?>γ3/RX$\4 ,o&:XLN.mk p;