ruby2.1-rubygem-loofah-testsuite-2.0.3-7.3>t  DH`pY.n/=„%LFeU3Z4z`ST_¨%n)w%te|~\JO{/9L_Xf,ؙ!vsJ5<֑Ny* hъ(i j)4fѺ_W)X;JF4O*كD@:M3&SIӬX\`Ma](VظG\.{0l.fd#2(n*6YkMjY 3> y2420d07008caef57df9ba3725920857a8a035930OY.n/=„-g1BRF#+0`a Q}܋3A3E#ըOrP e#oۈgB@ٓD)Z44IkLjs(;r~ 0ëc(!B`$+՞V`(Np&^Fg9, @3*rSv^Q{@6]Hfrqvl{dH̔ .XL\\z$ft,ߕB:JFm)I=sȷiH`6nM~+`ξ:)qϟ9aq嫣 >9? d#) - Cx| X |    N`p(8 9, : FGH4I|XY\]^b6cd$e)f.l0uDvwlxzCruby2.1-rubygem-loofah-testsuite2.0.37.3Test suite for loofahTest::Unit or RSpec files, useful for developers.Y.clamb78openSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/flavorjones/loofahlinuxx86_64:8 3/,"f,AA큤AA큤A큤Y.\Y.\Y.\Y.\Y.]Y.]Y.\Y.\Y.\Y.\Y.\Y.\Y.\Y.\Y.\Y.\Y.\Y.\4a3ee8ad9395c8d481e921660ba41864f2f63e0fc008bb8d3e6820ceed08dc589090575e88e75aa2bf17dc12bf4bfdcf23ac799440dd8051d7e0e4a02db05fce401f0f2989f159fcbfee95a5a9ca86db4dabb4c95dfed7e98a0a856fa7928eb89d3a0a5d61e79d49934f7d58e1a3f22d26e251b114f31df09da3174837b91b611f36b325f139de04e96345cdc45bff12697771813c80321941f4b98f9b53233430b2d18c83d3448eccc0c64dea0f216b1ab6d120c0fe761553cc4f72c682280ecc0d41400a8d514ccee88d612f688ed9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-loofah-2.0.3-7.3.src.rpmruby2.1-rubygem-loofah-testsuiteruby2.1-rubygem-loofah-testsuite(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.1-rubygem-loofahrpmlib(PayloadIsLzma)3.0.4-14.0-12.0.34.4.6-14.11.2U@UJ@TcKT;SxPw@NV9@NTN(L%@L%@KEcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comfcastelli@novell.comfcastelli@novell.comfcastelli@novell.commrueckert@suse.demrueckert@suse.deprusnak@suse.cz- updated to version 2.0.3 see installed CHANGELOG.rdoc == 2.0.3 / 2015-08-17 Bug fixes: * Revert support for negative values in CSS properties due to slow performance. #90 (Related to #85.)- updated to version 2.0.2 see installed CHANGELOG.rdoc == 2.0.2 / 2015-05-05 Bug fixes: * Fix error with `#to_text` when Loofah::Helpers hadn't been required. #75 * Allow multi-word data attributes. #84 (Thanks, @jstorimer!) * Allow negative values in CSS properties. #85 (Thanks, @siddhartham!)- updated to version 2.0.1 Bug fixes: * Load RR correctly when running test files directly. (Thanks, @ktdreyer!) Notes: * Extracted HTML5::Scrub#scrub_css_attribute to accommodate the Rails integration work. (Thanks, @kaspth!)- adapt to new rubygem packaging- updated to version 2.0.0 Compatibility notes: * ActionView helpers now must be required explicitly: `require "loofah/helpers"` * Support for Ruby 1.8.7 and prior has been dropped Enhancements: * HTML5 whitelist allows the following ... * tags: `article`, `aside`, `bdi`, `bdo`, `canvas`, `command`, `datalist`, `details`, `figcaption`, `figure`, `footer`, `header`, `mark`, `meter`, `nav`, `output`, `section`, `summary`, `time` * attributes: `data-*` (Thanks, Rafael Franca!) * URI attributes: `poster` and `preload` * Addition of the `:unprintable` scrubber to remove unprintable characters from text nodes. #65 (Thanks, Matt Swanson!) * `Loofah.fragment` accepts an optional encoding argument, compatible with `Nokogiri::HTML::DocumentFragment.parse`. #62 (Thanks, Ben Atkins!) * HTML5 sanitizers now remove attributes without values. (Thanks, Kasper Timm Hansen!) Bug fixes: * HTML5 sanitizers' CSS keyword check now actually works (broken in v2.0). Additional regression tests added. (Thanks, Kasper Timm Hansen!) * HTML5 sanitizers now allow negative arguments to CSS. #64 (Thanks, Jon Calhoun!)- update to 1.2.1 * Declaring encoding in html5/scrub.rb. Without this, use of the ruby -KU option would cause havoc. (#32)- add 'Provides rubygem-loofah-1_2'- upgrade to 1.2.0- Upgrade to version 1.0.0 - Add provides loofah_1_0 required to build latest version of rubygem-feedzirra.- additional changes from version 0.4.7 * New methods Loofah::HTML::Document#to_text and Loofah::HTML::DocumentFragment#to_text do the right thing with whitespace. Note that these methods are significantly slower than #text. GH #12 * Loofah::Elements::BLOCK_LEVEL contains a canonical list of HTML4 block-level4 elements. * Loofah::HTML::Document#text and Loofah::HTML::DocumentFragment#text will return unescaped HTML entities by passing :encode_special_chars => false. - additional changes from version 0.4.4, 0.4.5, 0.4.6 * Loofah::HTML::Document#text and Loofah::HTML::DocumentFragment#text now escape HTML entities. * Loofah::XssFoliate was not properly escaping HTML entities when implicitly scrubbing a string attribute. GH #17 - additional changes from version 0.4.3 * All built-in scrubbers are accepted by ActiveRecord::Base.xss_foliate * Loofah::XssFoliate.xss_foliate_all_models replaces use of the constant LOOFAH_XSS_FOLIATE_ALL_MODELS * Modified documentation for bootstrapping XssFoliate in a Rails app, since the use of Bundler breaks the previously-documented method. To be safe, always use an initializer file. - additional changes from version 0.4.2 * Implemented Node#scrub! for scrubbing subtrees. * Implemented NodeSet#scrub! for scrubbing a set of subtrees. * Document.text now only serializes contents (ignores ) * , and added to the HTML5lib whitelist. * Supporting Rails apps that aren't loading ActiveRecord. GH #10- use rubygems_requires macro- created packagelamb78 1496246883 2.0.3-7.32.0.3-7.3testassetstestdata_sanitizer_tests1.dathelper.rbhtml5test_sanitizer.rbintegrationtest_ad_hoc.rbtest_helpers.rbtest_html.rbtest_scrubbers.rbtest_xml.rbunittest_api.rbtest_encoding.rbtest_helpers.rbtest_scrubber.rbtest_scrubbers.rb/usr/lib64/ruby/gems/2.1.0/gems/loofah-2.0.3//usr/lib64/ruby/gems/2.1.0/gems/loofah-2.0.3/test//usr/lib64/ruby/gems/2.1.0/gems/loofah-2.0.3/test/assets//usr/lib64/ruby/gems/2.1.0/gems/loofah-2.0.3/test/html5//usr/lib64/ruby/gems/2.1.0/gems/loofah-2.0.3/test/integration//usr/lib64/ruby/gems/2.1.0/gems/loofah-2.0.3/test/unit/-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/ce067df407f1de06b88f8cfe98d45e9a-rubygem-loofahcpiolzma5x86_64-suse-linuxdirectoryHTML document, ASCII text, with very long linesC++ source, ASCII textRuby module source, ASCII text, with very long linesHTML document, ASCII textRuby module source, ASCII textC++ source, UTF-8 Unicode text%B?M,?p] crt:bLL&e+ ^N_(涳Sү=LAOj"&O8+ g*WFmԭ*C$|7OZ9 S}_:B ~_4 kx&+EفGJ3ӯB 6|y;C.5c پX5?"R[s1N!M6 ^NgNel:m6|3~n*vhwFz`[94. e9.(odhl[c Nz8;̡Tdkn',VH\5dCE U2[]Iu*FrX^Ts L 7CLn@8Ahzr@L5n[1FZJЭ2\e%'o?{$++ 6.`pApju甡-(z܆NaBmv65ԟ+R*F /%3{Wv'I] .:cgG3758 htNJl+~15uc@ ߆Ԙxپ8Rg \ "R0L"]Zb-;7lxc A>Z͜!$@37 *u <Ѳ Yѕ(X+,qtRyCW^YrYf! ^w$s\KfҜԗG($Z=}b@U r;!*f}IRt[ _߀MwHW1J9ZyKl =i f DVPb2M߿u- Īlz|*r}"pZ.)̗'3?6Hd5C<VB?8m:TZut^WZrn_ rV*KYQS}_sAηb](^*L n]hdcuѩn[v\#tP*}"3%[Q;4o?`P{(HU@Jy|հy7ϻD,CW׾1Gi$u'Y&>Bf˖+2!,H)+|H:Xpd|9TyG덯 V]+}lKģ0wʂfTp4]v.?cky)"i|ȚO΀;I pՂj:n^7"Zqu="w됲.`wH]r6ôe'ˉ%_kLDPU-/VeJ&&:08~d78ʅ*"=} _AXFXazvQfMx]l}GnukR U==ض~;X1^jWV$w@gԢwpue9S!wo|* OTyڅ7KJt-yt`l*Al#{Z.M;yNP' 0Ln&^e`$q-k 9 (UŒAzDAA4epXkMl&a~ʖhx0I-o\b'tfKV̂nW4uzV| TKlSʝjȄgc^S(:VbNX%+h4ޓ}s#5If2Z\w.&Wj]&_t< cigIL?@my :B g?]=[Ac<{95 9;3*^}J=@!%bY4Xv|p)׻rr=P?aL(4 ymBG`S*J+b輀lRXfvtqz ʃ@ZSu!Q~fZyX/ qZnJ# L]5bȇ/wMF^l`aKc:K`BEqR?tzCCjHMS (([?0')9O~̲덲KQ y&Ơnb9fw\rj>ۧrcz,-1쥒],lesNr[>40V 75`#ͯ/9dD8JvuRU8 mِ`SqBgx,nf63DaPzesN$NӕTvzڪ}ǘ!\֐k\!и:onV+[ES,:e )jLZHmWqeYҢ&x<30dIC"ܙHjH&ÅdIzߪY0\?DJp΂"얖^I~U}h|^\/ͦy~iwRƬ3v6߈4 !\NR,`?oC_=nؗ@}U$ Xj0QkҾYI\w:K{,T׶(|ʾrE9(srBj^;2bcTj-.I&RJj`TbF>#7H8zcHVܦAԤun,} e^I r^Ã!vyԲqmqS⣊e9y&fDr;}r{2Ĝ&ۏ8\=s?#mρ͘$TDf[Gf~2h0lE6LH,NHL78P=w,e]xc6(h(K4ze L;-/V)Q"l[(:']1GڞkB͔.KtTe\VP.to]oPz7QLɊ1cr90)EԄv\L[#vDC䒺y_/q"@H8B37/-r#jZZeXoBkO%|.H5{ܝGF¤S qq/9l睳ӖB_Ar0^DgkKNl_,<)Ƒ,}$HdOM=V/^Љg3_ .F'D~' oj%<cXTR}o:y7gYg$ ?ȹ ;_$ĵ92&d>-dzB3G_{3Q#i (w|_y|>~g Cf/D?TAHoaw<ew)Q:fY8zh*C1Ǯ@\m oE2'^/70}[^AUdy7A90Z  8nv~c&>RƆ/Ay-Ѭc,\}d [Sڴ? UBTT 5#v,M2>j>X^σg:i4 #wrK:MރB30])@K7bŪTJ/VCeUM4<M*x^ڜXOyu` ͵ h#w(QangYz|0B?j~۪:̸\>qo<`@$զNw*5,~Li!)b$UaP NFM[g{OMe_:o$d꺀J^<#wNg &z%qؽ3YUѶ:S12zhFBX1W_ӄLAs& ]6ZbM;j8hRcBg\aȎ+İ#= Y  8J3wC?yWiȧw!1Tk[!>:>ׇ!f0W2z C }'gm'豻OaU0~F~0ƬI: L"D.i+̽ڋQ^|r~R*hP2kZ|SVDo.K䄋t3LI Zl*jbg:?4R׏+?(;3,[hWe u)hHVA_n,#DB2ZX PFaą [:?{=V"B%l8)*l0,3TahE4b'B()9[.@}<.'sog/Q~|ɖ b`|= n_M2U5s(fHJŷ3gG eO@8њs ȺofT7}\L.rj[ /G%wCGޗ t-V!>zܦ8fsayO+@h\OyVY7NMq(b&>lcy&6Un,*1 `H3Ļn{;]QĀwUEO.B:<0k>#Gj(py_e`m[&7?OD* {OkPm?p?o>z8tu&ݺVE $K,Y70v Td [SH?gLښizI E6܋cտw.>N, ' ٲװ]qTk dwq^6#Kً_s f(~;G|;1B ,`ٖ+IjH~N]5îk+# `#*0Fi~x,yw2Pz8Wr^$ -Q nSbڐh&]l I-?;9H\Dc^-8<+'z-?sl'ė_qq95͂X}y3~T=Bvy%eiu(ldktVx?5$%6{"(Q.?{D/ gN247N\>S}-:R ;(TO%jn#各1Y~ /bmI~,d  cdI[bюx.oAiF*O1=G?MNIFܸvFE"}8߰)yR ;9j^LIbW)ʥ@}Վ5 h_tc7ƅI~)kLC͚ hR+84<@QCIHzEoe6?` $D/ZW_LQ[)jB gDgTBtk~ܥu2M6"e[]=9 ljR+.-8Ed86}Ö Y#r.FBnSmoeRVB y1^χD '~ӤXjDvD|$sLjCuG_-h墵lR'ƒE:R͋#Bx3lcKxOC6늝O,}vl0n;2 j-ȏQ|-* ވE/?ܜg\ɋԼxm]ɲ6pl.ﱞcuh:QBG 'ˋWXU1I_ CkWާmΪ/4h/,6I:X;곇e7,-\]N-ɱGGK⽒AS~p O,hC",ex Њh .iv܂W&:|B(s&XaJw݆Wd%W$ڂ#zM^1ux ?ʺ Kء_rmo?vv` T#wZ+dMPznI%r: <!h %)b. E 0XdpÚD^<|aXN9=DqҕZͧ'Hh nVүxy!N6=ksi5W5.ᗴA)(.=SڔUڇt% NU4w2KsjrI16qdi(?yիoxtTy^/ ms0`#6ӉIZԧx+UX B)Ȍ*`һ\($Wt2VBO0VІvS-l}Ϻ}btw/w=7>ȆdDcX1*$3sE7G-G%/( 0w{ŽqmRIС(wwEp~xQ4?ra[?$bT0QEq+v.x)OިDS^-:IceXpV\x4U.Kai ^<Ǯe5+huჍeNZUu{VjvE<cxjR:2% cO3dh,TPCIqZU<1}08 d`JWܛB֠O|Gx\li(`8Ef$СviOÀaϣ͌]3`pDPS$=Dxwք)_#PJcX{k hE Y.|HX= =b(*c5ffd~m,`kv5s/hc|Z`++2=P#V~3֮^}P?EdRhnADa-AfipDݍe@L^у_+;1Q5:q K9F;^=Z}Cse:[R-h0Bh\5澵}ҿ5 ):>|p;ȩÆ2،4]h9KX."W .,#GpT|Z[wr^ vʏeA9$Q-oPWE2(@qWjŦdBe h O%Z`qwBe{x_1q xxN N$8x VIl뛿*_eky* 8ǚ@V \鴈|}s2JpTyɘr~;jԡY9I斌m=6`Kojs<Ϝ%i[u|['ɉ:Z͂nDzW~ ݤYA6s҇3$޴tL픟(PP￰~ O%Gt12KN akuk_:yaq.أXjͳsx)-r`:5c~>j~ٟF٤bt'^66[Π3My#JS,>)(stFZ0S(P1%yTǯh1a4͛?#k 79  mpñ]ws$ѓB?qfA1`"9ёCrWᗀ]/RP>v7Y3!QBT%,J0e"L4+͔Jx o郆o9Flaꡨ + A^<$kدKN]|@e7{`?#ʊO9+O6i.$3# V%űicCsOd2#_uR̀Z?' ƊSQL l!]C"֛RF85䇑T;#ą)Rl_h9ʪC|q\08'ںge{K[΢{$Fo|n)r_<[KҟHC?g%\ˌ܂h;/ %#{=&Z=$Mk'?h@*ʤN6Yxk."gr PADMҲe0:OCl+l)wض% HL}w/+ x~pT`;~LX>.@tTW@V^kE}8Q_̖ %Ĕ5[nj&ܺ#= ǭYZ.'[H"ɦ]f!)VL[N713Xgo,JF%>zO;Oz㪂GXN=w W i e4³pf-'mB ]<.T)݆OikE`o 6g%ņ`\tZZ 'ۢtO=`)W PbA8;B)n=|6eu^N₵lC9]U&Bw};ȩ4t/ u ߯)9Ep$ "mAQճc;@WS 0}_y`[҅~` Fq.Lؐa#IC5v#󞩄hY2*(\].nY }^ikQ㹒NV 11T k^;*ph< ʦAsHZy4H#.e鶔 rvSxfA-Gy0q@j}Y pUTQ{Eh`^zO]&}D<\{޸{x| ίΆuN Q/)gJ0F"v pi;n"hIt /@}rIxOt J5v@hgB@b)``8>\#{  UezyqR MkAbMfuşy33)L0 8߲|RY폽IjRBT50׳!6)HGS*Bq 6=ti =Dk. Vvzzm$ҷv~4~Ism^ ʚ8շX+/?)qa*ڥ."3am5Eh-k&rTgrcZN|1R+cF/w{"/,?FA1;xJ <[}"72)TXWV+qt3F;F9@=!/'\~k ݪO`ʊ?Ul'POaj Tj F׋E|;=J.r+xh0=Ɖ g.nsmcKAvN+q",;R( x!۽m&Xrx *gQQ/8czXlﯟA ٢ JQB5'bGkyW{F%=˦ LF$ ~GAu:k{Hd7h?6L+(6n (V-Rx#*4`>2]Ku%PKrZ!BwKs砐mYÛ>c_T^Y@HzDJܘ7v xͶ @bu X.@p j/jU,11sgǍ(<긦ssGhmoWN" >ES)*K"nb3j$"m@|#D/MO9$>(':C]8*q#|39{`ڌ}[k|A`0]yL"5{嬚Ӛg~tC؟9ˊm `TJ&&Fs>XH"MCY* 5LOo R"E FdzEրZ_&Ea2΅*y