ruby2.3-rubygem-highline-testsuite-1_6-1.6.21-6.3>t  DH`pY.ꚸ/=„x[1fdROOiHT5_ >UM)}׈]@52{ܳ+>˟L.N؞`%)}Aӛ3J;R:ާl<ݨ/vU~.KaN UṶsmpJkxu_jXu A =40!1MN5\ m֣GќL|,kؼB~EJpd~y73315da25205ef772b82b27fd3fc431ae7660816LY.ꚸ/=„n*Qn f'5}$*V _ē&3Y]ONPYz}Qx"ڎ[Yh~m5AÒXޏ fߌK얠.ngVUs| xggUq]Wx-*}TS U(, {ꡳ õv8 >9`?Pd)0 4 L   8  L  `         Hp n(89:PFG H I XY\4 ]\ ^bWcdKePfUlWul vw x z@Cruby2.3-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.3-rubygem-highline-testsuite-1_6ruby2.3-rubygem-highline-testsuite-1_6(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.3-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.3.0/gems/highline-1.6.21//usr/lib64/ruby/gems/2.3.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' hlʥ֙p{8 "v0@LSXNؒEu?3LS~sRCY;)e^v!M4u0u.yPP*Y= qV};9=ɄY=w Y1bMgNaƷ<4'} SH˝?<`pclE'¢ܶډI}{ɱ+&l`ɊxoWVWPaՎPɜm)3҂s_}*Sᐒ=F ?zEcO5R·D8TOѿVP.4W٥fF2I_ΟH0uIEP2X.}קrwʤD٪s>(4l,+_|l!lݝY" /|\ax]6] 9E٣`,K_ӰPehg^U ]S[5/fzнVj?h. !vl/1[]Ny*z9tӮ rDNnT1PoؖRemZt wW Zmu^ e(Lu4S#K2rW2sمH>_>!qRI9YgL4Nyڊ;D`}&OsV.oش7dvټ<-컢ӫ~lLTR(58~4X}q]ɥڴ+! %2L^ZSFmj2y ƺﲾx2EWSBL78-W5/,.K0 ̈́қY"m;Gmf%RBᦴlo]jfғEKeH '7Í$-$$XWK=kpi渲ִO |B6r[5Q| !26(h쮍 oSszɆ{f4+6Ćٸ#m˹J{Yƹ82_Y̦2m B_O#[~C| GnyFDLM!QFJέ*1{A(+u':ɿLt3b%iwލy_*"wEwGC oy$7Hv+4ٗmn{z,Iq =. ATP=kzqgJ3T N)qb"kjJI-0m]_l U&s'y1gʤZN u Y3?-!+W"Qxљ3Z>h xb̈́c1l}<\[X3L&.>ĝ7u >h=è7j:q|0rB砺` @" Ҟo2=~+4Ǣf[{UJ ؊ d) Y,ڥpl:#Hšz ][ D&PȧA;P fEG)dqUrY?C9 PP+2", MMg@$U2cC@.{u"PI/YYà ؏9ێ-Hnzt<*f%>|bi ޺"u 2O3i&g3ANb%+k;*HUC&Aar>g07ƒ\?DSs;N1 tn"vuf;!u>m[p⚮ث&/B_YC鯦!WD[7M#) ԾyW@y}!ˉZ2B&RlV 9\Nʨ+yGj8uL/]Rl7r8=AG(\mQ\dQ:8ŒjHOp=n)#9G!#hɉ.uݷ.A2 p|B >]# `@^Z<7RВs~F0^ ZZVhsnq׋eF理lC3F޵M)< B_+Nr-Z0$~5՛{q1A<*L C>;v c\^8W>J?4,cm lVޣl>Юٵ1?갵7do*\1w> @8c%‘ꦻ\;HF)lW%.8UvIS"px6my |) z, 3X2C[{|4nmf.x)|*X3#1d1;kV8ɋY8rmp)A҄x%yvIdݶڦG|:~'6 j.BiJMQ1Şmlxf/Kﺝ baAWUtGl:$׼2kw%]lյ:9Ձ7Vc]9?t;lMsC*S /mDE^v'Yn A)H*26if fR+@M*mqvxȅ4^`mvg[D0RPg9H)/YFv$[DN^^ldzXMb.6fb> Ϳ[\>cG 2N[EIuT twI*$f}@],󤆬9^rY~3D)YK0scPwk`9@?1`  Qx+@[@7g!T3C0'ʾ=p(;&E6nְI:.2hMt朝.'WA=7ol-cbDjܹ_|G%HɆ-țu}G)DEDn&KPr٤IW={:ີp0~+VQ2j[Z,iFI'8wQ+Gj;r Vu^\ʕK{<qh?lzqK#v O*Q3ʗ@rg;O`0{ZZ5ԡ*>1_Tٍ"Hg7Ziw,z0|Dߡנ[=z }J,VI؍'Թb={)ӘA@*Ď tamv.D_ N%sHťq|sp ;񞛟h#l,!1'*cfWqV2iyHNP|t|,7U PJ3[#$Y1D=a-6.Jri[MGg+خ&kWur?s̽a^۳R +>vY6'5[?,6xgd 0Ԙ)zeŒIܑ ![K&ƍ9cv;DҳD,7 ym@˩B 3(3e?ykmd@vp*E{^7ց/O^|<;-O0.pU7z'[2MM'N8nX#wg[.mˀ;ȴePÕJVj#4ol ɺUx[n:r~ΔS:5 6hdD\qypEU^}~(\ }a٩<]SE؁ԕKnք.K Z6?=C%_J2'-?1'.{1|*L]1hʔLV>:|`iB)yiH]1䈛QpyKKdYC:f~ [ 1q /p]6']$#7zPo -zZ+af\Mƿ\}7=zqD``lVr-0 4ʇɩ 9HN 'FtA  [!ӭ(74tCbp\ ؤNS`dL:] p'OW2y#uy,*gmBnEHhQ]0mQ#%Rjwȏ@Rd2 8U4-rcjq젵q`)yk9b44"RK ─뉁- Ӆ/;#jOR~;3Ϟ?C.9:!p;cy;#r3@9aUEGZV ؛`qCC)mk"*ǾQ ߴC&WZܚ)/ 胦bW!GEͽb^~;bu<#iPiQHA?bd78+ Q. OkگV@grT EY[09R)4upAƭ5m#z8=u[M(VY}=]/gawK#F+,d϶PFr;rpZ9#[Wwik(ru0,m̙J2ϴJJ)_#jokd4];/E.ԙ\:YYGGW xX?<6HEAw!U/ NzK>y0w|lp/Iub/IP̨:\ +hox-e$VY0M2;=cWGuQ&@}+R_XZu4O3W{Z\|d}A]ˤ Ìw)/+q 4sR$qAGP 0?sdžP&1#@OC2_S7 :zOvOIh?ez( F v[ⳣ6۹@>BƝv:Zp1.W#M!60i~Z·屵~>7a4%n3@h긹 9FLO7kujoˎ8 î5j/ma\7Mek(`RqyBˬ9e٦BFwGT3ϰv3!$|]c(L?3uh`FO@ioFsg A_4BAC93Ltu1Y_О< *JKiA!,N5Ie MDm ,~3Z6H`)KEMP '{R ~A$_!:fC2]42"<'0>yz~"_heQ؟O? _ykT9Aow_P3KYTcAẼ7V [g.iWJ TN&e]l:~l PQrfО.H]uL񫏼w`Ё{-,GffY-Q Yân8ɚV,],o 쀉ļ-#ϴ xfm鯮VӖ2?"lX[.G4N_-ŤD#VL?ڷ"q~iMj~CuA{ fWWr~βl!:Wb]J<v2yۖFx~>Ғ`޵t_|GaӟXM]$0;w>B̾ Iܴ;se ; `tK+^kmCZ<@֓Rnq 2c![},ӒOTIΚq&qa7;/g[n΄?!Τ];qrrKSbKÍ.$P X\V >170VA*S,@8' "e&gڭmӻRƤ\bZ˪"EV;omDNa`'MŐ W`e1R3BfU|1h FigS8k}yMtpϳ `ϟVz#f8gƭGZ-?,uP_t?{ņc(m|HT7 ) JtbjiXvcZ?āѵH=Q+P7dHzˣA%P $.EcK r狕h{ :ʹ';M|./bbW3p#&_Ƹ enm3KU+.PX_ƶ)yԪ7!Wݠ q<^ލFNὶ_ &lC+񿹫ؾN[2B %W-x٩XJJɾckcmՎQa_ SxOmBFO 7IP=I%p&3(+--.kXiAK1oqao HUƆ"˙ mjtg:$a\`PCiը#`] 3\}Zm/wvҗd*Dk* b5䬸wAhnQZBQ_)J޺ǫ"z ,ya#֩X_C,SnƼ?uW)TzdGlVu*7Q|s uՙ6+ၕO}b{ ̐Wr N6Y.hZ+1 ^Y3צWm2xK!3zl5%Jm(’ܰwOCx-jJxF \R?̕!jGK1QcsdjoיGF=Qd2q.ɚVН3P=-Ef45bFٗ8x-[7au\ץ`NjĥAԲ^hta2R]6{/OQT]A";1\CԈdMl溯?nY /qɖrjZKZw|ʘ9c;ThF|&cHBiBЩep%ҀnJPM8 `;2)iUL_nc7M`p  ;z,;iE;G>?P2=\Fe[%u d?-i|Fݦr8&֘D.ӂPL"UUZd899_7> >{˸ȍsGB۲5R`%].qhIc'ѳcb<)]ܖh I0t |\uՍ`$7mȑ#vۏ+C>2wމٯɡpz0NYa*P .3| np䯥K"puR@52LAl*^۞jta`s rA$AX&P7{g