Result for 53BE774049EA7BE9232055C04699A481634BDDB6

Query result

Key Value
CRC325E52726C
FileNameusr/lib/ruby/gems/3.3.0/gems/minitest-5.20.0/lib/minitest/pride.rb
FileSize67
MD5920F1B91CC06A603AB3413EE51F8020D
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Operating System', 'Language': 'Multilanguage', 'MfgCode': '2529', 'OpSystemCode': '913', 'ProductCode': '185406', 'ProductName': 'Linux Mint Xfce (Sonya)', 'ProductVersion': '18.2'}
RDS:package_id222721
SHA-153BE774049EA7BE9232055C04699A481634BDDB6
SHA-256B05203E772C4F9C2B305A95294FEE4EF9FB98156E597713DAF367BF6A42CAE05
SHA-512EC65264EB7425A491190D9C6736695FF8A77196ED8855BBC5B3EA565C40E3134C8B59EEF6CB57A999BF19B5F3D00CBCD2804C646F0AFEA71F92F3F6490A67BEA
SSDEEP3:72M5cAWOE99mWB9MTn:77E/Xen
SpecialCode
TLSHT1A9A00291116B99136A5E3D79C78EF3D070EDD152F5838051C734501875D906E11B90B4
dbnsrl_modern_rds
insert-timestamp1728976958.459493
mimetypetext/plain
sourcesnap:EWOurXm5IwzlninRqvPbrGB1T68zBwAS_3
tar:gnameroot
tar:unameroot
hashlookup:parent-total794
hashlookup:trust100

Network graph view

Parents (Total: 794)

