ruby2.4-rubygem-loofah-testsuite-2.0.3-7.3>t  DH`pY.n/=„ZDc:( -rxϡ']1`&:j+t1 ߬'V6Y/~f גLH{D ݽ.J4TI_M1/p6E1Nfbg{pDC]&3lnCS;teP!E(tbP+l+_EvR50j f@ZϢ13Cqt>)cذ~۬vWRBWʻLOvLjt >9? d#) - Cx| X |    N`p(8 9, : FGH4I|XY\]^b6cd$e)f.l0uDvwlxzCruby2.4-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.4-rubygem-loofah-testsuiteruby2.4-rubygem-loofah-testsuite(x86-64)   rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)ruby2.4-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.4.0/gems/loofah-2.0.3//usr/lib64/ruby/gems/2.4.0/gems/loofah-2.0.3/test//usr/lib64/ruby/gems/2.4.0/gems/loofah-2.0.3/test/assets//usr/lib64/ruby/gems/2.4.0/gems/loofah-2.0.3/test/html5//usr/lib64/ruby/gems/2.4.0/gems/loofah-2.0.3/test/integration//usr/lib64/ruby/gems/2.4.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&j!L;fK' |g}˜~9vQI[ĿQz?M@tT)L$Г%Y:\S%^HʸotBi[(#]kUze,3<<-Uxy5NFdVQ{f,<O<qԸGXۈZLiEa|kөPV2Q1Z}"S*Y_"f8i\&'C-$ƀ =:RȖS'l$tuJvUfaQ/э\9kԚU %09"֕>"T7MV5n*>3aw2J=0-r0H#}PN/)txH=l\g@ş6sә{$k_*:K|NdT #`3%3O,?p*Zǹ@ ?QBn^\m|Z05ٶ4=@tUZIE]{:ov۝5op}gDEPA/t&i9Uo +P1"נaweo'rڐ!O049n#aW+x%x腔"ԅ)ZB5śs3~2GR-;("x'5جZَ=y2ɽ_ # {:@[ m/\ f9;lPBeʰVߜW/}Z;HQȮ-X0cJ{>'{D5D!QR)/2%byIf[2y.:Ezքb`T0(4baLxt2Gߐ18PKZ)t p/ey׮̛P-$JY2xgf*}WR-K%oF+)|< [hdZo[HrcRAM˨Ե4!y`Iwu}V8)<y{tsE0p|qZaV\MQ Takn b|L_U7;ur0X`і.,bΝڏsO#D-PX`Ň; ۄ‚~HwxNĝ}+O-iz$ 77 ~mx'宝s: фz=UǃOZ8 싢)TԫNro~2cUfJ'Tc ^:21_s,]!R6?Px@g}]b_ ܱekv7J \Gp+ +$qp u䧋R#:CEPBC;U|S,-T𾬄;H1_,.#=qkK.2N#j"6Uxr26"+USDCU޻}D\~o٩cN83:Ul]=O󕱌eu'I(5VG5+`"$:"5oH *v+K'pnѲnlMFTQnQvWs*3DfirނH;2KlF:5m_`ni`kpaבt^`}/xUXd г3>1zǜ l5:>:KȾ 21J-$o ]t\lR+:.h5dX(rdt%qt*y"sRN,wHV 6ZrӦ|Gg#ZuF :¼lMHx1Ũ)ǏI~IY DemkT"T\X(m`a2ݸ f&%;DiY SfQDRAcy"(G$;:)lFUMW4!Q#8V0xߺ֯>_) _/e{3_'gvʖ 6 -KA?t̡DJi 9Jx| V V|1>gvxg|^5~Na_5m6UwS[\e*dbD c8p˕ ;q ;7H˝Sv3:lAKa;EAL%8$9m@ǡNM>_Y,3>&k]^y15>;\5B ׇ,,*DM-JMb%Ϥ@#:sNRZX=ՙZԿ=PΤk&aD!&gdd Q@~Y8:L[Gq5Hw6V)Gb~ercl^9ȃ\}Mϓ)P5Ӟ3CZmKϚ!I /?|>5SB C%3)Kd* TjQU%= s`F]JYi!!՛{Aibȹ\dz$P&'6pz|h\J ŨrQ˕FMT*A˃s4BΨd[",}F/%+JiI"@l ۺX'랴sL9u4r3 m[F"H`!Qn?!æd6ׁ!!$mIQ^m(*, c3#; -'{55--VVm ޸SS^:q$Pl5O|S/L/;)r0 vhhJd"ź<&cP1(324+Zt//)tXHx%){peʀb4i|]{qڮǒ8av3VT]cH p<H]&vB݈: x^xo|QS%͓7'G.RyYSYUVlV-M>[vaN_|8KZ^6 p8j626Ka h"&b)QK])d}ki9Oz?@$tM_8s󪀩I3ŌFrjӆ`,^<lzHq_oѢ  r*F)U>9x÷o * WLEʙm]/t9 Ϡne=kN+kgw'gDڋ& OwH)ZMը[:nO{-j k0wteGE_ऺ jOH)C7 vk90`M tclli.3L܆G>k6^eomԦi8=-#WtGA lzM/6vmV+)ݻ閛&Kjh+{fYFU5wآ"b>P3Z cq}rT^tb䋔@@+貵%XkXn$B{~TtKzׁSɧ+CM*2i60vpF]\<$Rmjq@sّ0% ZYcW a*n!7%s^s8g9WtZfu7Rf˂R(By:`$y[|WHBs}qEA]D a 4pޮSt7G3鍡&'F $e GW̺ _$N#JIk{enZ$\ǜэބ=Z%*Ym?ߔKU7;8Y?ף6R`w17!]G$N *;StW"2֕)k)#'6A?3&ԻսÝ`|ÅU~ ޘjSV T|3XΧV;t/jĂ"'|CBoA/( @ AɯAG:^O ) ̣ ;W ^*}d|˗O^Or|_L0Զ*y4=gmC kG2Oujpj[ +aK*BltoIum?Qo*`/Ms-䩄ǯL~ژ7"wJ;"ge_QJr|nމɲrr"fSGj55XB)HWaU4/R<ā {3 7w)l\$ɿz'^/pLaV($fN0:woO .HRC8}("$AT֦t8<3K_)zscȉ)Gi TP:삏XՁ_y`6;g!aVj?~ C-- $y #AeI IEQ*cGbbMtnqw@D✔^v%GfrV;:ۖD7ps A:2k3E#vb7k`O&AZ7@C:YZbws$J .BarΚsJD`'2cRnd׍y X̡ hL#ß{AvE\@^!mкNE3OgG-#>GKvi.sL `] K+Ϋ C]U"Rv (!uEk"l-{^ңpƲ?Nՠmg+bD}MNSMZ?YEoL9n:]`ohLvFPo% ! @;ƽP+yx%[oOn..T ) 斈XŲ]uI Ȓjp R"8*z:4'#/s1iSaѨF E #0铚PJ6œ U 8 kh0l@ė.M @޳0}+6`f iY\s]QeťwcšňηhljOSb4zVhAvt0ؓ:$yODT5N ]l b3cʯDL64go3|l" ^5O%2JH5ϸnyyҩPBJˍCvf ]%i5Jվ,96N kZGT]vĕEǝ5H9E/a<Q` 6-xAod~^푯zNr@@кiJ?|".Aєp*4:yq43[bH6xkbJY~>.f$?bmYvX!^ߗ\Xq'6|iH0imZϖ>?VjG1YKڮMnk _ˠ| y@y:C}pԀtB4)G,Q(Ɛ |U=|*_A؃?-uX|k}B o>|Do3\9MY3GHm_Q3`Ƨnz ;7/b流WEE]]d@Eb1?WJc9@Xdg a3TXĴ$::q) \w 9\Z$^Qt3"PO%$$bF2PHG""NNʑ :d[YXwI qVzr2p zvh!S.aHքeuD@oik|5433ztckhT>t q̎x}[Sn03(vЀlBk T d>J uM=7v$C#?>N? l;,n'5>-µLYS^;Keb( 2LTb~$2\3D/+ѢQbȄ"[,;cF>G|*jo|i;ROvDSTm߉::|l!>ˌͬ"6~2b18!L_tfsv1n\a7?\l_\?;Xq!egXP~J~YτLtϦU[tƒ 鲢#_ .SP&+iJzryǢ F;0YfdDO-.go+j^40