ruby2.5-rubygem-mime-types-testsuite-3.1-bp153.1.16 >  A `-!M@eeer=I_ vl,S1qֵy"/Y+Sk8da28b26fe8a89c3b2670050b517eff7608e83f217e3f098d40b83eb2743fd1d8d99cf267cf8f671bea665dca5f8ec0523f26bb5\`-!M@eeeĉly\BU @si_QZkeEZ\=> r:ުEB=+ ީt8Trl萌f~iOS< ;7}rNCy_HfF☍©Y7gWEGzm Դϝ1fpwI8M{/trBZ _/9SB+R=<5sK4Ε eINLo@uC|uVnW?ܓS~i:ɋ>p;? ??d'+ 6 P "(0h     2x0D(8 9 : F:;G:PH:I:X:Y:\:];0^< b<c=d> e>f>l>u>(v>`z>>>>? Cruby2.5-rubygem-mime-types-testsuite3.1bp153.1.16Test suite for mime-typesTest::Unit or RSpec files, useful for developers.`#goat01eSUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Rubyhttps://github.com/mime-types/ruby-mime-types/linuxx86_64Cm OAA큤A큤`"`"`"`"`"`"`"`"`"`"`"`"`"`"c63d094df465ca995e4457384347b6d86e1c2fc8b64dce924be0b34ca5fd3be1b04dd2b14cb62a42a19a6229d3cfad84ee1a10c24deefd772fad74aa0d397e22f89ac67990ad22edfb287968a52599bb44c3e4850309f9b8cb1b41a1b52e5244022e625095ffee1fd04a90a29649f2dfd6cfdfab6495bec41e0aa462b72a13f41324a0e592ff8f05bb950ea7124e380c983af7aa76975710ed8ffab3e2a48819bdeeaf97cab55a3e4ba80c206ca4daca4dc81c647772f8fa9e6dd727e9b07fc394ee04d3b725ec5e3b7daa4387700d39fd96362cc381b140e4f819e9515ea52b63e13db941f00fc88aafd58ff37d147ed35a2ec4840265e7a343d19ba143c11601ff62ce6c9950eab40ee719132b0301bb44e6c4c15811d6a93712c8a2d716f235572e8468449b86773394d5012a03d1ec184ffa9f880c1bc4256b9b581123f2745a9d1b74c4e0f14f145fb3285e20764d32d9a33935f56dba8b5f5c7447778erootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrubygem-mime-types-3.1-bp153.1.16.src.rpmruby2.5-rubygem-mime-types-testsuiteruby2.5-rubygem-mime-types-testsuite(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rubygem(ruby:2.5.0:mime-types)3.0.4-14.6.0-14.0-15.2-13.14.14.1WBVQ@UUg@U<@Tء@T>aT;S,S$@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to version 3.1 see installed History.rdoc == 3.1 / 2016-05-22 * 1 documentation change: * Tim Smith (@tas50) updated the build badges to be SVGs to improve readability on high-density (retina) screens with pull request {#112}[https://github.com/mime-types/ruby-mime-types/pull/112]. * 3 bug fixes * A test for MIME::Types::Cache fails under Ruby 2.3 because of frozen strings, {#118}[https://github.com/mime-types/ruby-mime-types/issues/118]. This has been fixed. * The JSON data has been incorrectly encoded since the release of mime-types 3 on the +xrefs+ field, because of the switch to using a Set to store cross-reference information. This has been fixed. * A tentative fix for {#117}[https://github.com/mime-types/ruby-mime-types/issues/117] has been applied, removing the only circular require dependencies that exist (and for which there was code to prevent, but the current fix is simpler). I have no way to verify this fix and depending on how things are loaded by +delayed_job+, this fix may not be sufficient. * 1 governance change * Updated to {Contributor Covenant 1.4}[Code-of-Conduct_rdoc.html].- updated to version 3.0 see installed History.rdoc == 3.0 / 2015-11-21 * 2 governance changes * This project and the related mime-types-data project are now exclusively MIT licensed. Resolves {#95}[https://github.com/mime-types/ruby-mime-types/issues/95]. * All projects under the mime-types organization now have a standard code of conduct adapted from the {Contributor Covenant}[http://contributor-covenant.org]. This text can be found in the {Code-of-Conduct.rdoc}[Code-of-Conduct_rdoc.html] file. * 3 major changes * All methods deprecated in mime-types 2.x have been removed. * mime-types now requires Ruby 2.0 compatibility or later. Resolves {#97}[https://github.com/mime-types/ruby-mime-types/issues/97]. * The registry data has been removed from mime-types and put into mime-types-data, maintained and released separately. It can be found at {mime-types-data}[https://github.com/mime-types/mime-types-data]. * 17 minor changes: * MIME::Type changes: * Changed the way that simplified types representations are creatd to reflect the fact that +x-+ prefixes are no longer considered special according to IANA. A simplified MIME type is case-folded to lowercase. A new keyword parameter, +remove_x_prefix+, can be provided to remove +x-+ prefixes. * Improved initialization with an Array works so that extensions do not need to be wrapped in another array. This means that %w(text/yaml yaml yml) works in the same way that ['text/yaml', %w(yaml yml)] did (and still does). * Changed +priority_compare+ to conform with attributes that no longer exist. * Changed the internal implementation of extensions to use a frozen Set. * When extensions are set or modified with +add_extensions+, the primary registry will be informed of a need to reindex extensions. Resolves {#84}[https://github.com/mime-types/ruby-mime-types/issues/84]. * The preferred extension can be set explicitly. If not set, it will be the first extension. If the preferred extension is not in the extension list, it will be added. * Improved how xref URLs are generated. * Converted +obsolete+, +registered+ and +signature+ to attr_accessors. * MIME::Types changes: * Modified MIME::Types.new to track instances of MIME::Types so that they can be told to reindex the extensions as necessary. * Removed +data_version+ attribute. * Changed #[] so that the +complete+ and +registered+ flags are keywords instead of a generic options parameter. * Extracted the class methods to a separate file. * Changed the container implementation to use a Set instead of an Array to prevent data duplication. Resolves {#79}[https://github.com/mime-types/ruby-mime-types/issues/79]. * MIME::Types::Cache changes: * Caching is now based on the data gem version instead of the mime-types version. * Caching is compatible with columnar registry stores. * MIME::Types::Loader changes: * MIME::Types::Loader::PATH has been removed and replaced with MIME::Types::Data::PATH from the mime-types-data gem. The environment variable RUBY_MIME_TYPES_DATA is still used. * Support for the long-deprecated mime-types v1 format has been removed. * The registry is default loaded from the columnar store by default. The internal format of the columnar store has changed; many of the boolean flags are now loaded from a single file. Resolves {#85}[https://github.com/mime-types/ruby-mime-types/85].- updated to version 2.6.2 see installed History.rdoc == 2.6.2 / 2015-09-13 * Bugs: * Emilio Losada (@losadaem) fixed an error where +each_with_object+'s block parameters are the inverse of those used by +inject+. Resolves {#107}[https://github.com/mime-types/ruby-mime-types/issues/107] with pull request {#108}[https://github.com/mime-types/ruby-mime-types/pull/108]. * Matt Beedle (@mattbeedle) fixed a typo in MIME::Type::Columnar negatively affecting people who use the +use_instead+ functionality. Resolved in {#109}[https://github.com/mime-types/ruby-mime-types/pull/109]. * Documentation: * Juanito Fatas (@JuanitoFatas) fixed a documentation issue with the README not properly linking internally on the generated rdoc source. Resolved with {#105}[https://github.com/mime-types/ruby-mime-types/pull/105]. * Development: * Fixed a minor issue in the IANA registry parser that would generate empty +text+ xrefs if the +text+ section was empty.- updated to version 2.6.1 see installed History.rdoc == 2.6.1 / 2015-05-25 * Bugs: * Make columnar store handle all supported extensions, not just the first. * Avoid circular require when using the columnar store. == 2.6 / 2015-05-25 * New Feature: * Columnar data storage for the MIME::Types registry, contributed by Jeremy Evans (@jeremyevans). Reduces default memory use substantially (the mail gem drops from 19 Mib to about 3 Mib). Resolves {#96}[https://github.com/mime-types/ruby-mime-types/pull/96], {#94}[https://github.com/mime-types/ruby-mime-types/issues/94], {#83}[https://github.com/mime-types/ruby-mime-types/issues/83]. Partially addresses {#64}[https://github.com/mime-types/ruby-mime-types/issues/64] and {#62}[https://github.com/mime-types/ruby-mime-types/issues/62]. * Development: * Removed caching of deprecation messages in preparation for mime-types 3.0. Now, deprecated methods will always warn their deprecation instead of only warning once. * Added a logger for deprecation messages. * Renamed lib/mime.rb to lib/mime/deprecations.rb to not conflict with the {mime}[https://rubygems.org/gems/mime] gem on behalf of the maintainers of the {Praxis Framework}[http://praxis-framework.io/]. Provided by Josep M. Blanquer (@blanquer), {#100}[https://github.com/mime-types/ruby-mime-types/pull/100]. * Added the columnar data conversion tool, also provided by Jeremy Evans. * Documentation: * Improved documentation and ensured that all deprecated methods are marked as such in the documentation. * Development: * Added more Ruby variants to Travis CI. * Silenced deprecation messages for internal tools. Noisy deprecations are noisy, but that's the point.- updated to version 2.5 see installed History.rdoc == 2.5 / 2015-04-25 * Bugs: * David Genord (@albus522) fixed a bug in loading MIME::types cache where a container loaded from cache did not have the expected +default_proc+, {#86}[https://github.com/mime-types/ruby-mime-types/pull/86]. * Richard Schneeman (@schneems) provided a patch that substantially reduces unnecessary allocations. * Documentation: * Tibor Szolár (@flexik) fixed a typo in the README, {#82}[https://github.com/mime-types/ruby-mime-types/pull/82] * Fixed {#80}[https://github.com/mime-types/ruby-mime-types/issues/80], clarifying the relationship of MIME::Type#content_type and MIME::Type#simplified, with Ken Ip (@kenips). * Development: * Juanito Fatas (@JuanitoFatas) enabled container mode on Travis CI, {#87}[https://github.com/mime-types/ruby-mime-types/pull/87]. * Moved development to a mime-types organization under {mime-types/ruby-mime-types}[https://github.com/mime-types/ruby-mime-types].- updated to version 2.4.3 * Bugs: * Restored Ruby 1.9.2 support by using +private_constant+ conditionally. Fixes {#77}[https://github.com/halostatue/mime-types/issues/77] found by Kris Leech (@krisleech). The conditional use of +private_constant+ here will be removed for mime-types 3.0, when Ruby 1.9.2 support will be unconditionally removed. == 2.4.2 / 2014-10-15 * Bugs: * Aaron Patterson (@tenderlove) found a loading bug and provided a fix that nearly doubled registry load performance ({#74}[https://github.com/halostatue/mime-types/pull/74]). * Godfrey Chan (@chancancode) provided a prophylactic security fix to use JSON.parse instead of JSON.load in {#75}[https://github.com/halostatue/mime-types/pull/75]. This provides a 20% improvement over the already improved result, resulting in a total 55% performance boost.- updated to version 2.4.1 * Changed the sort order of many of the extensions to restore behaviour from mime-types 1.25.1. * Added +friendly+ MIME::Type descriptions where known. * Added +reg+, +ps1+, and +vbs+ extensions to application/x-msdos-program and application/x-msdownload. * Updated the IANA media registry entries as of release date. * Several MIME types had updated metadata (application/alto-*, RFC7285; application/calendar\+json, RFC7265; application/http, RFC7230; application/xml, RFC7303; application/xml-dtd, RFC7303; application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867; audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges, RFC7233; text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303) * MIME::Type application/EDI-Consent was renamed to application/EDI-consent. * Obsoleted application/vnd.informix-visionary in favour of application/vnd.visionary. Obsoleted application/vnd.nokia.n-gage.symbian.install with no replacement. * Added MIME types: application/ATF, application/coap-group\+json, application/DCD, application/merge-patch\+json, application/scaip\+xml, application/vnd.apache.thrift.binary, application/vnd.artsquare, application/vnd.doremir.scorecloud-binary-document, application/vnd.dzr, application/vnd.maxmind.maxmind-db, application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml, image/vnd.tencent.tap.- adapt to new rubygem packaging- updated to version 2.3 * Updated the IANA media registry entries as of release date. * Several MIME types had additional metadata added on the most recent import. * MIME::Type application/pidfxml was renamed to application/pidf\+xml. * Added MIME types: application/3gpdash-qoe-report\+xml, application/alto-costmap\+json, application/alto-costmapfilter\+json, application/alto-directory\+json, application/alto-endpointcost\+json, application/alto-endpointcostparams\+json, application/alto-endpointprop\+json, application/alto-endpointpropparams\+json, application/alto-error\+json, application/alto-networkmap\+json, application/alto-networkmapfilter\+json, application/calendar\+json, application/vnd.debian.binary-package, application/vnd.geo\+json, application/vnd.ims.lis.v2.result\+json, application/vnd.ims.lti.v2.toolconsumerprofile\+json, application/vnd.ims.lti.v2.toolproxy\+json, application/vnd.ims.lti.v2.toolproxy.id\+json, application/vnd.ims.lti.v2.toolsettings\+json, application/vnd.ims.lti.v2.toolsettings.simple\+json, application/vnd.mason\+json, application/vnd.miele\+json, application/vnd.ms-3mfdocument, application/vnd.panoply, application/vnd.valve.source.material, application/vnd.yaoweme, audio/aptx, image/vnd.valve.source.texture, model/vnd.opengex, model/vnd.valve.source.compiled-map, model/x3d\+fastinfoset, text/cache-manifest- updated to version 2.2 * Clarified contribution guidelines for MIME types. Resolves {#57}[https://github.com/halostatue/mime-types/issues/57]. * Fixed a small bug where deprecated methods would warn of deprecation when called by internal methods. Resolves {#60}[https://github.com/halostatue/mime-types/issues/60]. * Dropped Code Climate; added Coveralls for test coverage reports. * Removing external references to RubyForge, as it is shutting down. Resolves {#59}[https://github.com/halostatue/mime-types/issues/59].goat01 1620636707 3.1-bp153.1.163.1-bp153.1.16testbad-fixturesmalformedfixturejson.jsonold-datayaml.yamlminitest_helper.rbtest_mime_type.rbtest_mime_types.rbtest_mime_types_cache.rbtest_mime_types_class.rbtest_mime_types_lazy.rbtest_mime_types_loader.rb/usr/lib64/ruby/gems/2.5.0/gems/mime-types-3.1//usr/lib64/ruby/gems/2.5.0/gems/mime-types-3.1/test//usr/lib64/ruby/gems/2.5.0/gems/mime-types-3.1/test/bad-fixtures//usr/lib64/ruby/gems/2.5.0/gems/mime-types-3.1/test/fixture/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/dfed96b5714942f5704f36f1ed132c4e-rubygem-mime-typescpioxz5x86_64-suse-linuxdirectoryASCII textASCII text, with very long linesRuby script, ASCII textQ4G⑷bnuutf-81a3e6ed455a28a34965e303a8befb836127a3b383a895d7e45bd33aef5d675e4?P7zXZ !t/] crt:bLL 2*ZcA-nteq|6.Eg]EI?LեOJX^̡|UӸ? HZ̖Cm.R>c9|3~@pqK tQ]A -49q)u f0'?ZIO8b 0[|nȚ8mp# p%-\h>nFqY>HcuSyAKk;mRW@ŢK "dG}GA/z}L{ΈsYAAG~rhֳ ]@?a{?Q?Q*+H 9b?IỊʟ%e}!uʼnevU|<376a7GMZaY j Zt 4%ʤ}h 7@ "\M0R" w4Ck%͢kk+:A]XpW@i|: ",8> 57a ȳP[Ly>uXoB%NnѨz-}!)u`lkĢ| c\V lS<]$}h~vѓN3vI" `p/$(4"#@`Yt;}_SևO 4s&88P cMw5qSSқGvj$MCu@$|kw0W[Z|rfYBә҈z2Mk#ˡ e+վՉX0wbYVYڞL{vnKyٖ\ehZ &P{L':"'*޷e2al3ۂpZy~46Bmv#5s*>?i )旫| 3yĈ$PG2CQgn{싺fѬoYE'W[0Rp|>Ƭpkkjv2B>_-"gcv0 7A_ˍsís~T9`l3X ,,Sokj&<$[[B BmcN3ICvp$x9(\~E囩d:@fEɜy=WȰ>_QSXHJYBפc ͬ]UumC4Ь+B#_[o+wY)YDrX O$$* a!<^.uf5:vV{m*/^\"4FƭnD ZoJtdp"iWݑkeh\Yk#;H'[rBW޼5=/쵓ac4ߞlޱ~X>> S@6EnKIvXG`/3\~zk^Y^khɫ4_0U y'pUԁ]9*|$ɨLeߒO^=3jM-5S؜%;4bţ̹gw` =pvvvarr4Fv'ZN%GɽR9~ԹIjL4vKhF$\51is0sWjܵ 8Fw@8w"fIriLÅW˹^BƵdp"~䆾mv*mW#w˽0Af h f"=yԫ[Z.ђ亲>a =NV= mdx Hʄ4W͛~ u,jT |KR`v"Γk.9 7)2\5tZ/hr&DdSVLM1Ep0O@a: D,F] wDHX{yǕuҚ gYb8;6uh'CopEۨ+ft%R}xV= ^IUDK<|\ ~N<L͢.3R 3_VU:r(\HIHr9*Dt foGΜ;|nN \U{<զޑKXלg0*WػUQR<GSaC;;ASU^^[.\ܘip'\=3ƉVwW(׭soʰ"mYv:hq\ xY)'|+AjRքPZx <eJpp2 Yܭ{ /Re̽FU6]V/ӗ ]61!kWk3Bgt L1m4}hhvR4x :q P8"X,nz?S;ذ7o~V10 ZŲJ@L1aDۄ¶-f{N 1 &>lWiTFN O@xkC=g\Щ v>&nf-\iiXDG;^<>7ݴDE`^AqykɎ'6hH}[qBзo!+PS\OYM0rz'/ *b< OMnpfl?OY06,QX|yb@ dz[!R푿]kv.>4 mzlǬbbBe4_0LaaBKZ fs{"4pg}<6EmJ Zc% ݒY/X[@tZtue('|E4jr ~8WEHn<[-떨 ]A BYܷȅi%ryzHOnQz1/g[ކxmWـ(=K=>:]!!ۜ-wPmM 'K`f`r!-brǟ5Q?bDzQ=]>+6K;[4;]1p`yѐIn.W] ,ڀЎzg/v %4;1E>cuZJ_(LGO0mɂ1h) l8Fį̪y MA=#~TuɝĈJcHd w*IR+4g*<3ƫ=;*gx~&lGeL2h帣jGtO mp7҅lWn}%Kf8q]5;nX )sQkˠ,h}sw -Wpn\jT} .w 8E_q'̼7zP{8SH23 BLܱ| ֭ĊĪ/نAS&rKGHoyܾ| I$%{ܨ7n V5p0,Eܟkhq4VW[f.C"F\3b"4Hұjz,)ߏHnyqqݮIɹixHtT 8j6=4~~x@j)]XEyhȄED$m TNЩoEg*5T.j̋ /'BGsBDzi3Pݤ)һ $Ԁ%mR0+p`d|& G`lv:W}zO=`(.И ~.CK,x 0Cbs{ـ(qBm&orF#RGD:%}Ngvڭ[Եz;)PD{Qpú߲yxQ, Q|!kuB}/VHsXw[\FFE^UpG-5-PAۏxU ͂J"$B]#l2qQTGOxMe;q:_rz$܉<@r̐(&Gqj+fյI)z-7! OdR{ah> nmo5F/uIZ#δsauT[?#]R-$a:QV+kP 9FX=ɼc֔eL{)Qd l(^ù\xgRKŌ؆@.\lmxJK"km3 1罬L7Y*KT [ rMSsA%vh*-|jy\+ JNG+gĚogWH`-:oR >0>L.u~]z,o`^+ԀPv@v<ὀȬ4iugLIMIڼc֔8?v켬 Ao'1؈7_%)Uwjγp.羟RlS=.{ m76 8t=<ҽ\ܪ,̂v=ڿ3EQy4(t0Y )cOOYKsɭ. XO ӶpNiC^QuZwb7 I(!u]ι }=A-27K?T3]Ji OAuvπuyL 0X |1^V{G YfHISnɺ$iܫPZ1q%|yH[` #t  6Tc|z2\kPCA "oF5H澬-I_-d/'eѿg؈y/[s$$˜(9s,Dcp3pL}QFw:C ẻ$|^JyGלEn< \X*# R͡SK_>4~_%Agq˃pak=PP -`٣b|P7艅[l BV$6y  ˵lbԖb$TLC0aUG7ߴ lzTQDe{Pfz#>)IUo)́ȹN>WK6Yjf6qmO2a&j?ˤSi5sB\֑c6汸^?{'ny="8 q2&>+@y܃fVbT+?)ڝy[?8ͫFLϹ=I&!H͞Oi+yCn˷.m~vBEee$d 2].7yۄ"ٹE⢫_c4 $i ѳOѣc-(O(SMϭ:B &PoZSWi9L|~"D(v ^hp .'3\; YZ