ruby2.3-rubygem-slop-4.2.0-6.3>t  DH`pY.츋/=„{4Ӣ: |8ƫ/&7=_ΌU#M ة2ijY7Q6{e8|PnFqЍ(F:eTL8<@dX]IixBPB~82=:`$?` n nayL>8zyҬshV*]N Xg x5s䡌;@ kxNS;5rqĀ3Ffc59d8df4f7b0d1ce9def44a951fac3f120d0f1aY.츋/=„ ӑ5 Je:fZWI%2He=I0^,!A0h}#Z?ڏ. `3vn UPZƨ6^8~>nhgi{ױ)̴~ignzAנih2_mƻBy"+N_jkUfdI?R%Q/~V??g?VYHtSk$ok:]~!^ jXJK}LCdp/"nq`_ ןQSʀ>:-?-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.3-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.b181c0a63ed117251e1f99e7af63cecc031da4717ce1a8e77a0ca1afd6aeb1b4f294f83e83dd35a89339576a453947fcd4d6a2ae7b0885cd10fcf8bb6b902c65146c58fa2f026b9bcecf04406c069a2640575ded674b04c083ce6818c01f0282a287a356df6aacbb4840576274e09d47548a548939508bc34a9550973402fd1dee420f04f13a9d2a3f971d352ff0c47eb4be5dba36dd68bee25213f5e46af14fa09c73d544e4d7d242a8cc0004edfec3cb0c8456a3dfe34a4d27502a21cd180c2e68dc11cd828885232bba38a37042511689221c29a0f3fe062b247b498b27c9f3a902dd689cf04014cedd38161ec58e0fca08ec7b93b04be001c3e973dd750ffd1e5a1c8394e23ca2fd5d77e3f45773../../../../lib64/ruby/gems/2.3.0/gems/slop-4.2.0/CHANGELOG.md../../../../lib64/ruby/gems/2.3.0/gems/slop-4.2.0/LICENSE../../../../lib64/ruby/gems/2.3.0/gems/slop-4.2.0/README.mdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-slop-4.2.0-6.3.src.rpmruby2.3-rubygem-slopruby2.3-rubygem-slop(x86-64)rubygem(ruby:2.3.0:slop)rubygem(ruby:2.3.0:slop:4)rubygem(ruby:2.3.0:slop:4.2)rubygem(ruby:2.3.0:slop:4.2.0)rubygem(slop)  @ rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby(abi)rpmlib(PayloadIsLzma)3.0.4-14.0-12.3.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.3-rubygem-slopCHANGELOG.mdLICENSEREADME.md/usr/lib64/ruby/gems/2.3.0/cache//usr/lib64/ruby/gems/2.3.0/gems//usr/lib64/ruby/gems/2.3.0/gems/slop-4.2.0//usr/lib64/ruby/gems/2.3.0/gems/slop-4.2.0/lib//usr/lib64/ruby/gems/2.3.0/gems/slop-4.2.0/lib/slop//usr/lib64/ruby/gems/2.3.0/specifications//usr/share/doc/packages//usr/share/doc/packages/ruby2.3-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:^s e (a^Zu;;7OճBlZ!+P`_A=njR&|Ώ`f:H'}3a[@-?(1ύFp7.˄er*xS>`ʼ@%-GIЁ)/zf$dBZyoJ*m[㓟 PxԏZUfnWZĪœ.MGR:borR0@}Dx8r* LhjFk1p.DU}(oz"3sRE n" ⒅<Њ\?% 쉸? B9Zi#-Bx~oqW8=$@*XWUť}§@ţq6*DWiZ1h6ckiGo67Q1"a[U5 ak.">x׀%u=[{_Ty'G`ai& !5hݒ3@n^C.p=#3C*>m*/ը .7?P,}9jIM\:vߋq0"W+ 1Pj 8E!}J({w\.)lnyVHX,21/4gqMpwu1~,2чm|bM2l{?,\˂ݧh,ٶNJmrmF/eKq=ILM@(ՏBimnâBjD4r02MM\>qH`6ibGh}XE 0⾧h6FK?đ嬂oa>C7. f%'fSA(i/#6[u֌E5YbEnNg#CD#.TŧjFg}x gWS"iУ{W2Jr^a Ed}N *%9)|hcbVӗH #g4ӤRpwޙvN9sQp60f]B7bnWb=r?D=j#' ɚ\D=yD2 !FDŽQ06'wu?=1&e|8Zb}`m8N>{r9UG}d9&24]Ʈ:q .f ,J1MI^\dIc84@"ť=bWV(.e% 6⁜bAsсQf!emW|Ku@b٪ eV=(x(LRd J:ӑڨ w̛0< c9y H|HAYYXUlߊh]8bHŲ)EX2Q$)gF >R̒.*Ahj-8msB}#svnPhP8n{wa"$џ)@ci1KeTn>Wg߮qJ())DkKľRIw"d"E9H:#@\zJAsCo@\5!iLm#D/$k{:.#ijmh2b9t>*ϫv@A,T \*p&wxNK:3a(jQڢz{ JB r(f% &v;CBa X)jj+HWX54 $HB Ei}=s&GmǐڇXsfQأ§ZB^p!15}kKca~ ֜$!>Z4 *tz.({>27ir CCUJUq # ;S¹#?9+Cd*"7@X>%x g ~}pq~?n ~ za|4GvږAU߫u 4XlT3OwDܚ)e;C8hgFp*mRZťEtlwsQ+ihۊ >t]糄`|*?K5.cfj''O-t̅Vآ:Vcb8;Q+'w]|E W /ZwSpn)?0y-ztROQ7~*3'iȹmP5t. 4VFB$O14Guq~I']a/ "'{-%X5\cChf[-47qf  W Chm9.)nZiÑ]9Em%}j yň|h^xd"zҭ&qߒ3bVf^ e.v_M{yq \N7ݜ? ٶÐYNS8;dnW!=w.`t9_7ݬEc#ӛD}Q})F"g ?RZV4'<%)=`m %[ Z-ϬJ鸠%NrSr,i=MoDžDZ?ǝ,e#(h !.oOBv }k;1x<*}\WadI_'wgߑi¶n~6\$ʤclXD rjw(=uˉ`O׶;6G'QDˁ ^sbB,M)ݙJbe [J",kѓejk{}Xm`bA@\1gzU(?7+]^=kR k66\ H,(Un>(Vxډb8ٲ80?09e$knVf#1X$  8XOa2EU-]15|>q0jƠbHŸLhmI٢gGCz&䛖- ˢ' 7S2PfeOd DX"jso^8ZwX٢bC@kLѤ<{w {kBLwfܴ q;pkQ&kf ʬC !Z+HzZrSl9^GSЀJ>-3SBB!xے́RLm:F- 7tB:(v JIJ<KX.E})k Jk\Bj%(sA-ip4 CѺz?/h#`F_Bz:v].ӛƕ'˓IiyN¨+ 8F4"?4[8 l8hFcߖrbkv7$#3\? wVnob@ Bs_GZX▭"b[_u9LOҁuF#q_,9Iy(xsC㎷ x\k齴ݚrJKH]N1sjf=Xo#C3aG t~?󻺇*(N߁ש~~_dqƩv/iUjlLm~Qd cfseT:E? KUH3hj)e +5TޠQ-XE[NJ|e4 x T75V V (;1~?5k%[bdwD;fPD 'Am3"˶Nm6~ =- 5a\ݘuFMŽUx#G#Y V-l>xve:ѝ"| aįu,`_"ḷ)оG"a̸6L ?#X\Ԡ+rڡtR eCկ7f{ǫajMfXn*:ܺQs`ZTܨҋg]4)+7ηxm/9 h}:־Ve2g[=E`d|ح:MuL|O/ p4 `'!eJw릇Dѓ'fTTtwד{_P֧hPVw"w-i7mQUĹ -}`Q,|w v2W|` 3:b^'1̙ Kp@<g#(r >6%>ÿञRkbv՚U.WM ׏jǚ<ϘB x4T){3Kv}vk#(t2E\q0όdTWak6/C7I!zu\,?9YW օXC.ONr/f$[@#ȩ6(\db;:C'-%T T0G,Fkd']qY[Z=*I*lvp(tzܪI3ձп"񨻆#gZ'r+hJyN;=Y?$ ^>rMl JA|+=ڜT.;K 'Ab|& hCB;VѢ(F)EìeU9pg'bY.bEw,~QTB=%^뜬obyUQldLʄ7x Ŭ{hN9໕s]JzMĚpv-UU8˛ϼ9LYyOIG Z7(ҌnUIbX$,49i'B5w.:/d!ϯ~yۻhYdLE )!Hy]pm/?|ǁ0RYx-]€[<_X`d|c`a˚\Ӧ? e%^rP_%XҥVɑ/[lfV0gYHƝP^ rAv{˙%bː\ VO 4Qe.5Aui7c$y+S:*^/`;2b0R4 q2aG~G{Yhk otк'zMt݌nKe<'ea\2\ (1A(!q" :~~.0iAvfMNle-6;ѨHnЧ(χ#ӶEy^..[ oZZo8y0NU'l7wlWHM@߮,T:ld,h0!3,hyꁭI` ;&h@)N8CodʍF~PS6QӖy*-9՚~쑥ڍl?e2o& m"ie 2v^8(I] <J2~f7o4lWD %<[vIX)dTEbF!ElrDo,%TqÜ]P1C7`0,1#TZ)ŃgrJ4 xi%By\ҡ sԓSp.gp(qGhEmF{}ҝjHum4~4y;[(qK1{ҀpB_.Սa%j8uG mHa]`2tWԘ!C _aTt0x~"6௚q W'5jJϑ#9gH5bs6w$=u3XW'0bEc)4ڝ²VDh>pg>>2^,Ws_!ZTL)_#7%*TW.xfmXŚ25L25ayB^kȕ h>=H(<ɘw赎zUl2p(e jQ2ElmPQݒ 4WM*1JD D."{'aWIE^b͢W! .DPфD| yuhECA+2# -ihӹVmukӤ ~b ]CyTF %R#A ޘ{ Akӹ a. *AA&F),e9aہ2?:r>"Wzs]jœLjJNF2Xޅ]]M4MõSlDy9Oc5_]v}@cC7kbwr>|)D7HSC)K5 $<71:,kɳ^HiV5|C$8sVG<_z$$_`LbQ.;?y?6wFΠf\T;  @I6r)T}Rf^|VDvxxMVh|ozht [A,JR C0ȴ>A,V hk 6u Zt`U96I$4#!(u4:2/b</< zf U]~Ёr"N*L1*G4o3[w㟇 p{U̥{ųl^Ew%+!2UF=u#E=O#v5$*C5V> 6Ma?3=x)'T-IAB\qLEiGWo+v?i*(`ɞsYe,NRvDziXcLE֓hUX/M A 23\9RK.l:wy J݊dhSAa@6zNV? Am $RȮcTЦFI;/ 4_&(U$LuXL Z2&:Њ2q<DM!Ƈey@EMr8x<.K[LaiWf3-IZgϰ)$7SGTy|bĈ BrFxT_A]Ie_Hsڞ5~H kC9y0"5<0M؈J'!)Xx(m%Vy0,γS;Xmb` r1cAwArQgF+gn$e͘w9۽On 6_m:f,gh?6qVQ`h~NJ--ij]l @NʮgT`Lw`1) dԍ9uHzBNP1wM0zvX L, ζbB-'L Βb~Qtm㑳:_4YZAKBbK̪=ox)^uˎq)?H.jRli5Z8-Ƒeq^f_Z &ye^p~'Z?ԑ/zLUw3hilSş\GT El@n7QKz[ 3'4\ rۆ7"kX%NB (P>Wƻz2%>#XƯ]mo+JFI~zL:2{?w4$4'q[M]lP\ʱ& W~F)QmW%prtCiYAVbR2h5zUpȬ% bcd(*ALoyarA0DCcgG&!m5ݥM}f&O2D^>H/{\=(28寲R9a*^GPL*Or >5wA60]v!w 2 `Ƒ-B:wył8򎫃#[YE+zșu! \?bTtD\G^`70{uM;S*M-)GiV; \jmi>_O*:+ԤXB6mUг UǜuJ !?y] OK?jm 6u>1QaD>$6(remm1+(fˉҒ$&/,ܡen[)O&=γCKhS8[S[,X6V^*>d)xAFAHsISg­q0aqwA\g OD]i _ gd݉ul`uDI?Om.Z~䟶_ABgaMW,VU 5x4*4%ȚH4uY2$=Y6UZ2T9u[l >2iQb;+t8W ze*gQ]̡|+e t X6j̜lyINhvˏqcUrߥQ]LK#SަYdcV$:&A1Ic"ojx) `6K~7pF o0䬯{}ԉƵ  *Bgٔ.6]cHf""pE}w-"N2B$h'x ZGZ=%j65i>NC{#%!1~UikPC;^2kaj82g[51kv>.Nvm&3lb9+rGqae[G\ sULDj ނ$m>W c`n} !UWujvx46bN~S+rR]`}SU; Wк9pS; NEhcע>'*"wD`hCR2>nyc8G `X[L8ڥ"R6T<%1|U#-l>:4 ^d'r攡w4xV!h&yĬ5m6n@9xLtZe2 u\OX~R!?4;v2z>ݪ>('^tib !R{9nzڽVH*常㘄)zcv Þ-B-HD91V}J`k~ Qp\c95Cu0 jUљqyx~W3tt~|E Aێ{{<:N͂H찱 Hʥ ̗O[^DCcZ] 'Z8LP7iK"3b\w<"fr(ӍJcs&=V^OCMb=r^N.U 8)czuK;ZJ6$>$Z5, jHinwT;o&bS٩n%Z-ݗ!TZ})Fq%ď/8g35>a}$^m=!&,U᭗GG}b ւ?LbMJ=jlmOp 5q?K۹ dC֜[Eqdg`z^D4NwMbh'&?S ;٢I I=zfr=#X?r00b.wv}E8;#Ok6WoƔVVj'Xl3Dq1s.X$%C(4\{P  +MQLf aTR K{(cDӗnRFBM>C'{= –0Om7MHM f;.3j_sywoJ1Js;2Вz"eS׭V .D̈́p0_ ]łS$JdūhE^5$v,=&E=y'үf4%Zyq0QɤCK x[KlZւ{$3O8quB^mJ-}ͮ+g@Ζ,}CFX-n_' Rg%dcOnyMh턃fUT3]j WM\}g<39x=>KzGOL F"yo4-n\r٫ƝK=A̮au i}I&2ɋ=;S- >HcvaN)hV#Njj9 y9(0Pd5UO/t%e/S3UW(lFE}bmnސ:-cF9~/{A/ 1 Rh\[e2A/qX97n3!ƛD|n0>SS RYOr6^~$8jl~0Gr_5 àVj:%p_% ܽ_{LYZ{9@! > v&:wOPh-GBCBET4&B+ܜ(s"M|AkQ194 4tr5A }elxpNAbl95Ĩ7&;{g{Nbߨ&.Қw@1! 7hAXtF!nx4ቚ idt9+_DCU@뼱?͔*s&!u"q#0 oBx`%0r6UZKK],ymĥ}d,@UM&;V2u5b@D`) b!1$P0' G#mi>M[`l5z#mYɺ J )~C4z\;'T:dp2z8 g~!ȩV~| |n) $HM0WDS?u҃{Q1K8Uܒ / WrTKPĦ37sֵSHsi;^.LNac-:@&S6r=Z }@rYأvdx@) KPִyvSrFN4kL.l* kB%kl{ұVl ?gObGr:nTj3vUcHҍk =Q[ W)Se֕O+_2\$m7YF}=OBRĕ)[2yn,<׃1CH-YѶ6`{=SQ^-q:wI[qN;;z\4r]޷kQHF>(H2Dӌbl햅" B 7xAeQ^ O{r< F $50a `]YMu B qKN#9"P[ s gZ7sWgPsnAûW)n_dr`E輻mtvxq)1,BMyI5|n<$lE,a[* (޸m<dbp$€DEd8IU3!EuXW3=P3"QVWSld;ƣ95pFTw/=F@Eaa Ny"P*X,?Q.OiK! |ڝJ%L"EW8.^G(\lf7;}U|XLgqԟ/1U M ֌dR/{3z1CM=E}SE2@Hwӣ 50#$扅#q݁y*̲$ǫq+?9$}eƌ1˘?hru-w-(]pȴ^H]h.XwJ`)EP'2]bDKcj] ߬`dl1 qqmR_'b-WԿ_-j-+‚62DRr`y;*G9 8[L*$Pw2~ /.vyd,"52+^ܓ~m1:Qy4lUWE*Oi!|tzPgȖ,Cq+~ MU$ط`9YVnjB7Pom%P4/-VOV; eS83eY =ROO5ۍ@~<}e Q)lrؑM{*~Q4YiwpYRZ3x sA+,g}B:s5X5jd{_$b;4y{32p_O,G2n+qHb E灮(Hc~ i_6O0h`hU]ɩzMϋP2<{*& 6eطXzu4dN7ioO%kUbDCR.: ?EnBOm?> oXS )Y 5j a2zbR1.Q>+cq/(xMڴ(%6Y|0M3mHPRҠ?`af1*Sg[8N[/o bĜky$~X:vug6د&oK$G䎔ilsZABbIֶj "$v5/DW2bi[֛mϴ;U2*/})UE&-h˽,4 : gZ80M #k.oX/sAtG@wdSO V)W]GdlŹ-\& z<gn8Xb;u %=[uﵡ;n 7XǤKPkH#^?i\ /gnt`hV'WV-~`m(b.+3o:P[r;s$^횰Ml_m=KX#$uHGŝyXX?i+ru{]hz- 70AQ?qȓvU+y`kLՂXh|]dw Oa_Phm0W9m xrI侳U?IO&oJ@l ! õٯY-xՁ$P'f~HTVطP/Rph?5>prd| NDŘyԮ*q`t&6k zo4r02`AxB'pjA(ZKMU|蛴FV=$}A(%adlD˧kx+DE3)s _#<9z, B}#&;x-v G1'SU!TmTZQBŶ6?x5Ay‡'8ɯ6 H]^uQx%{hDs9ꆬ:,/}YZ-rQjܖ,=E8 Y&f*Tvh2,Z;XNI]Wibd;R] @߻|R‘tO* l 硿: MS WA5JDٌGQ (]6A϶J@VڛFקR"y/`.[,stV5T"\4`.ik ֦?tϴr' -LΒ4f;3_9q+Mm\ǰ[ ^a,!9 ?#*K?>dp ˆ]+ zYΚ|LŖH'oFA8%7?`36$Mj~-&Bh`562¸?N2Ki3Gb5!M&@sЂSG<_Fk~-;0XìTE̩m(Y\ IFɃ9}&gbaIh 69N&cAϱ4oJ&M-K%k#|WSsl zr5!:®bq, <>w5д QX>.='7HH1D #⌺ɼ*sR9cE(reZp|Ӣ<>a|X]~^|_LнDіGߣTHFx_ xC:t@>G;c"{7-T5]y|ʼn bSbiYQQ+Ba1RHh"K`Dl\ ݀~ śYU1+`W~s+w$)' Ӹםy?:]G.!%0ꛡ)r. :g_1БQuM0G:y3(S~J^iҜOsN&2,B3A< 5_Sa!& ޑ,t $4UTOGճLPN`h_S|2/HL IIRO+Rѽ6"ELޙvXNȇo:26MiWsRDeC^h Q9,D'R?b+~,*$Ngp [hlI+_a}TefvҏaTXrnDg@(q1P7'- PBsB>2cLAf؁U `VMm 2,ObC&' N-BBC6oTJ:ڬvdֽAb 76l}Sl9M*U$Γt%5z<.`6+խPD9%[뷸HľcT (?[n_B C"ԂL:K%hN23S$r`P/{rW6vXB~]}"SgȪ}gkƈy h-BXc02]G B ^K/$y*!wE:g^AXeg:m~d$TGe# 7D.~ V]w蠩Ϻl䋝Z(Z $ň{LdJ쁳YX29I*XOx\ 6W߳xjNy{uV,Mz>K@.v<5LVLx-E a>C苐K :2=<2Z&q#]패yAE畧ڄ\j`$m JD0!C~.oij,Yh;UH/drZv6اCsE>nkh-̕-Q YRߍh g˚2H\ m˟uIyAT+L!E 'tqzy>@=[{F,F s"fgrPtyG8}UJ RX>wăŮo!̫LvEL8HeC84EqK.Ni 9}MќO_n'ℏjxe*L3Zbޯx%Lup`/X4xh S\SL*^w Ă #%Qk:^cegDU zxrl~8UA%?Ja L#L:̇,S kj=`dO '"-!h&WYzL8,-/^%k{m m{ހy7u,>|]eȦtc 8f/ِq/k`k!)aK ,S7ԙ?p`=TtDT}ò9g"#FO5x :}@E?ڍU^%:7j~2p]A+fZ SHqxam\tuLTNW^ctVIB 9HT#s)hAßN*/UjTz'#wC?ӜU/NlFׇDT)e.hoc_y/I'1-ZɅb[ONj.WWj<0(v^_ ).i{ƻ޶:*#%Dxv`W+S~l+A?9S+y|CmV i"HMqikDXP ^m`!\c jɀ > \uh q\-y=7McH R۬0G'x;'OYYPtEuN)3z&Ebv`@W~W;Iw6AjʿL'! lՑ؝?R\ Y>mj:a0zLiM87weؚG&n*Wv kjh*O Shƒ7K֙U!l=] X!J&%5L>03{BIz+6H Rg1CdJSrsˈ{ٹ}4-mwJeQl6Й"0:Vt:e|Vw$Bgl SM^;F]i\Ceɛ]tTA.2D~aj5xO޿< cT).Q&S.JLFiIl\p-~ 85"ēn/vf'7/;ڳOɞՔ1S{Z:[h}] 6n0T[QyVB7K|1 K'(4i4^/IJ@c,Fyb<~|^1ap2yz$LԱW$u1e` e$t{);dkYe$p j ^emQ"fY6RF")WYe1rR#v["3k* |Z\DGέNas"`M u=e! ύI5ʗaZ͵ uQ#zn4t[{ކ1?jKЇ#q%CPBh"V>t=%Q+J2DZf>>Lu @KQy4u!US2/lqCVرg[*ӆ_iF+x-v\-&J$g?P;e=l][ *tU%yӹDž,yGjWDfHxc1*[ߒDh-;Ik Cߧ!TK+aQ[jogJlA+K)m,Of ԇ0^Â쾻[dʵO{_"B۞ 'Y~YL,~v& ޳xŪyupOěNxq$~Бy??g UZr/γs'1ڟ.isH_"#{d`Ν k=\Ζ q <gkC8@HpykEu3> q',( sf,0vmjz㗘d^:Ǻ8q:4Vova c_LMXӓ]jdvyE[$"}u JkJMzXjW[J.! 4;˸VϸTgaLNK pv$^}3X@?Nk+OiPv杶HV FL.@~AZAA8sJ+4ʗ)q1$T&J)/9M46Ǚ3KG:wt^>FP׉q(*& 57u_`tt+̆vZn' ٢)EDDN¼XV1Qf*5I/Cs. 5QL$ q'rM~d\F&;y;}C<";aVK·UE_%N!:ּ[ŁЪxޓ1>T_Q$<~9LkI[w6m9 09 L?i7X C@|+ʭAS#~C'EVF>;.т*ջt[Xw˙*TYЎÛ^qP B3Πg`aŝ?[ Y6̆bQx$n0&_vG{*0==_"=Fx8u ^s6qrKk63bCzw_*IfM.w_T-!K=] jLٕ ҪæA[+J@N5"RE7~RZ @3nuee[)eg|\Id]M'd>>ᚵkqsoPtx&jb=tJƧF%)Ѩڳڮkq}e&Qމ{h ù9X\>td'cO̅3N ߙ?Xg_,ad.MlΧPZz n->uRj3^Id:?T.)Mxt7qUY82][S;1dSG+ΌNR E;_YJsw;~oK?FBz=$@GQ{6X +I3;Q'e˪ሏ͙0glL;ݚl D~t֥~(Z$af&Oɤu;5MVAB8M'쮥Ûc>2]m2,*'pq:g|6eӠCQ@͕9M{%b#-=oB B`G>W^w3ȼ$ j3ҍYevk08^[&:[!<ى[BX{,zi{hCAHob,r2|u*l4Ń:iP O Fc_6и{]/׆JtȠh3'3