The searched file hash is included in 794 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.4/packages//powerpc//ruby-2.5.1.tgz
MD56F357BE410952A312F4FABC2C975A37B
SHA-1011515541ACD4B89C34B9B13C10D3139EF90F15A
SHA-256A93A5A2C5E4F119894F162F0BC1B0A6372295B9356AF43F6D7F9CFDA7CD1B9E7
SSDEEP98304:wxj7AHh6TRozGIArFJ2/uMIsvIdVl7s8GNCQu5n3UL9a4TLBFzSJSLTHCFwf336S:2jEBe39UlIIZulUL9a4TVMnqfNcbJzC
TLSHT12A5633C6CB5451FD8B74D760AE287B5A0EC0836358D88E02A5783BDFAF624C7D2579E0
Key Value
MD5BAA4A76433A5F180D0CE68A207A331DF
PackageArchnoarch
PackageDescriptionminitest/unit is a small and incredibly fast unit testing framework. minitest/spec is a functionally complete spec engine. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. minitest/mock by Steven Baker, is a beautifully tiny mock object framework. minitest/pride shows pride in testing and adds coloring to your test output.
PackageMaintainerCentOS Buildsys <bugs@centos.org>
PackageNamerubygem-minitest
PackageRelease139.module_el8.5.0+916+17ac145a
PackageVersion5.14.2
SHA-1012E944E96F8594DF3B34245CE45C1D069A0493B
SHA-2566DCA8FD6CFC9EC753D7221E1B9CD603F95B33F5C73F91DF019945222A58A6516
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.9/packages//amd64//logstash-7.10.0v0.tgz
MD50DA46B8AC1EEE755C58DAE164C48E5E1
SHA-1015C27AABA74A3A39021F1071CBAFC957159B3D3
SHA-256EFFA8BFB169444D6962D50525086E0D090E831F5926EE0415726B67F6FDCCD44
SSDEEP3145728:PfoSDFsHqt7L4BwVF+UIUDu1+eK1Jbf72:PH46gQ+UpufCJbfS
TLSHT1967833A1D1785434E1ADBB30A4CFAB0420BA14D84FE5DC7EF7AF56B61B063C9911CB29
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.1/packages//mips64//ruby-2.3.3.tgz
MD5B46FB1DE41A7325E58690CEF7A0311D9
SHA-102231AF790DBC3B171A75054342F6914A157C8FF
SHA-256CF3B1D81C3E6D44D2CB0208FC3763F27207F65FF05D382640D774BB056B1547D
SSDEEP196608:TWe+IpdvwLUXuamGi8/dnOZcJv7ebXfSp+fPa7:TWDIpd4LUXuam/ciIv7ebXfO+fPE
TLSHT171763341A4A4B1D19005D8376229B723633137D67EFAB9C76C1B3FA4A3D295CFD28D84
Key Value
MD55CB63FE3CB6B16094037B33648A3DB8C
PackageArchi586
PackageDescriptionRuby is an interpreted scripting language for object-oriented programming. It has many features for processing text files and performing system management tasks (as in Perl). It is extensible. * Ruby features: - Simple Syntax - *Normal* Object-Oriented features (class, method calls, for example) - *Advanced* Object-Oriented features(Mix-in, Singleton-method, for example) - Operator Overloading - Exception Handling - Iterators and Closures - Garbage Collection - Dynamic Loading of Object Files (on some architectures)
PackageNameruby3.0
PackageRelease12.16
PackageVersion3.0.3
SHA-1025E7DEB52584CE8529FFB62525A29BE09F157B1
SHA-256B34B52AA3FC00EA4B729C74B59658FCE359284BFD73B57D43108197C7C19EF0C
Key Value
MD5C5018D470B22183F067BA3831E453542
PackageArchx86_64
PackageDescriptionminitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/test is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/test and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/test is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
PackageNameruby2.5-rubygem-minitest
PackageReleaselp150.1.6
PackageVersion5.11.1
SHA-102B53775F2A906007302E978B96420E1B2A7AF4D
SHA-25639BFE520357A2B4AE33D9353A9DCCD06BCB5FBC3826240993AA5E288228B32C6
Key Value
MD5D6B68261E5211BD553035A2FA27A0BA2
PackageArchx86_64
PackageDescriptionminitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/unit is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/unit and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/unit is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
PackageNameruby2.7-rubygem-minitest-5_3_3
PackageReleaselp151.1.6
PackageVersion5.3.3
SHA-102E848812A695748DCF6678A42726FB20D7A326D
SHA-256CDC4E7E22887A6CD44A5416E94DEF150F101F5678BE25CCBC0CF75BBB8F78D20
Key Value
FileSize5039788
MD5C86A27D74532F37FBE1D42693E81B153
PackageDescriptionLibraries necessary to run Ruby 3.0 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. . This package includes the 'libruby-3.0' library, necessary to run Ruby 3.0. (API version 3.0.0)
PackageMaintainerDebian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
PackageNamelibruby3.0
PackageSectionlibs
PackageVersion3.0.2-4
SHA-102F04DD961C48CA9C778991841476C06727A5F05
SHA-2560136A65C8D551D2D82F71DF4E81168BC2C2A379F2238208D425C286CDCA75F34
Key Value
SHA-1032C199005298BE4A57B92E4747847FBA457E752
snap-authoritycanonical
snap-filenamehyL7wdEbqoaISJjAoCb93FWbu0r1bk6d_2.snap
snap-idhyL7wdEbqoaISJjAoCb93FWbu0r1bk6d_2
snap-namerubocop
snap-publisher-idcGT3OPyfjKfSjbmiVsgbdb8HxkzuXhXF
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2024-08-06T12:32:01.995008Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/hyL7wdEbqoaISJjAoCb93FWbu0r1bk6d_2.snap
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.7/packages//i386//ruby-2.7.1.tgz
MD50B1A13CB8BF5CED18841B15792088A4A
SHA-103593ECDA5398A6FBA0E61407FFC2023DC7FD649
SHA-2564E77F99AD246627BFB9EA2B946AEC6CC0C2A22136C2763CAA5C2A53EB2DD86CB
SSDEEP98304:zxSMTS2llhBuLZtYJKz0wWs5RLCanuELiPhcba6ypsFprk8+8waeYGXeuqBaYj68:zxe2zaks0itRiZcW6xtkiw7wBGcGq
TLSHT15F66332499AE53359B2441368A3676F873710E4B4C335C242DAC77AF999C88FC44BDFA