ruby2.1-rubygem-highline-testsuite-1_6-1.6.21-6.3>t  DH`pY.ꚸ/=„\6n&$jy5-&q{h~k}Hӝ{!\ci#>}3:02qTGbn{4SSC}-}`DWKWs7pŽO4aQgM+' 'ck ȂHk"\"B$sHZק(B0~˫۷.O#` o~Q$כqXPSb[0/?(E}e5a5219c89b8aff4bc61d3c2eb5680f9fcd25e40LY.ꚸ/=„DǺ8nh>*:P \ ]Djuz#}JMdW%S=|OAUQF,MXBE ڠީ) QjK=:UiIq~KIߐ9Zl  n [k+k&(rhTeIM1#%9`?Pd)0 4 L   8  L  `         Hp n(89:PFG H I XY\4 ]\ ^bWcdKePfUlWul vw x z@Cruby2.1-rubygem-highline-testsuite-1_61.6.216.3Test suite for highlineTest::Unit or RSpec files, useful for developers.Y.lamb040openSUSE Leap 42.3openSUSERubyhttp://bugs.opensuse.orgDevelopment/Languages/Rubyhttp://highline.rubyforge.orglinuxx86_64c ++os\tA큤큤큤Y.Y.Y.Y.Y.Y.Y.Y.Y.Y.2295ff1ead101bf7e5849a2ddd3439027493c3a0ff147ac2fb940d72074ac69f6e2c51677c376b6152b96be23d9ba24decf5c15f6177db83705cf01079c7bb301cedc2e52fa12cc4fad08740e937f847c7a1eeea0e0e3b388f74972feaaabe54e0efa7ae424c06ae53061643fc3502ce6898c5f521067e24c8e3d52ddb1be033d7ad6c31137169331ede2201e6c0c79brootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-highline-1_6-1.6.21-6.3.src.rpmruby2.1-rubygem-highline-testsuite-1_6ruby2.1-rubygem-highline-testsuite-1_6(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.1-rubygem-highline-1_6rpmlib(PayloadIsLzma)3.0.4-14.0-11.6.214.4.6-14.11.2UJ@TT@TG@T:m@S$@RcQQr@QGP^P>@O@OG@OPOm@OYOX@NLML%@L%@K4@coolo@suse.comtboerger@suse.comtboerger@suse.comadrian@suse.decoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comjatan@suse.decoolo@suse.comcoolo@suse.comberendt@b1-systems.desaschpe@suse.desaschpe@suse.demrueckert@suse.depuzel@novell.commrueckert@suse.demrueckert@suse.deprusnak@suse.cz- split 1.6 version off- Replaced rb_ver with an asterisk to expand correctly with multiple ruby versions- Updated to new ruby macros based on gem2rpm- adapt to new rubygem packaging style- updated to version 1.6.21 * Improved Windows integration (by Ronie Henrich). * Clarified menu choice error messages (by Keith Bennett).- updated to version 1.6.20 * Fixed a bug with FFI::NCurses integration (by agentdave). * Improved StringExtensions performance (by John Leach). * Various JRuby fixes (by presidentbeef).- updated to version 1.6.19 * Fixed `terminal_size()` with jline2 (by presidentbeef).- updated to version 1.6.18 * Fixed a long supported interface that was accidentally broken with a recent change (by Rubem Nakamura Carneiro). * Added encoding support to menus (by David Lyons). * Some minor fixes to SystemExtensions (by whiteleaf and presidentbeef).- updated to version 1.6.16 * Added the new indention feature (by davispuh). * Separated auto-completion from the answer type (by davispuh). * Improved JRuby support (by rsutphin). * General code clean up (by stomar). * Made HighLine#say() a little smarter with regard to color escapes (by Kenneth Murphy).- updated to version 1.6.15 * Added support for nil arguments in lists (by Eric Saxby). * Fixed HighLine's termios integration (by Jens Wille).- updated to version 1.6.14 * Added JRuby 1.7 support (by Mina Nagy). * Take into account color escape sequences when wrapping text (by Mark J. Titorenko).-Add provides for rubygem-highline-1_6- update to 1.6.13: * Removed unneeded Shebang lines (by Scott Gonyea). * Protect the String passed to Question.new from modification (by michael). * Added a retype-to-verify setting (by michael).- update to 1.6.12: * Silenced warnings (by James McEwan).- remove installed .cvsignore files- Fix wrong shebang lines- Update to version 1.6.11: * Fixed a bad test. (Fix by Diego Elio Pettenò.) - Changes from version 1.6.10: * Fixed a regression that prevented asking for String arguments (by Jeffery Sman.) * Fixed a testing incompatibility (by Hans de Graaff.) - Changes from version 1.6.9: * The new list modes now properly ignore escapes when sizing. * Added a project gemspec file. * Fixed a bug that prevented the use of termios (by tomdz). * Switch to JLine to provide better echo support on JRuby (by tomdz). - Changes from version 1.6.8: * Fix missing ERASE_CHAR reference (by Aaron Gifford). - See CHANGELOG for previous versions...- update to version 1.6.2 - Correctly handle STDIN being closed before we receive any data (fix by mleinart). - Try if msvcrt, if we can't load crtdll on Windows (fix by pepijnve). - A fix for nil_on_handled not running the action (reported by Andrew Davey).- update to version 1.6.1 * Fixed raw_no_echo_mode so that it uses stty -icanon rather than cbreak as cbreak does not appear to be the posixly correct argument. It fails on Solaris if cbreak is used. * Fixed an issue that kept Menu from showing the correct choices for disambiguation. * Removed a circular require that kept Ruby 1.9.2 from loading HighLine. * Fixed a bug that caused infinite looping when wrapping text without spaces. * Fixed it so that :auto paging accounts for the two lines it adds. * On JRuby, improved error message about ffi-ncurses. Before 1.5.3, HighLine was silently swallowing error messages when ffi-ncurses gem was installed without ncurses present on the system. * Reverted Aaron Simmons's patch to allow redirecting STDIN on Windows. This is the only way we could find to restore HighLine's character reading to working order.- update to version 1.5.2 * Added support for using the ffi-ncurses gem which is supported in JRuby. * Added gem build instructions.- use rubygems_requires macro- update to 1.5.1lamb04 1496246925 1.6.21-6.31.6.21-6.3teststring_methods.rbtc_color_scheme.rbtc_highline.rbtc_import.rbtc_menu.rbtc_string_extension.rbtc_string_highline.rbtc_style.rbts_all.rb/usr/lib64/ruby/gems/2.1.0/gems/highline-1.6.21//usr/lib64/ruby/gems/2.1.0/gems/highline-1.6.21/test/-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/d9e133eaf5b41ae9da455a93f03f21dd-rubygem-highline-1_6cpiolzma5x86_64-suse-linuxdirectoryRuby module source, ASCII textRuby module source, UTF-8 Unicode textASCII texth_hdA?p] crt:bLL' hljdDsVTƐz=V ߿X?2QjQGHFiע M!o:9ABr1z'ڕ'.2߂LlրTGu* $7+.!p uEwD2F~WR)X* qu.E4Hxj;q w/`i>-HH;g1~b?F/d56>ߍӻniM3h} w)RO"Y?PAGU% L3Q?NVى ]a>~yݑmhM@6W|֊jCC}` VȈ; =/=A< 9O"\n(R>aWh҂#6: A @yCZ˪" j2 |N"aUܱL}* =˘:TҁE0k^Z.bMK^A+gF2ԾhTehOZ# 3"̌]vҬ ;G-kF- j WOń[8׉@@gDZ'_x1[0_sm ͸}sȐofuq< Qu n:<XF$ s{S1iOt+e2OTD,>Iu˞Z pŖR/FG}{%l˽kM,S\_6wFN钟/dzIHeO !x9JRďc'ыpb( TX (7+ UBPU^ tI 1"ꁴ{7* Om()!]9ᷥԚà X$Sߧ9y!XLK0ɤUtU'75%]bP$ X]̷#:lh:+%骂OG\Pҹ Wq\KTg-Ƽj,|^;̫r^{h/FݭoJgI{E֤w( geɭq7;|?^\ܺ1*U 0L`@| fێ7GވLW39; X'|V~aB(澜ԨX_LM:{Qq= Q.SudlZrHgs3JKy;w8~RmZRI2H7 dS Qa~kDLHdT@W#wd%y'? y2v:s/$(V1MgDg#Jz"g=_TMZDFv0n8f[:Oa>aVn:4Cp=t÷H|ّ@eNd5|DZO;@;1BbSv.!qW[۪(Fp9@T(爨AR#Hqx^ j=H"Z/TN{Ň72y98Tm K{bkR+'XO]gWFv&!~M{% @6\WsڬTsyޛnAƴp¬u @裝PT@[$5#Vb3DsAruzoy!"\!_9i [cmV~+Grk So#m և[BqT}OZ:]Jt)293 DǩFvMN \AqV4)Hc + i!Y8m[EaИ[|> jzw<Țc[x?W8FJ !S >/oq{Ϛp\UJcAgfEtb ړB~_~ۜseɭEi[_`*CV1ymF}S 24Q&ܯ5ׄkufrWK|b -ʻH"4'CࣼHnz7@5ڝEV]CAӯ"ok_=vq#ڋCӵ+1*v|hFT:F+dZ$XNQLv[ճxn]Mu?όE>rbۢc\?bzV`l)xJq*BD(~k`SN.= n>+uxH)}]=M{P#[!x!cVs |+ 4ɵ~Dl+bڷ~e3PR?x^ɧ 4 (?8>)?wYX0*ҧ6Gt=*JOXgpيK3sULӦN9WO<<>ɷ"́ )(C&-tHh#ߠnRrLW9քwpMVҤYn +v‹3lSة0 CA o$M zosoZݴ֟BES ں18=炕޽V}Vk Ȃ@L*qsD"?b.p`+ѧP=CS5DVz:L1hN)ʓ?3%ص$~y AaL\Тbo迿р(qzS{%`(iB/@Xel\xך9Қ r^aT̎4'C;=%e+%m%7&-zAu_NF~U& bvɔ F~?:J}Rj=jڀB  w/PĽ4kTxHadt8wā)&62o.bB bwb!0D339cARtnlw; ?1̚>:qRh_$+dgoeՁ;9jQL?m@[80~v"r_9n! wKވCNa>.G5(~ ~"KwA34A'lG&K-Zԫ; kqYTYuknGSE[\r)]fEn 6J"rQ`0DԽs#v\ b J/q'ƭP᜸7oP=͜-}Z }MX4,~LfŲ;1񂦇9.EyAa;` Wi Qz)ʊ Pb(SHNPєl]QVZ.3l*[5l388?Dd@X4C]bσy F%$Q:AC}zt԰g~(0{4g`^\xf `Q_MIv -,B9Euީ7'TuEpUdqKt ?`oR\at"DA Šꊐ]OS7ovZ B{| !XJ{qD clbZs=@ib>bعH'.-t.$ k]9%O* /=h)?Yl-9e4LyJʁ:' QJx2#A96z! ãaSyjcAVKhtqJ,D!p)&-O}(İG&H=sXo5?WkrLD45ٖ?Us6N3 >Վns}obqx҆w!}R%v<&M:xCo䦨v ONˆT : `rvcb@<슲ܐtT45E<'7',s3`>S ޢ۞WcN)zes!Z[TG6V B,;Sx3͝.1w?&8\JMf%JTezi>.?G#l'V'KjZ=lRi%W<̇!? hc9($M?I/ṃ8L(VPZNX6Ó}w!hTKǑ|3\s7IEjLR-P|ؖ&& lضizoƼ<Ҧs 1NcjäU#>=בBc7cpuD8coIJ~XH%&Y3)V:th)`RY<axʰntNqpHCHwYˎX֩v7iA1IcF"ĸ:\&aY;HV>֭S/})w4sɏ&9Ȳ*5PiF+&[ YQÍI#qD$c@ wHz;51U9&fV?It Soz/Mx& 1v=H])E,fqɘ?#{o.!]r`w;vmt:z8+5$ U')^=4A@\㶟V0}@ YZ:4blRM=94^6'cc}b֏A9C6=tVӄygā gT\>rIdTFCdEx"kTCDfSn?Rj8,ցURpp. ؖ(5 g_VYauN(:K͟r4_ ߴbҖ 'BAg@$5? vǬ.j ИU>yn0 x" 2el>i+@kr/g)sI-02p{ĚS&JX#B81Qpq xbo?c2tF/\@%i `V5Ùu,*H9KdW(  H3ԚVrE()i7W_SOB#sT9{M|- 0Z<!$He*vY]DޮhwcK{c}5HSc`*!hP* p8Oa? #g@HBշ$"\|_3qtЕ] zMe&}D=0)%m 8YX_3N==J*eSsJs4B&xkXut#Lz^ #X!#wX wk<%KbMqE38Ds^)_0{7U>~x5A2-⾻,UE{nMz4-lt}G WkB漀MZ6E`IdQ7R4؅O(bz-_< C&8>XuXLv>xBmV ֞ :%mϰH`^tv`^WZ$WEi#NdDs S 45o*=ʷ399)#;~TD*v5y,kOUv=o{/iő3JE// raBUcؒ MG"xJ,wLD2g]`K?%T^r :ck*Iyi="0 ׻>W&{+!DdLoaocl8cƞ5,Bn=]hݰl*TG#ij6 V28pno@uPrsF8+`n=9+1tU<}z)[D1/$3}ж#Wg) Cxg),F1!n2ʋ_g4 D. tejrꂞZhʞz/3`2n2'X? \J=g!M/H;^"vq*~_mNF`(:6ifjo J8PrR;B3I[JT^"Whݳ ^ v#C X\ij|臨L;,'On"[+.`2 |uY cM(fSFw2YzDة^ځ[@?la*bn eEڲ,9<_(bQ6'o5XE,`L[x?͍ ~oq ,#thk -f&M֗Kt5xlxZ%I}B\N|)=s0 @%pw GhZw3")cx~EW;8 kEC/ՖJn ~IdqEwoe\KzOa!zwcI(#P B-L;RS4<抅Σ6eũsJ Ir1IKOv(rq6>>t,͖G ;ydVh.~0{Zm'ECK<(0< }3#zu R[jB= љuéR@Ҵ*w{D>va|+XygD͠ ˧%G1mfnJ`&}MFڀK|"шdBN['[il_1P[r7[9Vd݁l`UJ+sRu>^oUr:1ҭuB z݈C~=يNZQA{U,qCmi _ep7i9mB6o o';P(ABvv0TLpqQ蔸fHd*AdWۆ>O5'sBNF񁳈6L -szP4\TR'IV@GˍrFpsw뒵g%dזd}4ёlXyAҹF90 ¡O5v[>bxdFƹ"$e-4}zXStU{옪LtÚ8 f.g]w[4[WYGbW+7V^c]q? ?Ƒi: ܕ!J6Bk0r" ,O(9ϺgR~c IS%Eښ%!v]c=$h$km0bez[++"֬PQheܳZ%Њ.,X= Xp+$GB<_(,t YOoRNo3znW//ҷe/hm>$ܩ4K*n5GAp¹a4;.VmkCZC5_gNq]Bo;ں{̛" ;d,b/=Wof- 8My0\:LIWUYP̪+aGen}1z+'lyC+LP;xm0K]ta<5fe7]z*s7"u$ͽԧed^*,"-:p}?8G"{} 385sRdJqy:6B/R(8"YB慱x3y1nBJ+6AouyDlK)Q*ؠhmXBCl`JmztɩIj^q.7z,#.O\lh6D62G49ꫯ׊w9}j+As ?jP\r>|#%Trkm~yA>dBu >yU@[M/CXiwӞ|K M:G//%8~Q 47%̋/ȑWNRy*NyR!~'!< \tb0wT0Xxބ`q,aQ 1{@aBLm\-f