ruby2.1-rubygem-slop-4.2.0-6.3>t  DH`pY.츋/=„14Q܎խ[N\]$Z)Cuy T|!2-ZB-2VP!E"NٞjVْF7[(>wd9-fe2{:ӄ,f#ℌ YO8Te 6;iso ψyEąplﰲ-OHH9Tc_.i41_OGT_̓<0v=r&bϤ 99a2a3ad5e6f20c7188589abe631ba2f5839d36bY.츋/=„I`.&Ul0V5ݦ G-.fٵ :^ A8tQ#p@ͪuL2j|1cL)R.T%yϬLape螽>:iݛd™SܑsFepdv,!67 FV6gzw oPR C]y> 9i3ůs5SThnTdGώv曷̤FnckX<Ƿ{=<\ԇW>:-?-d ! C  x   8 p < '(C8L9: F'G'H'|I'X'Y(\(D](^)b*c+td+e+f+l+u+v,Xw,x-y-tz-Cruby2.1-rubygem-slop4.2.06.3Simple Lightweight Option ParsingA DSL for gathering options and parsing command line flags.Y.cloud109openSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Rubyhttp://github.com/leejarvis/sloplinuxx86_64D2o&![F# ! j l>9;A큤AA큤AY.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.b181c0a63ed117251e1f99e7af63cecc031da4717ce1a8e77a0ca1afd6aeb1b4f294f83e83dd35a89339576a453947fcd4d6a2ae7b0885cd10fcf8bb6b902c65146c58fa2f026b9bcecf04406c069a2640575ded674b04c083ce6818c01f0282a287a356df6aacbb4840576274e09d47548a548939508bc34a9550973402fd1dee420f04f13a9d2a3f971d352ff0c47eb4be5dba36dd68bee25213f5e46af14fa09c73d544e4d7d242a8cc0004edfec3cb0c8456a3dfe34a4d27502a21cd180c2e68dc11cd828885232bba38a37042511689221c29a0f3fe062b247b498b27c9f3a902dd689cf04014cedd38161ec58e0fca08ec7b93b04be001c3e973dd750fcbe44ed362cf1714fe1e1ef9d6b13350../../../../lib64/ruby/gems/2.1.0/gems/slop-4.2.0/CHANGELOG.md../../../../lib64/ruby/gems/2.1.0/gems/slop-4.2.0/LICENSE../../../../lib64/ruby/gems/2.1.0/gems/slop-4.2.0/README.mdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-slop-4.2.0-6.3.src.rpmruby2.1-rubygem-slopruby2.1-rubygem-slop(x86-64)rubygem(ruby:2.1.0:slop)rubygem(ruby:2.1.0:slop:4)rubygem(ruby:2.1.0:slop:4.2)rubygem(ruby:2.1.0:slop:4.2.0)rubygem(slop)  @ rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby(abi)rpmlib(PayloadIsLzma)3.0.4-14.0-12.1.04.4.6-14.11.2U@U8TT:m@S(5@RG@QQxQGP@P?UOO@NqNM@M@MMMI@coolo@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.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.de- updated to version 4.2.0 see installed CHANGELOG.md v4.2.0 (2015-04-18) - ------------------ Features: * Support for Regexp option type #167 (Laurent Arnoud) * Support prefixed `--no-` for explicitly setting boolean options to `false` #168 * Better handling of flags with multiple words #169 (Tim Rogers)- updated to version 4.1.0 Features: * Support for FloatOption #156 (Rick Hull) * Support for `limit` config to ArrayOption. * Support for `tail` config to add options to the bottom of the help text. * Add explicit setter (#[]=) to Result class. #162 * Implement flag gettings for UnknownOption and MissingArgument error classes. #165 (sigurdsvela) Minor enhancements: * Reset parser every time `parse` is called. Bug fixes: * Remove "--" from unprocessed arguments #157 (David Rodríguez).- updated to version 4.0.0- updated to version 3.6.0 * Add example of rest arguments usage in the readme file #139 * Default values on options are printed in the help message #134 - new rubygem packaging- updated to version 3.5.0 * Add support for `as: Regexp` #132- updated to version 3.4.7 * Ensure trash is cleared on every parse so you can parse multiple times with the same instance (#130)- updated to version 3.4.6 * Ensure short-options still consume trailing arguments, ie `-abc foo` should assign `foo` to the option `c` if it expects an argument (#114).- updated to version 3.4.5 * Allow specifying long options starting with numbers (#110, Peter Zotov)- updated to version 3.4.4 * Disable the run callback when the help option is used and `-h` or `--help` is passed. #106 * Ensure default `--help` option exits by default (#107, Autumn Perrault).- updated to version 3.4.3 * Ensure `parse!` removes commands and their options. * Expose the Hash commands as public API. * Deprecated `Slop.optspec`. * Ensure help output prints to stdout, not stderr. * Ensure options replace any existing duplicates * Command config options now inherit config options from top level Slop. * Command help output now adds command in usage string. * Implement new command system (#95) * Deprecate Slop::Commands * Ensure 'no-foo' options are not inverted when parsing '--no-foo' (#86) * Code refactoring and simplification (Kenichi Kamiya, #84, #85)- update to 3.3.3 and merge rubygem-slop-3_3 * Ensure autocreate arguments are not created as options (#77) * Ensure options are not swallowed when using short options with argument included (#74)- Update to version 2.4.4: * No upstream changelog for this version (yet)- update to version 2.4.3 * Allow the `:as` option to accept an object responding to :call for custom type conversions (#45) * Ensure negative integers are not parsed as possible options (#46) - additional changes from 2.4.2 * Fix checking of required options (Dominik Honnef) - additional changes from 2.4.1 * Ensure optional arguments are returned correctly - additional changes from 2.4.0 * Avoid `define_method` for checking an options presence (and caching it) #37 * Ensure the short option allows an appended `=` for accepting arguments * Implement `respond_to?` - additional changes from 2.3.1 * Return `nil` for any options using casting which don't expect arguments (#33) * Fix parenthesis warning on 1.8.7 (@shevegen) * Ensure long argument is a string before attempting to use `#[]` method on it - additional changes from 2.3.0 * Allow flags to have suffixed `=` char for options which accept an argument - additional changes from 2.2.0 * Support `bup.options` style optspec parsing * http://apenwarr.ca/log/?m=201111 * Allow `:as` to accept a `count` value (Conrad Irwin): `on :v, :verbose, :as => :count # -vv; opts[:verbose] #=> 2`- update to version 2.1.0 * Added `Slop#missing` for returning a list of missing options parsed * Allow `Slop#present?` to accept multiple arguments * Added `:all_accept_arguments` to Slop configuration options, this saves having to specify that every option takes an argument * Added `Slop#to_struct` for building new classes from options - additional changes from 2.0.0 * Deprecations: * Removed `Slop::Options#to_hash` continue using `Slop#to_hash` directly. This method also now returns symbols by default instead of strings. If you want strings use `opts.to_hash(false)` * `:multiple_switches` is now enabled by default, to parse `fbar` as the option `f` with value `bar` you must disable `:multiple_switches` * Removed `Slop::Options#to_help` and merged its contents into `Slop#help` * Removed `lib/slop/options.rb` and merged `Slop::Options` into slop.rb * Removed `lib/slop/option.rb` and merged `Slop::Option` into slop.rb * These changes make Slop much easier to vendor in libraries * `Slop::Option` now inherits from `Struct.new` * Added Slop::Error subclassing from StandardError which all exception classes should inherit from * Added Slop::MissingOptionError and `:required` option to Slop::Option. This exception is raised when a mandatory option is not used- update to slop 1.9.1 * Ensure optional items with no arguments still return true when searching for presence - additional changes from 1.9.1 * Add command completion and support for an error message when ambiguous commands are used * Add command aliases * Fix: Ensure parsed elements are removed from original arguments when using `:multiple_switches` * Ensure anything after `--` is parsed as an argument and not option even if prefixed with `/--?/` * Performance improvements when making many calls to `Slop#option?` for checking an options presence (Rob Gleeson) * Ensure `execute` passes command arguments to the block * Support for summary and description (Denis Defreyne) - additional changes from 1.8.0 * Added `execute` method to Slop for commands. This block will be invoked when a specific command is used. The Slop object will be yielded to the block * Allow passing a class name to `on` to be used as an `:as` option. ie: `on :people, 'Some people', Array` * Get smart with parsing options optparse style: `on '--name NAME'` and `on 'password [OPTIONAL]'` * Feature: `:arguments` setting to enable argument passing for all options - additional changes from 1.7.0 * Feature: Autocreate (auto create options at parse time, making assumptions) * Feature: When parsing options as arrays, push multiple arguments into a single array - additional changes from 1.6.1 * Fix tests and using a temporary Array for ARGV, fixes RubyGems Test issues * General cleanup of code- slop 1.6.0 * Add `:ignore_case` to Slop options for case insensitive option matching * Add `:on_noopts` for triggering an event when the arguments contain no options * Add `:unless` to Slop::Option for omitting execution of the * Options block when this object exists in the Array of items * passed to Slop.new * Bugfix: Do not parse negative integers as options. A valid option must start with an alphabet character * Bugfix: Allow a Range to accept a negative Integer at either end- update to 1.5.5 - only grab options that are actually options- update to 1.5.4 - parse! shouldn't remove unparsed items with same value as a parsed item.- update to 1.5.3- initial package (v1.1.0)cloud109 1496247001 $%&'(4.2.0-6.34.2.0-6.34.2.04.2.04.2.04.2.04.2.0slop-4.2.0.gemslop-4.2.0.gitignore.travis.ymlCHANGELOG.mdGemfileLICENSEREADME.mdRakefilelibslopslop.rberror.rboption.rboptions.rbparser.rbresult.rbtypes.rbslop.gemspecslop-4.2.0.gemspecruby2.1-rubygem-slopCHANGELOG.mdLICENSEREADME.md/usr/lib64/ruby/gems/2.1.0/cache//usr/lib64/ruby/gems/2.1.0/gems//usr/lib64/ruby/gems/2.1.0/gems/slop-4.2.0//usr/lib64/ruby/gems/2.1.0/gems/slop-4.2.0/lib//usr/lib64/ruby/gems/2.1.0/gems/slop-4.2.0/lib/slop//usr/lib64/ruby/gems/2.1.0/specifications//usr/share/doc/packages//usr/share/doc/packages/ruby2.1-rubygem-slop/-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/e95450d28656963beb3c84d7a7a0a79d-rubygem-slopcpiolzma5x86_64-suse-linuxPOSIX tar archivedirectoryASCII textUTF-8 Unicode textRuby module source, ASCII textPPPPPRG"PI?`] crv(vX0D:_:Kx]Ń߅5獸0:$5_+R_ ϼ{7~Z#0<^U 3wiBJ>;Qˎ}h!37rs c6!X+IbcBeV~L[ϦQXzcqIKOVIK[ya喣.3 |XH0Wӛ߯q1s8 ao >ׄC]W<+Z؞mvYL6'r+N7V4>ɾI!),4l#R ч :蚑< -នc^9RkѲ?ihτbՅ!h>UhM.! Xm[_ιLܐv.7J&ݓ z MFJ=2Wt머\8H+xJv<)uv6x6ЄxTѠIY6+@ 535mtG$,?J^t32P1p˃Դ'{ʐk,o;"旘rSEB:qfzs2J/yanG8% =2(d6YB>$:]Pp<_z3m{RU)/Y|* cJg9sJ&A9fE&En_$R:V >#[DH~t '|%$kMu)usA,(+]D)?y8h .Y2EwEG. pqƒ1h8ke}%aJY}`\]I,G_rNA V_1=cVPr2ki"%POH)B-Ig/ʆ1Qx1kNF`4,k&iN+z)\«-: Tj۽,"5l1N8%Z{XBѰda H۟ ok"GTvs) -4ԉ I4V(* YAp [a[r6FeS3 _62;eQEIُ^`M-j#I<Æ$(P+FlM]r` Eh1! ˚ 0SfOB %MjF'Iyv&47_:Zp1+S9T<t2x GKl=TJW"A:pkJZ̘kTllyTBOl`h?4ѬfRpbޛAAz{DZ1nMz+P92D(UVGvK^6=zϢq|=#@* BKqJ$0U`э6.V$|V߫&~2evM MwYIs[>YXpfWA>0ӺĊbӓ“ t&(O5-V2,/%ǐ5HBM?p-_R@!g z ΣI;#ʮaai`c*XZgF3ܥ[1C+A?BBFڻq$`/['p BJzIk.rݬU#H9y 's%]tBeǧg:E,-? Ӌ LKeK_E5#| W.)> o4۵u[A\Йґho#k|;C-@ ;v3vLԢ?#yBD7_TDg2ۭ{H^vCC-t҉n*YykL8`>SضͤVkye1"Zةņ?gwt;@,Mp]sTQv% Hk(K\= E##ً 8MY(\{I2XB*@"躥jvl@..k(Ը2JڭhUÛCF*f>46<:XKu"%;63hG~m5' @EHz_͹N6@|d9)v-c )ה+,k1U1&/ܪXV>w_'8Ti$9n %"16Z,&^m˛c5<<ħ c *e2j.pzcx@ts ŇkvO{8rI/ S A>umWI@)t7Ym lhm+nY'䟛mo- @En@uw]ߕQLCР7oQHѷT˫&:Yp Gh WPdYM4_y(R\u"J0lnP%;8PQD~[gX!Լ( $˯/dT%Ix7gNIceƽ_U"SyOH-=C(koi Qjt)!,Yeԉል}.|)T`KsCܶK<_o%!,}ĜsMf+5 vk@? ywePTH$jh^>#v<3i]{,7PBpiSLĶ#]6J[B|z/]YOKtM{8GnAǯ'"[b7Eِ|lohG;cdo#⛆Vgy80ڙ",{Lg43EX5Nݑ}x X3)x?O7M $ RP&ǵXQȷAGl)VĨ)J[3ߜe4wuۡi9ǹzӍEabGZE$6"# ?c6}6wܤ&2Nɒ=ܠ2]"%BS#%-bGH|Q;2lmPGxabew^Q7%(_.4,>YMu0:j͌x_Z-T~R1%!|Z>+Z<7Zݶ VU!8 /%BO=ĝ> I"a"^K^>Wp!СQi<ǔ . 56Uvo(j`ڽ$+R@ 4w!M('Ag `~HjbŊ1eVm1N;n}  ^"/&V?^O͐rFߎyf@pܕ;]Xƾp`ʊzX÷9B'LJ|G{M9Zn 0KD05}V,AK? ~'f9dAaZlijKDd>\Ghƽ9tM$si/ZDҙtH#7E{7EǛ'"ZMHD OYsh_ ;Z$v eA]qIͨ|.aSpTV E}⽭GG8G-j,vB٪5GZO0ڞj5VBxSdqzhx!Q}/ZxtxgvʛUNTbUo(,)OOtDjXc}ih@0b汇t޼.Pd9YΑCf .Ƙ4h:'ZZ@4mF }FgheIW)nĥ|XfW} HřYQ%Pq 6Qk=93^U'~g0X? z0a!GG:Xvubv>26t֕JVEZu$}Sb2)[dJ4c#+-簄.)%Α(d  !OѿxaBHA 73dt ™^| Zb,';gy0? 1ERFDci;0 )ZMxjbbh7J)ISZ>Uq1i9TY;:v^^Ğ,Uh3U%Ӻ\;JԕYҶ%&޺6&d@>^-~R9Qi7W"vuȏ"vt.Ejઍj),EYvk:;4?~lh0'vbP C;"FUy,#V'nձ$4HL+岻C@{瞂݁c{#R}Aq fَxdRH%b&-ܱ;8筓qwE"P ѯ,Sk}9Õ]Km?c}{UY(wɡ_ĨÚV~=j6noUA@elۇ1HXvi_=ƬX]TJU$,ˀ7GW07tm-ӯ0R7l:rABp uHץ) RҾa82nm~LǪuX0JVhCK`ZW&X#ƢnF̺ƎUY逪Xpݍq"w 4QVo+hLĈOٖrp} ?<[(HEkW(v_~K7|U'9>LJ9:c1iFyxG?j?eԐ|x[ZyAD3,:0bwඵ'5=HLl.kQӄC@Z\{ B%>q )Z K:?$5!>=O0J\OhvEudL-Xg ]l:>NDڭxBA?*Gk(>(.OO6 Mi-|_ U/*:஦:`:}*0A&W/BTm-Z -q\'4&4Y}Fv;V*ֵ\GX\)l^sm-_j}piXpkσ'`HJm2g4%)=ΈeH'])8Ɔ[ȒJUzy1;+uD0 LLs 5-6eι>Q"-{4c*pISeL|ЋNfFCaʏ-a֡Y H"-ϝ6!qRsp_u/߾eׁ KT 9UfƟ}>GV^!ȭ3'V 6v"&Is^y7麌K:Mp512_^U`_+|KFg9.7pNb}x쀬ÇS[+F u5"zt*}hƇ|`Њ'2rI_3aK2方q< W= _OWN󡄢btN Z@*8hA:ĥT Z\]~,8lE`tsg.;"p)k  !QK2ly'V>I4B DU?:>dc`R*aH8예ITۢ~>dvjnF%pS4[:870i1[4V&z9xeԎ6qE+ kј8yz7M[pf%[n Od)P>)yvbfTjrRt V͑)4bhP&r|bگVbQ-a<zN 0QŜ5Ȥz2u$fPi='FFqO#zO(;V{$4+% 7 7cy #t;c a:*`Ml`Чp;PlRFm]\ȽJQZ!!OOϥxc jViK1A4HL AMKX_v!Ք^XA*{u̥_ʳb$_p&[tuϯWL'#5ceyO흓aqɦDdRLxE'-F\0OB<-hO;F#G[2ѣM6{i&=XOa'=4qn|Dk00FOMxQV\QBNyP ; y'vU,"95wU82W GѨ,fPGO҇ **0f|I̚z ɼfדm9fCg׸{qS3C}ռ? $2DyF-HMŤ2H4 T21/FIӱ/5X޵ Hvpz`IYJMH%zw8擐X ~ r}.E8Ǧ.V^͟^PC'}2QsÂdU}HpzEyƪVaTD/T)ݖ^5Ѕe>-k% v|vbxQ'Y? x 3yS' 8yrK ng: e VZgj;:}h2eN(WnT PoHjY] uP6#f#`"AB+Y :@QSU.Yt@Ņ[G@u1a\M/K";X+!,ZC[y gяѸoʛ>c8S{53 @Ә#HhFP@.5Z{Xɔ$d9D{[e%xOY\󚱙Vv+D3wVdY_]|lӠ!H 5HO;c)3 &:ǥZ<:Ad6(RMtSZh[?~!ا k%lF1DAT9E0!@}jlJtjDQpBlPk?vpLa#cLU(8zkPyȂDPQu}W3 G6bRqr Q,U{=5힄]sS>NS,YmQ3'״B&̿g{R?'00WS$kb~pc'w$ћ@5*K+\g⅃vF*W'IY}2 TgWS+l,+lY1^d/ x.ab']6 $@W20to@7[0dj'-@|(@: S~J! 4RŤ|n0֦ԕ,5 BK>;gZSL{Xf8@moFӲ5׷*֩;JЩhHܓf =5w#װ;hc|2mwqTu?N}ѹ͛*a(Xu 7j"U-)!-RHQdK P1UWtE]R!pT %,.o"jas7x+YţhiLMD֓WR%S.Z5zƷ9cY!pk=tav9@ 2i=P,fSE¨@>T/w%']}0s/X<+!Q|̋߈DA 4׃iDx۽qx6sϩ И}41ҿWywj]|,Ag1c#6M-k#E{՟G~NB9;LZRJKC'pufv ~]z1wRr$~Ur,M\dԕxr:yviAU#Ǜq5}H߂]Ot ^PweC>Vsy<6mm q7fZ(aEݤ>IC3ж0|٪)H\DϽ[.yxtH[<42IK6+oipәM{ o?9YGٱcңk+YV۩vD7LFM A54XQW#exւ[Avs<ӋcDpGm$E0VߊK3AClƑ^'3VA'@9V"? xRNl+Je7[WNQ*N4\9kìz@_o `BcEn*$ |:$Y44_,Ur"Oݬ⛕=6h2¬:G4LMPڲ&pwW>[ u[ Ga<,tP;0("7hUrej^A@ېb4Ԉ{y y+Kt9]|z^N &qaL@ԕ""*"`LX6mb`+°I4r$( 5:X&9-9ycNh[ V<E%LRj^ӷŁxu鰗& jM3Ϡ(5F[ g4)ME{ɀVl7Z ZTp>~hswbc6"7.Ba.#֕jz}ٰ2j_ɓY1Drthϯ[CSзJnP0K5$Ef!0Gzqh-p oӲ~%+pNB#W`nrA,)f S lݜdm:Ű!hͼcGX ),+`19v}Zrjle9fbf|G:"sJҠgujxEt,!AyP;Z^4DA57[sF%-MoG'"'tmHļ~Z+ByKeSr%$+ۺ /Ͱ~5ϸ-):\wTe^#+|R10 ?њ~bKHcc |Ug.{q kShVz6XxK 6?$TeF~Xыrw!imo&կoQ$8`V (ES*㨂DIqŷe>6sQ^Qh/pW^@`b!qo kԿt0u/o JK8a!Y ?OV5Byc&9Affqp|Byf -ڛIc0w 7ӟ:JkəFRi4Fm%{v}NpC xjR,EUn헝*bM#Bps]bI'_Z탼b49Z²$ؕw:4?%_ /|z0GIiz˝V$xrfgr7`a? Z螱Oo)vd a 얣at,[M1sxNA0i.}5(q3*p~pjPLɢ,2f#'aҡP5S+W.ڻ }h-y~>p J?a]w]PyGqԭ8V"LBiPJԷ]f3pzjb37v%I:ME\|WZ8 #~:sI]CoEyB1Ix4.p wV'te LS6TG$= 19 .IX}BTeʚɤC_ -'v, %}ۦFrb>Ǜh -Gi mxҏMmFↅ烷g;F 5|$~jrO%gUm舫UԀR~5HuRbB Ѻ4v ˱St1{1b(nhhXMW& ]87$&u Us`Z7cGQ8]>J[w$V#,{pEoH3ؓYoWeԛ|f7T  AD|,p3sD徇eWHb!z&7)7`q!Ȍy/ؔqȱЄ0`q>T's ?ErꥺzgD?f0A;֮UG`p1[YήK,_ ӾgcƤ_MNm' Ց\aVV< %϶S- ܜYJNBnpSnQ֥@p gvWkuxyW>uoS+:w Q3| 6}zvM #mq.4!׈;}a9FnʿheH\cy6- oǰc,w6iG>Y;Fo뜝^UP|ge,g?ۓUf~豻 '|gi7&4ϵ]xOub;JT-jK2VGVl";}PȩޘӃb*VerQzTU1$6c_:I3rNw (Rqw DpXD jzZ/n1򠺾.ha$NOl]ݜ L*of 0TD_D>X$![=[BzgH{c jK{kSVbW4!݊Υx:2$$7@ Kk`T =NaF]gGZiL)ה eh^Ū$% 1,̞ɞ]d09g{4 MXUuߎh9e^ |eDTY%MelMd#l{xh-pN7+x\M91xz!jwoż FgIT(-(}*1L&'g UV?_z5u [hgQte/+*hyo/1`=Pn^6QmTԏ>xg.n1S.rQB"U\C:)ySAjfB ݧUEk4j/WdŬatzG< liLAڗΌ?QhDnfw~xDC+qkl;}pX5B?IK)O԰WZ[gx#z4K[4-.C.bnQx]*,N-rt>e" ")dvk?z\2_%J1;yi2l:֢=ȉd3'DK+{PKk.yP242+>,z0Œ-4cz ל8Ou*PՖ7*5'6۝z1v<y6OHk( t=*[S z {+Vex(f/kP`._6=N]J=ʦa=2q? `'AͶv~ÄxmgPmltޡ+s,5rz(T 0lD?i`\#uU8CLt[3QG qb `+ayY UR0[M#$(0R:x>rL1O3"3VZmp9gdz[z,QfV=2`@xFA 8yd;I Uɂ ȐBO@(5Q)4dXMLǭU/]C d&I6xR)~c8GF vP^ynMC GD 5@oQi lG8A&`Lɓ RX[W男MvQaSfHy1P{n^Tt@iB.hC)>.Z/M42SCw5[S:3>¦Z5ĉYm]DA.J<ȃh?Z=UTc~Fa1TS5poBc얭j=jc9c Sė4[9jq˴Ok4̿w/'A򊺘dPHاW2N5gAOd PG x|C{ 42-wD`}лQ0P25p:+ҭp#@ob80;# "7Q ݍVfwNi,s,ޜb !zIxXw g1wΉeÖ$t]ר, *`8aßHw=$Ca+yE({FY;spMvDZ-]`-kJr)s @$s*Mj_,.× 0T:<:7۵F82\gh' f1+8I#1/`\OqvvW5óyiԑҚH`t[iA $ ն~qHLuD5/V]Hޝ9 7yF_{t }sDU-LO,\ٺ(lI #̺zpkT˫wJş9c.C=c"lg԰៉ @#wgWPrBBIGuJm7XQ5! 𢭽b  $=GkSbmyԲ&z/xso\IVc|--˸qBՍ~P{ zq}.Oi<ny?-Ŭ5'j-M4҆c&n󞥼DYx; 0!]#IO/Ue5=#]ޖK졶av]ޥ0#.'I4r{2'}DKDlsd yWvvV_LdTQW$dM&5ˮ>](wS髸'rTZ+u"Y%WG[[0x-w.rHpj^h̑m0=6aU5̾c}жrYYHunV|\1g{9 b$/cӿSq*$4B4-0Gk .92 6--z#ۛ3kxM>%vP0_Z+;^UCZefO*3! >*0#H S9u`j7ā* R\-pQIgeeQ @YNԦKaԫElwz=SU[*6j>se3U4dLf8m" PRIX] ;h cP~c GZyi}\o1g !蜏kpd3bO`dYU*rGcs_gx~l,IUAߛ.Y+DKdx]jhdVIv   -^ ejdq_5%*^Z=儴s-Q*&Ԯ d(t8BjVcޖ؇R%&=~lHü=~]2mrΗ2btͱ_Sq5N3k "P M袏 -ZQUrY mV2a.?]Jc*D{L&+-PMԜ-)}t)*K')Jހ"mAkB'i:iB!Uc^6][euf<`RʧpBEԺrGƊ:_F:C{NޙMi(_b>2@ztpQ\,_D7HӋXɼcwzZ '[; ys|pޕ_̡-ЅR;|?u[DͷɄ\蒛op<+TD0@=Nu%|b#cQk-3K߼jn}w_"}o 2'#.@В~O#`cˣ9cF/Sv.Xp^OƾY!0k6 QXshz^NjG3Zv9 uژy,q!_Y^`s^'8гF&UѢ6/&0V g'.ȴɺ|ܹ)CK+1]UH8'J',"o(g[)bp߾x.!dY-bodd)9gXM3 D_X_}]i%V;:@v< 3Owӝb` <: ̤:ڐ_02M1R:PPMzrATGl9`6£znIQ/fr{$!X`G7 8(QՀw[P/)ov=Ez:0nd|5M.x8~S.ٔm_ѨLpS3^pA-CsQ{C0)\%˔ߥq9QGFGV-V rp:1C_ r\R<ϼ4jޢvĴRZHܦκnW $\'LG h"1q.ץ+1cONy$|G1`#?ᐶ{#0縉e_""%%zE5̗6˃g[71/Q{ K| s*4ː N^nfǙ VbnP+XX(Hv>ߌ@ nX 6#9wk[-rj]K(y^{wA2z7 ko*RM BxnؙJw7R}4)e#Rn"pQ: [ܨR.*vAjizKDE$_aB4P V?wк+>2}Si}$u-1eLliA|=*pԅ<ޑ H/b3TgraHt|%T.w~Y׫G0%ȘāMot.X[eĕR.Y(؅:цU΋3pcݻg-f\M?mTpW鮡T dL }8=z]'Sr4AwSN(Kr0« .{wB윙wJck3ͻ2_g6 C31Sλ 0&> )d >iFk%߇J:h?Ě@T0Sˡic񆏫\}kt8y6i"HrP$Wqg}vمF,hգև6B:n 0P^zg"`rzM5,%"9EW g̈iSV8 G^q~6$dhUL" 6֎\Gr4H ez { Eؘ79?OXؠA}0F-(XGdqp{1((c{ U<} ZT,Р_5`-t"A[j7NF8gʻlX)wj*y๡Aդڨ v*AdGsϏjo-#Zyep<(}R;.2PA^{=r!{5O0r~\ D7dBUv*(Gb}/Rv¶ h!ʌw55YVQ#&|7KʐHNFCȐ4Z)ˎU-[H?#މtn`ȳ\i=(+Iϩ 6(D5S"7G6C'*>O쪩XBޢWuVE݋s-0VM s6PeDׁ\P{io+; Ŧx }Ҫi)A?w+a֐ep}Y\Kpv |A9.ӴX%(yo+6drH  ,7d:,z2wz sb% :h@FaYεOd#vjf7rj#ӉI8Ji8_g\t@dI@1,Ed*Ѻ= V9)}DW[͘$ټ0:;ؑ2߻7f k5F5aK]^mU4ToPs0#e+ݠo9/Pau=5yxdnX6h#LZ%8zB 2=dT{c zQ(~N܅u?/ lє[ sQD~!%KLOݜn1Iwx&*c''A6~q$EsnsOz匿:v0PA4ndR)t>pAf1OGhG էOP".2à2ۿַ鯲0&w/nzã4y0С|E`V1:l-jďMSBƒD2}0'EIg_ UkLf^2Oǝ6: Y5$j\9QMw8,qmDhq I7QآL[!l5Ƙ C_Z_yb$Fj%Y r#47AҎjk 7K.xBL?0釘Xx si\ ?2 LLE6U 0|)a紪O8Z}nD@ `Z s7ccN"&S׵"~T?^\9@'4 ,+sHU$1)()QoOx}H#pCgaeMWmZWf@3F|] 4 #@4{tWӚ1N-L^-t:Fn%9*^WLp/ScI UB\?`ˀX~62|&U3UpG*3|fDl.#pv el@=<%P8UDz3:I)X2[#L9/^> ИS.\`SBoqI5p#ߒH:Z$ 1M-]0ɼn[@ 6U[\\YN%qåb+Bk N>P .SBi*sϥ* ^z @_ȝ,h^%5 7֕Z"Z:rYI|M(yjҴ6PƒNwJ;~IBAFlbVz"]BD1hLWZaj~ZaM?Qv% PsJ,yځnY fdZh]t<(=[[ogM ʷ=2gd]Oާ{޿g?`Z9 D܆53J[p8hdZ `)[|$(G\%oзWτdňÁ{F뿗7p`.!'mRYtK' >g{-pJ)>O)%/%]"Ee*XOg6#d5E7pœ]p)J<Lږf 5d |>;atZ(>㶹9ǟ{g+p_cz//ux|%w+QMezZ DLkjF(єDɱfR{M~7߳Qڥ52eM6v}Ph}3a w:-<_g`IxQ0oÄH\0֚,83! )ӊݴ)2Le4 1DW*/'oMB) &ڐ ᐩ]c2socy%_[>f ِUD "ob(;,~s0+z6$N12wгnX E_l&Ep|i5/,z-YY>_ AߧHgA'tIj GYk2\P2R9]҉EQe(_1KHtqIn3g6[Ϛ Ѽ{O6͕X1NY.[7`6q9ܸh녮v+ZwvJKHS;iēN:!