ruby2.5-rubygem-webmock-testsuite-2_3-2.3.2-bp154.1.20 >  A by;!M@eee{_Lr~Lg'-+*@u}(tq9v{v$np:5۲3hw]7mҽNjE+*ZS_M_;}1)Xvjs8C8Ӵfǁp=Ʈ_qYU R`A_ޮD4%.5=:]=xVږ>Zqe[&Y zq N ʺ1<МA}QNV>qηp;O?Od(. 9 P (TxT  T T T T TPTTTp(%8,9l:vF= 2.3.0 Thanks to [Alex Kestner](https://github.com/akestner) * Fixed the issue with parsing query to a hash with nested array i.e. `a[][b][]=one&a[][c][]=two` Thanks to [Tim Diggins](https://github.com/timdiggins) for reporting the issue. Thanks to [Cedric Pimenta](https://github.com/cedricpim) for finding the solution. * Added a clear message on an attept to match a multipart encoded request body. WebMock does't support requests with multipart body... yet. * `WebMock.disable_net_connect` `:allow` option, provided as regexp, matches https URIs correctly. * `WebMock.disable_net_connect` `:allow` option can be set as a url string with scheme, host and port. WebMock.disable_net_connect!(:allow => 'https://www.google.pl') Thanks to [Gabriel Chaney](https://github.com/gabrieljoelc) for reporting the issue.- updated to version 1.24.2 see installed CHANGELOG.md [#]# 1.24.2 * Improve parsing of params on request Thanks to [Cedric Pimenta](https://github.com/cedricpim)- updated to version 1.24.1 see installed CHANGELOG.md [#]# 1.24.1 * HTTPClient adapter supports reading basic authentication credentials directly from Authorization header. Thanks to [Michiel Karnebeek](https://github.com/mkarnebeek) [#]# 1.24.0 * Enabled support for Curb > 0.8.6- updated to version 1.23.0 see installed CHANGELOG.md [#]# 1.23.0 * `WebMock.disable_net_connect` accepts `:allow` option with an object that responds to `#call`, receiving a `URI` object and returning a boolean: blacklist = ['google.com', 'facebook.com', 'apple.com'] allowed_sites = lambda{|uri| blacklist.none?{|site| uri.host.include?(site) } } WebMock.disable_net_connect!(:allow => allowed_sites) RestClient.get('www.example.org', '/') # ===> Allowed RestClient.get('www.facebook.com', '/') # ===> Failure RestClient.get('apple.com', '/') # ===> Failure Thanks to [Pablo Brasero](https://github.com/pablobm) * Support for HTTPClient stream responses with body chunks Thanks to [Cedric Pimenta](https://github.com/cedricpim)- updated to version 1.22.6 see installed CHANGELOG.md [#]# 1.22.6 * Fixes [issue](https://github.com/bblimke/webmock/issues/568) around WebMock restricting [Addressable](https://github.com/sporkmonger/addressable) version, based on Ruby 1.8.7 for all versions of Ruby. This change inverts that, and forces Ruby 1.8.7 users to specify in thier Gemfile an Addressable version < 2.4.0. Thanks to [PikachuEXE](https://github.com/PikachuEXE) and [Matthew Rudy Jacobs](https://github.com/matthewrudy). [#]# 1.22.5 * Fixes [bug](https://github.com/bblimke/webmock/issues/565) where WebMock tries to alias a method that is deprecated in Ruby Versions > 1.9.2 ('sysread' for class 'StringIO') Thanks to [Marcos Acosta](https://github.com/mmaa) for discovering this bug. [#]# 1.22.4 * Adds support for JSONClient (a subclass of HTTPClient) Thanks to [Andrew Kozin](https://github.com/nepalez) * Adds support for Ruby 2.3.0 Thanks to [Charles Pence](https://github.com/cpence) * Adds support for [http](https://github.com/httprb/http) versions >= 1.0.0 Thanks to [Alexey Zapparov](https://github.com/ixti) * Fixes support for Ruby 1.8.7 by restrciting Addressable version < 2.4.0 Thanks to [Matthew Rudy Jacobs](https://github.com/matthewrudy)- updated to version 1.22.3 see installed CHANGELOG.md [#]# 1.22.3 * Return "effective_url" attribute in Typhoeus::Response Thanks to [Senya](https://github.com/cmrd-senya)- updated to version 1.22.2 see installed CHANGELOG.md [#]# 1.22.2 * Fix: prevents adding an extra =true to urls with parameters without values Thanks to [David Begin](https://github.com/davidbegin)- updated to version 1.22.1 see installed CHANGELOG.md [#]# 1.22.1 * Adds Rack as a development dependency and removes require rack/utils in main lib. Thanks to [Keenan Brock](https://github.com/kbrock) [#]# 1.22.0 All the credit for preparing this release go to [David Begin](https://github.com/davidbegin)! * Adds [Manticore](https://github.com/cheald/manticore) support. Thanks to [Mike Knepper](https://github.com/mikeknep), [David Abdemoulaie](https://github.com/hobodave) * Update to Show a hash diff for requests that have stubs with a body. Thanks to [yurivm](https://github.com/yurivm) * Update to mirror Net::HTTP handling of headers as symbols * Update to ignore non-comparable-values error when sorting query values, because sorting is just a convience. Thanks to [Magne Land](https://github.com/magneland) * Covert Boolean values to Strings when using them to define the body of a request. Thanks to [Krzysztof Rygielski](https://github.com/riggy) * Fixes WebMock's parsing Multibyte characters Thanks to [Zhao Wen](https://github.com/VincentZhao) * Updates to be compatible with httpclient 2.6.0 * Converts keys from symbols to strings when for QueryMapper.to_query Thanks to [Ramon Tayag](https://github.com/ramontayag) * Restricts http.rb version to 0.7.3 for Ruby 1.8.7 * Fixes issue emulating em-http-request's handling of multiple requests. Thanks to [Matt Palmer](https://github.com/mpalmer) * WebMock requires only the necessary parts of crack to avoid pulling in safe_yaml Thanks to [Johannes Schlumberger](https://github.com/spjsschl)- updated to version 1.21.0- updated to version 1.20.4 * Fixed support for `hash_including` matcher in RSpec 3 [#]# 1.20.3 * `with` method raises error if provided without options hash and without block * `with` and `to_return` raise an error if invoked with invalid keys in options hash. [#]# 1.20.2 * WebMock provides a helpful error message if an incompatible object is given as response body. [#]# 1.20.1 * `assert_requested` and `assert_not_requested` accept `at_least_times` and `at_most_times` options * Silenced `instance variable undefined` warnings in Curb adapted. [#]# 1.20.0 * Add support for on_missing callback of Curb::Easy * Add at_least_times and at_most_times matcherss390zl24 1652112126  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRST2.3.2-bp154.1.202.3.2-bp154.1.20     specacceptancecurbcurb_spec.rbcurb_spec_helper.rbem_http_requestem_http_request_spec.rbem_http_request_spec_helper.rbexconexcon_spec.rbexcon_spec_helper.rbhttp_rbhttp_rb_spec.rbhttp_rb_spec_helper.rbhttpclienthttpclient_spec.rbhttpclient_spec_helper.rbmanticoremanticore_spec.rbmanticore_spec_helper.rbnet_httpnet_http_shared.rbnet_http_spec.rbnet_http_spec_helper.rbreal_net_http_spec.rbpatronpatron_spec.rbpatron_spec_helper.rbsharedallowing_and_disabling_net_connect.rbcallbacks.rbcomplex_cross_concern_behaviors.rbenabling_and_disabling_webmock.rbprecedence_of_stubs.rbrequest_expectations.rbreturning_declared_responses.rbstubbing_requests.rbtyphoeustyphoeus_hydra_spec.rbtyphoeus_hydra_spec_helper.rbwebmock_shared.rbfixturestest.txtquality_spec.rbspec_helper.rbsupportexample_curl_output.txtfailures.rbmy_rack_app.rbnetwork_connection.rbwebmock_server.rbunitapi_spec.rberrors_spec.rbhttp_lib_adaptershttp_lib_adapter_registry_spec.rbhttp_lib_adapter_spec.rbmatchershash_including_matcher_spec.rbrack_response_spec.rbrequest_body_diff_spec.rbrequest_execution_verifier_spec.rbrequest_pattern_spec.rbrequest_registry_spec.rbrequest_signature_snippet_spec.rbrequest_signature_spec.rbrequest_stub_spec.rbresponse_spec.rbstub_registry_spec.rbstub_request_snippet_spec.rbutilhash_counter_spec.rbhash_keys_stringifier_spec.rbheaders_spec.rbjson_spec.rbquery_mapper_spec.rburi_spec.rbversion_checker_spec.rbwebmock_spec.rbtesthttp_request.rbshared_test.rbtest_helper.rbtest_webmock.rb/usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/acceptance//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/acceptance/curb//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/acceptance/em_http_request//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/acceptance/excon//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/acceptance/http_rb//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/acceptance/httpclient//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/acceptance/manticore//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/acceptance/net_http//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/acceptance/patron//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/acceptance/shared//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/acceptance/typhoeus//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/fixtures//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/support//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/unit//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/unit/http_lib_adapters//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/unit/matchers//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/spec/unit/util//usr/lib64/ruby/gems/2.5.0/gems/webmock-2.3.2/test/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/cf33817a010abd93547babe2070d9bbc-rubygem-webmock-2_3cpioxz5s390x-suse-linuxdirectoryRuby script, ASCII textRuby script, UTF-8 Unicode textASCII textUTF-8 Unicode textzlib ERROR: incorrect header check (HTML document, ASCII text)ֶ̈r{$,F_eutf-8fa3a73b4e4c9407f74528005a04154825175f9c927c1986be8ba03467817bd36?P7zXZ !t/?] crt:bLL s9Wm:@ e,FD89_ ďrj,kdi_ a'D`|.W0Bs"QDжKUaZ3o]Xa-S2`BƝ r<1پZJ}mϊ&ahͥ!i1XNAk\-E'tBncJ=+Q|*ZglGL{3tVOw)5iwqN76_,q#,܉~\lbFOzdv9@vHxeuhh{6GW˂g7Xۚu lA^i6TeVanC>} r6 @즙m3ړI$DU)ࡨ}]}#ܼ6b e>`a}dNuGYa7{ . ,⤉g-vC|*Lc)-Z)\ 0aAtmϩ%7NOGS}%˴_7S^)6}nX“{u׸ 1o}(Ʀ2R۶jk]@.*SP1ѭ(RԔj*aHgEQ);t.,>5K-֐C%PQ_iU4A2t. ,RZ]|| HmCHV"M%H,z_5OYArJ(ʦzsg$(k4go'>IZ @ugf:nP5}9ĕc{ɯ{}4cQw}֖A4o'a\ǃxL~O9v3:\grb湸) Ǜ+/%<-sHᏝBca/rrMZX-h4fJL O;# hhDbnH7[mUrz0f,yYKz!:.^&ԥگ^TTpc_}!)`uH0=um(b0_s!CL ij-\n®:ZT4̚DGص%gc -k#0 + .#,cs錇5MM)3sqN1;Cuf;`F1k$;h}E36CLB$\߼Uqywu39*j>a[BFW$dh-Dxh9IC@zc"k'TMNG*#%ʬ\Ab6NE4\3yM:5X]YC! 5RXPIE8(D{ZއN"k|ب}$mwA.HR{mVavAVVah)_5tssEԀ?GMdq0c:3;r&?@zgB ŝ-XEq5/"hNbop)DtCDRl:7zܷ}Y#yLhwG010 $C/1 -q7kkq0OBWRD'ފW:{H/M5Mˈ o۹t.:YgLȇRnyb;&[nZ[ ʨ%NRɶ"ZV =9ʳ5@. jz}ib^m]L/%@wA9U:8X41BxlveBJ}Ŵ5 \L;v񎋑\;@?zowb+Z=.ԧ33F*3X Foq֐>#sEPW̱9 4'\nc5:DFvv a˸DuHd+B '&:jog^7cOqKA7FrJM tZ;|j"ڹ.i !4WCz>ߏEp6U[*^i5 `r+ 91ݬ\2םc+ʂmzZ4hBFݝ*sݱ}ނ]D74g8ߴjRm|;:?\OIN)E#qڹ6 U6wk Y5*}'z8uQ=lt@){jjy<-Mԏ[x9RLpHD *mټYЉHC)L Z7!$c$Md^[;PLH!J[w6!>M+YZ|wha_]F;̊Hh䭌Lm$MwF$j .,8 3bpߜ`a5&@ kN΅l], 34C+Ǩj % LedfyClV3x$Ǖo5ʃeh_/3=5[4QI Ul)5ol4_8ަe#HX-, r I<[TGӡx"jÿfZzB;0{6 B іay1!E9="ӞGpYGėE_Hkf/q-nϒ1悛qέPBoP.*Ee^c'#+ZKۂJcD& JڰT>rCaTԵK|l%Bh >xU t 4Dʻ&WM?da}!AԖ\B>>FBP@[7VDtjY;b۫ 0Lve7 87FVj"zō6x~|S7Lɽ !X1X`݊(4UՏES~()bڭˢ9&>W `IgP?P&WX;c8g̩|'xzO==E2,2[y-/zN1)(ٵZf69:|\#q]{oo6GZ@Jt?(D >cԹg8'}r\m(5oeC#㧙.23,cUB(W%Z'Gn=cKh ]bLqɄ8ԑM=ppF]=P[cp" LU1vҞ%|m1H<-a <l: RK7̈M pB!eWLɮ\5D͌2<ލH^ZAy{6J'4}Ш™,nW}iw5 2zKmoU7 ;dں{_%S+qoO*=6X!auVn}ݯU]x k ¯oB"{װ;vOΒ4M7~}g~*ue%dK|LA~.׻p%w e6bC87^7Pe ͛)Y|f_^yШ,Y(O: Cegg6";K݈Nl =(ZFT= )4-?V =(pt*X5Kb>壊GQ(=eՒZ0z_ː#jKF2D]}0NjTgg~O7Lka "4,9bsA\nF,}~S6e -h7^'0- $^hdPnٺ?']~_װSKx$$KلN~ ƀRM` :l˯7q!Jk(pv[E̼oOdT Q\){! rD55PS4k]Lu!*[wVJ'C]"1{. `?Cg:TFggyZ甞Vs͓}-jCvSVp {}g]GI~1'$;I 迷 q'-X +ᆅNEuYts I\s=ݙRNπԄ-c&$J cwpvuBd ̄`͆\>x pC^T1;/zJg(YiJ&9ʑquI%_YG:ƪpט}٦`۱邪VDŽR_鼅dzXc!ݱ"2sLl@7ك䇉56X.U]KTl "ի>rzQ.U ?u;y&B˃О>b)Ykȁ5J-qȑGbj^ugvo wߊVU.mvɢ/X'~l'}8z݂MJ90f*şHMvk`teLik:h(Pm*X-ى2[І- 薉ɯ r5یeY+љ[ۨGH%F֦K qZ  sto]>ռŒIO2'7٨'{Q "ܩ]n5S *&j j* 72=ĴD41H]B97ˬ~i0a@|dDS7m_m,UBӁnn(mQ N 45`LgikvjK "//U^ {f_Fk ݽV*rL͞24]U~ Ϙ 3?6vnlYLo|3]h`egbI']vBԽWJt W93ZJXƧ)qvq0v,NZ y)k)Tۉ7-Hϳ؄%E#\"ӇjY6 RO%+%ӊVy4a4W N|L":6Oc$Xz]gaW@IQ_ֺ}fN_$ç 4U9#svZa,oS`t.:ƽbYLyU:?D>b!BQ#r}Yu% m&`l\^v;4>sK[V1t1OYD$˟ѷq4x6 FuFlR ; 6ն[oʈh)̑k_#h)<$Œx;2ʔ#?J:?.6vYf[ePHE-덭fvIk =FE] [7]buakvim0i-Ӈ2g׀[L+1<#õT%9M3z )hejYA4X 5]2;]M.AqP,j5_Ƃ< w&#`sňoo?ݘP1WU ˒Il G)5^R,,IBKyܕJSnM; f.Vaw[Zg$#2xc}b0 ]5f,vh;?ҫĎ~H.YD&" JCF><,Q?',hy{M A;4"Ma )'jW`s$ W6EzڻkE$:=a&&㿅60]7Ikw8 (+#[t3-7=;d)*297fno8n)΃8f/PSZoP`)[Ls ,ӗnO=[}H=2m!paRC{k]H"NkXxDxjM Q DkM|tų>5#|Uaj܉*/gڪ,]k`J UEhͰK33aZZ6Ga?DZA@$p na o3BTC\B!t9ͱ,tP0%@['&NG?^tx¢n=3did,03z'OvL+trGSJWju7FXd޻#"bz̮6RN('_Y>n\ND҄h"gh~)h7ݚauYHR}d-Fyۤ0}O%fR^yk?AN(x$ }뉹V1j:5MЍ+XJaDF~ fB>s6%Js~t~4\w;W:@5E3#y?3#!Z7βάH :_&eRg*_?3$l fہ]B6OfOά #!n}?$@fi@V˥>:N@_G?_1ݭa)O[c55*Mqu-D@|a(&.L6ubsm+)8R7܇ a\>>ژ`-C PT7JP ʛ_~uVv1a–9 !Pq1ӎW|pnuתl{'P7exJ: |e R|vTM-.Eo^ VkxS{%2SFB3M蛮YFM@MqCplѯ$B))k$|ޝ48,} _>t_l$ D ? &Y.evg/&=X#V%lpm;g} rImKLFW3muBsTqCB2ai{Iki, [p7iiP<]r8=V(&$riU1ODiХe쇻K$?PM԰W+-ㅈT%RDi5mˤǟ E|X~\e~4yp{8ۨ@ /țeomVt#C#jmjH& Р /ʻ=4m{/<r}ע4!EW#iݷ} "Sj`P^Onku*IIrt9Jcx~9Gu(D9nW[JP/5aṶ\amZ .9`r\gnz'K5E1OVb)r\P w_*'0P."WΕWN><+3:M0i$Ay"7TV7$bv|aB P]t|>P_Α~Ck&MQJCwzdC8D#2;'N FF[N>zvU?/7. *Z$weBjFj(_z˰?@}kG~  ƜtK%9\CKҜ[:ɴ4X*?LmJw۝GX) z> =O . _؋mUR}rh97Md[0XtuxH5z߶yLBj`ŸNX;(`(27cE+ DzVu""*#_:tt} Iء1dOyIrmyg-׋q`h\΀GOűP ͊Uma5 iRDsv2cB⅁w-04a嶁>GNģϧr(ܭp):lbFq_u_C~|:hACJͅ=K@?WͭG_?ITAvb]X?uRbY߻R~+zAk5.q&cn#g̬F%9m+ijbo!8⺧\U)XS?>8b3[(h~RFd(AӇ1ٱoVTUT|g-,$;}cw;(8[j).ІD^Y[ ba襌,d6CP#(,#Cǂp9NYO($'$t ʶ~%t]9ӏdR'8&QұBK:DDҢ%+pG?7Օb)rXtWӨ<=J$k2@:OʺٷMqn.渝9c` 79!RRpS!yZr2gfRJp#M&Baz(G06kshم "5u\]S9Ľjsh I5nW9,\XDJ9{EMgqam{%C 3E;CɽGgPbhE5 hm-&O!zuS#D,H5euTëV4CX޻\*W@*Doӷ(bur~ ͂BF1,ɁߧOiK"_mTjb[8.'uk4@ 91~B2}+!""B՛n|-y{OyodB {޶Ϳ5"~(W gɆh*yqW=QXmDdžïzBO&ʹHLіܙA 9  @ -_As/:.YAӤ0s&^SY=[W4^3W|uc OhrkBJ'Hpyrfl5E}7A@=˿ s|ڄ?~V%C8i{"Fei'A;HQXc̩[ezxd#m47>F`-{{(( 9Qa">)'ѭyA?c <&Gh"?o|u Y$Um1X!速}#6ɳ$ډ]TQ|;+tFI82 cӶڙ|Sp,#%hS#! H3wv{W_>Pt.Kppz-(nɘmq.)v卆 Y-GI/߻eiً: QO{@l0nЈE9v^u etoi.e 2"|U~r@z@E5!3]B!f֭;]~y>Izb\i ΟD G6[o8Ir/b98NѩoW]yMtz6x8VUeCdbAhhL;ѧ 1N΁K ?uADh!@A>kk =WC8>~biHبrsĭgk*dE_㫡_,蒼W3YG!ۮ(PF o`#p8 >ro }xJMx1ɩB^Ѭ;z2! L8m;zR5!$X KIB{  )J”S|})LFnf5SYS]:z"E."KУFӝ+Y:0LN^NU] WTl@[3k|~o/ U1Y$( ~ p:Jf`ꗢ @e=&|b觠͊~wLMIҷDܘG4ú)⨠#T4Mf5x_ͥ+RcNKk9"["+.kK 87<:n] (:7f{zq@p!p+:)ąX,@z06%c(mK"WS{9(UsoohhD;\xc6fט.Gl˦y6mG%&=^T&1(@HaCM 4=q1VWvtn-#=AHKF^Ǥ"@O8ל* 74+F-pA-;s?R|۲|!}Fb 1ފ`RWys_-K=̔@dgZY:} mxVA![drVX\nՒ.}Kƚʄ2mߑ/-t:*?LSY9khq^9:(*sr/Qon'b''cw4Ȟ:3JS.0>ma2|Y $uwaԲFfw|FKPa(O\Ph 7Ed95CWP ZkfLaW%YQwQkNO4q=f"hZW yM<_P'pLN!"dlTEC^hj,Riv@2#t`ƾB3i;Yvc lp0BƆCGU|Ө6˃O?-.m$)6} 6"r(.)ўZxM|Ks@Z_2n/j>6qLo~U~RqߣCEhxeu lR5Z`<ǐ]IR}vg h1ؔ.0|7;їHC2_rld$1sWS%Yn:ذ =&ZYkCJb>Y2t+t$]%rJ\h%.[ʝpIJz'' ua[N?5!{b=Z=X/M6.𪷐޷Kj4Y7o&RxƃbVe[ `g8:n]"}}[dBLD{_eU1AA4Y!eq,wU.5aJYkvŭd]_O_ -~*weYSG-9A&lwaN4(j5)V)B?~wމu T?b f 3A?_(\̍<`?ON-Kaߺ$<#Ew9ҞW,wgz r=XHX9mQݴz:.T2^cvVAoQVz4PeQO񰩝w3aD 7wI^X1xwV$9/smVvKhK8ҰThC%cqv(=9['ʅ>,&i&\@NtүKJ m6W/^~?43}dDeI;M>eo.di=IJ1*fyWzd QfkGp4~Ss-i6IX02xKcŲ*IHC.bMɨuf!\`SSP^x\47R\h^.Ou[̲Lw!;im}&^R-޻(7bm_kn&(К㨏JRaZ'>[jKI (YP0#Z f{hgH]{;zxhJXe-lASyYOIpsq!pR_.F=O9I_?rT!#Ć`ӤBUuPcKj΋$T89xV*XjG@w?aQ6g-#ܙ.4t3K5Φ(/PȹטKd( 3]OONV%me3BLOFLk[ a(VgcEx螪Qx |UQY~?5BA$.jcꏷgp8?ڢ_A3ݙ\v-]tZ+S]p3#:f/ya,W`ffosg\稪TmIf%nJ)ܶK_896ں;\asq@ FLaL_1 4ͦ[[ ,s:#hr"ߪܾbҲoD@^#1,o'|iyt]B\v}r&c8ٝiR}((?̸pcobVῇڬ|Y.0v'.A̴8p>Tjŕ K+Ҋky6-$'XqanZBH=j&^qS1ZjTv7#41]AMBR\(o@2ؒ9Nf>R|yب9M mt8>I@Kr\* }`Zae%AOjËQy-&]S9V =!1<,ˆ@5:S=6+kbA}]NCIx9Q14(fL(*%cal:!2$ZJedL];1,/[KSw 0\V-UA#59T_MV2䭶+I^*>YLJfK'9tݒJs74_C;+QE܅K psBBj,O?>L4]I,E $fgd; Lfx# l#'<0 1}MFcabX?d.:~kjvmO_vܔ!vPwg~%˂ouxF80j7[8z;%h+ice@q:!ą&p _8f䂬^Je*rB 17'ȘԳ0~dlKtHj}.ACU`c@018nTqIK5yk<6jfY"?ًVΔl %XB(93_FWҐguEΚ0fٕvfb!{w|ǭbP7`R>+n 3e5{aΆj[󏤃QJ67!uy|QE:vV/ 5cJyl-f;Fk/G؛$.~7t/]]>5=)Hb>vw[5MC\>o݆sFawM7_fV$LGbBo9U*\ $0byσ1$ֳywo#x#l9(m~R!mRa娷K}\hf"hl |:Tl-O)1ͻG DCيW_R-U\_3#Ho7|ɕVRf0.k2 ^xS'KNrU|S`> Ť9O,s)U E|/tJ<{!G.`Q( !k1#[tH}3샏ٌ@{3cmWHYҕcKѢCqh}4R) Qу˸ x^s",fL">$=9VZ?FBwʹP/%-y??-*L@AYi $f*8*Xv?RpO$nÉH]JnZB=[•4"xNJcB3dc->KG$ 5a}ȆL&nH%V\=yG".`b 2aAKqt|?nEp섺3e<KFZY*hseV:ˁR+ ;C.jlx(tow{]iOW";-GoXȖN72{oۭt~fid%(Bdkdd tYZ2߫5 !zd'duDSR>)|^ak* 'ۉ׌` -Nķ0Uotþj)wd_Pr;:dfM]t{,j%(p8 O)] o%YјW_̴PS^~=ːK _*ʇYP5 j#0RK0aY #0d?mp:غE8қ!2$[6[=7#S5|{B "z6G'l_>;I6^Hk#>}x#iQj@Z<"aBDZjY<` +0߉T>?+g\mp6!m!,+;`f8z!8ێp5z/wp8ÈvA-|!N Įz%#JJ+cF!Xh1X=`u!UχW dOgDV!aSɶ-#Ho$Xu8r]]-&d#M[*Z s$w/jemzX` G(~ܿdĽz:b}ړ v*!^m͈دʒR4ȁ. WS.M9ڵ/g/&dO`Q5H*#B( 9r 8Gͯi?>Kԑ<$k GQz~uY%(Z2| u[sW:(3LoIB!3ɫp{8\!R2ߌ!g1U#AQA;~5!F?Y. Fluf> Q8L<yʁm8_[f;﻾rqdtOi}8Lc;cpO 8 fs5HrVG i3g)ϙפZE@g4xK͚ 9&[Sa&]o)n-oseS^kŶ.̟:a h=+I>]w&])F),Maz災䯯Ia|pC6!kng4tn `3?^p,t1Ħ,㻫hͨl ZdQP؀Q mQ]/iJk!D ?nmRCqW5."&jD]cAf kV-Wp é:,]/r^gt 䙅`˶𡍺)f6Q_#AZy=ITBr{/T\$.QE~FArNoc պQ-ofwl7  S{S0G[b0]\❑ ITUqSGDŀjD sXun1ߝu3GJ}lJ=vMd;l=¢[+c Srw<։124Q(rIf:+69аC9kGjV̼Iq{TO;P,C!st ~o4")Iȁ¼fE >/u!Ȋfmjy+ݵsk?X 6RՔv?wMi Z\nH`lnߎÙE8)QKVy?!Oƅ_Awi{$+K";]F4IrpKi{t}H P!b)U $б\X?h=G nYd<+pč|ExDNMqV0dp7m`X'IVC|V`yo*^%śkm]ĆB$$-љsR ;Gy6@&FB'qT@66` Dr#A+LUx^Ebو+0&!!71޵>b@U`Q|MX `|i|=J##Pv]9J/_Ȃz;#?>/}زEnk\ጮ?7M(+FvFϩ)TyJ5O>]T*0UF'MD  {gMDLp~e4[{5qj,f;Ta= +:I[z7[ uF£ϏQѴ2oj%m#2,)EL&ýS{m=툪 \u8cP{=1nӲ_IF몇kLظ`SQ.EZvY."}DJr~tLj f8$`ŨעxmO7ʈPbC>6J(Fi;:ўavzC[s4Oj^ @ #@?'Pa_JG 1QzSz!s/C)=euݔK4E3nL8{\P5.H!5pYk+KfHpGhFYx3q.0Fa&D-+vZf]*aSja&|MR5* P]X}7jgh&Ά֩" Ca 1nr42G%3wP=:8Ák!w)ڮPVc|]O ;{BE 2`9-GH-5gՔ\>!vtV{ ВKɑcS+#O6#<1Ǚ۪+iDz:T,kS88ʽҒd0H/i-3kP eg7P]՛h?/&zKRtr;M@$ tEr艌P2誺PBUlvS%@4"9G x;cXRҨCb43f) Q?BORrc hFeݨ hTf7&x)U%5k fig'ϧҗ! ?<9G:;'{'S"q61䐻;Dn3 f28:WVG|DvAܦ,[{Lbبw6%h)jnavWMp=Z83EȂO¹O GHe2t7ڠc#j é+NM,h*x5nYL^.P:Z ղ: Ȃ2qMa?Nٽc,bM D $FvnȑqS{9DVյo[c9ȊG|GbE OЫsUg'\.7 3;:2@)Uû8"!WM|pl>?qf; (Éɻ⛵AU oci<r5y| ;+ƄJ}%&y55nO;EGa<&nC9xnJfR`8_wJ%PJ~C۵nw%H-xj2*[q%W=0&, 8cJmR{*{`^vuzC`o^Ηjg{$tx9&kgVW&Y'Iq߀FʁڬzѲP@IwFa'|@S"|gs7if1g +!9 @bT5ڧίVvNhO:V%; PpZK)=7Kq4K(7o1ѵ{6u5?ˍϑrm`4 [nh5uJ]ut&D+E) kZhd>\HWS[:a0Cd'2_1}s/n 0jVEO[ Q :O6LƫGըv!k XO!/֝FVXb_$jS<*,Aj^;U/;b*^%I@%_/88Pxm3)1D1C?khyYU~wvԀ ЉcgG tTimp|~[0|?gZ6Y:CC `pWTƛj4uRC QXyᗅlz3KsؘcV,Q*>wUTJv|)ejё@qvۨKǮeͫo 1 Dt,Ai㪘;lSXd'GRX:y-ZZf>5h]$Xq7ZcvăQI3u'R+pfD NE$yI{6›)-dcoy ҀRV$`ޙM«1?JV>9yxH1/KX & -; "X5o gX?Ct s= q}x*p~d\)LiP8 ] u;ybB$B>fga+j<^?)2/5}pL ގ7a"uQDkM~yF_njq?Lof9?>H ?a eA6ݮSH\ ژP] Jv//ﻇ9;:[0RN\,+khwZcbV9*vɣ|8!qQ!Vf'snD:%C{ `146 s:YH2.Y7KZP=gm-_]wgu1HFG@U_VC)CT ᣴ --2 2r=YlsOW'Tm 4 cXlKN iAZs-.#w~tCžN;. bf-LG!Np _!WXF+"fpm{`Pu)ׄmDz̥tk`iܕ:^ͤyvMVDo}-޶jl ulS;@}`۞J8Gϔ63 3G:mQ`$UQ)ddpe[E\u0}(+][g`/o8C4#J7G/?I\@z%+I;mKUx BQZw$Z_ȎiFD//2j&Jiv]2N-U)`05 ;dS*F`7;m85iVf٥>-w=O rءT_I;:EC.3 xmzqqD2PmN|pkSC .ꅳEAKbS/ M-O1*hЕ$'ǻt)EKߘ5SP*Z3dloC!1njH^rdE@϶; lt:"`ikH od4E2ǜ'n Q7l_^2-3YkxR{Q-ͥM+O'n8pweum|̒#M&ܨżi$ ol @֨I>u wL+,:iz>?#&b[ Kk$ ARDcu#}=v7?h37v0 n8_"cE|~')ROPYpLCabo80HZ@jiw `<⭳= wz,0\:?za 7ZpB8iI[HUZ]GL%P}ަ[@;O (r-?c{ ;|3s.vʤRa:s +F56ft&9&\`53.Y :*1WXbv$-lmD蝦v륱*CWTW5lTn<_;\N;d$i蕣. T:fj 9c6=rd L/'l[J)?bqrkX=X{jC'x0,!՜Nv< fyW5~w}cG L3SMݴD:%[oxqd V-!:c5^ql ZQlYllgLϑ]8"5+U hm 69,؊ĵ0^7 nN97%3,5h usyVyռ-D_ ^hj5mi-nDbYfx»GaʭzM.M<$7Ip,vOʴ;a*^4ũ6fv|-qa5tV`=>|ˏCg_ǹ1s6 6# dː^5UX i 7` ?ay)'dҰv@S60gBOs˫(ib"LJ3$׀\ZUDd3"{dR]nAC\k`U{!p1Za[ma#Xۡ t35elDĿ:~ǧ%N!o娹$< r`SRG=)L^5= {ϟ4Xdy/o6} \@mSm}qF^(R hbPq$AA`ߢnߤǴ/oug5I5Z\4\UP' [9/J.iwK-.xefʶtdbQ_%T,/oaGw0Qu#"5ZOO(^)7p,T_RD k#d,3TntdhӚ.>iИ!Ue"H­<1 Hs*V8xg"GwAD4g1_Eu$KxJ'iP4K(..V=\㳴IdqOݞ+Y25R-wsG`Ewq N0|:9)YOЫmd=H4VWZE!A AqȊ˜8q+P(ػO2o}qwҰMH]vtnl`|_CNonPxt:WZ-pBXvxZ˨1JP_ *ɱ 8X "s JI$uB;a.<^Ud')Za6*%pK&!"<%;eÃ\yTTQxp_nI,A7*/F/m.d9[(}3K΢~{9ǂAI?1Ὡ±΃@jV|$׫.-a.)\l;tZ܇9tꙔUL+좻 (B{ʐwU3S,rmۧ+E$1T_{3+ϰ)[*sh}UYAP9dZ%Kn[^fZxON`!va?n}^F0Rt~@\ xg0zg:rO㵾m+xs1z%oN i+}, $TM[͎|oq ks&愕[2kX<⒣bB\c `1?RF}އB7NP{R7Fg HVc_*ƠⰷP^_.gHρ#k$ߏkf){|y/7࿿ KO02X -e^hbP  [m?Tޒҽ{/$1^4&Kެ﯈eYȬJ.ofXU |6jUomR$kiH7ِ0?>ЧjUٳ3x\3|'V4û-HnEo>F~)@(K<X1KLfsJɌYos֨袄T,+x{5S#ɣiNL׺DaBf90n q1obne&.Is\JDHh7]濺yoy|Md =7H)-qMjt/s#<fnHj߲]2ii:aAT',idz|RRc]۲'s!qCW}|>>PMd`I$0tkpUG$h`I>1yAF2J妹Ab8G /xĨЮ]*zU>@skvc|ډ+IN'<4[2mvGcÅ ̆[׎imG@&+CЂޭm/!>Y8:]"9E!9Q0) 4Q|Y%!>߻I,,I@.P[. N a.nRĘ^O j{bc8ʘ+^*jrD2i57(vkLJӧ}ί xK"ydL翥rxju( s+G|Uu氽$Wg`ZGFP:x>C:ڶc ]-+ڍ&7WJ1)i !9Wx[u! @s׷ a<c{UACc"UzcP!-NM*oO1͕:}vQn3*V Ϟ>3Xaդ03r+Yoń/wD_kn{DK-J&9L 'kYjl%Bc#!,Vw1%=*NVr;o݄#?|)uhw$~ݓ 4 ta>tI_skk]{3o-CKHТѤt3Vb0 .2S`';d}@'2> UӲՆm{c '#F ||Qߐ{!!$|e+4nDjm@BSݘ}'%YR1# &2/GZ?y٨tǂFoCVPޔ' 8.'%xDZCIZᴷ1,C3p.F8G7ەU.} H̘sX:ɶ܍e`JpxP}v,loL]QX4X 2rUi*:ǨC_n<r[&?٘lϥ6t#>؋EB֡ SLq 0ӂT64e}\5D~?`o\ޓNGPU^x_Kj ICAN)\ϧ߾CB ʞ7g3gEP( &fjRޝl@6:Z%eg*}X a pcXrYe ؕllH@'Nhfb7̺aӫk,yqGR{4"߸C/ % rz9JmgS9N QDB:}b8)ToM~#v^WUꌛ2Td>fҁ( XEZ?Я$I+[Xu'KK(~^/ˉsd6E1/'"Vj6:uoQ 15e\KXE%d0@!b{ɚCGH ȇJ}'ŝxv!|ȫ;έ(ԲNFu=.(~@aU_go2"=R {֛p B#.B){^@:rJ]vYݤAJtsO7++N WJI"k;5r(G(JoZ`to:q;߀y;H!eȆQѭF؈L}T3⦣xI/ H$b\Mo mc=ki(oW !/72+;})E" *2^na7l5FgԙݾT'$:SUMFO;^ۥ{H Lv-Q}.̢9n_v#T F@݋,DA {* v-*jᘿx O"Bxm΂BJnQϚ&iPcv$4U2Y1=̚GcO2ad6Y@{=AȉIwe|rV4r'kt_#cf1)ntƙ~R :e&<2fdeMO/)WZ[Аl(u_5m_c[Us@}"hXlk$şI:]Ff%s tw+j;[hӀT3wW,d?3T`,酰<NSqҰWuDVb?+!#$>giV._׋Q:'rKQDJBUͮ400U~!'f^QX"vKK~VмP#2 sQ.;:d!o隽Ф_BO8X^i[G;MB2"rYrunmL%3_rA: Ko.ZF RQghRy$Å4Y9NrwkeN2FrE_긹}_gfU@K l%ɉx;M~F=ph 䞵PÅ?X8H^A Y)Hd?`&M#y4Vp̥%{≭dNDrg_ ˤruȥtm#7ɐB)$ox*\çXHڂ&qe.[](_4(i~_CdiqrnP^pBdϒeRz Qດpa',?!?tʜa⍢3(;&z}|XbPu(9 pPo>AOyW-=&]112kt8հ )Szܮ/hdLHZ>Y(~KPyxYkjg6?͗w :~h>ǶoԳ%uYLݚ*ÄmJR89^ UFR`eܧd/%f B"n:_ yFO-Ep8:,R2eYY'CS ^8ٺ~J݆F7L5z<$*yz p:=Q{1q>=˞Jra`GS|N#\d.[r-ʟsDɩ!!lQG_-,&^%ٳI?ʨ}vx'˼D,}!LPGݦdR?K0YXueE " i&xl%$ H A5=;il0< ʓޮ^tMʄNj\"LZ]nC%&?Ի}tL. s\ q4xCΜUE8*nix+ۮK)gljEH|{@G` ]_[-Ð3 2܌0 s 's2sllwKc4WB#D9" 'sBt26^aJ?įsrAHA zѮ%~ Luڬs_\S[3a,#:f\) q. 5g}_#j0tP#9F03u*(Ir-nID9LhBi?{W{rV7OA+#dl_0X]f}ӌȨJPКʘ>9F+-Bѵƺ[ G`P a6;W2Im פ@>S_Psz~t-_8ԅ)fL`bf)'" ]ܴi? eWZo) 1 O>lڨB 5/Cx" eDj\lnY2gi[qlhvygfɟAHycBOJ;&0gA y)ey(M_(\)awF3% FjdllI2dt̄Σo`zP |*>k_ JOhmdk c8qׄYOvA3=UBS,}GwvӳXcB]m; l5bŵwLG+%lt҅|B'Bϩ5Ŗ@J98zx1Gwt $FocU<غy%^em< M4gN3}D3#"Ny@UG,v Xߩ8.,*- YZ