Result for 0B70210BF141815F1FECE845A0051146229AD11E

Query result

Key Value
CRC32D9AD0739
FileNameusr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.11.3/lib/minitest/pride_plugin.rb
FileSize3149
MD576B90187D02B7083145C8F3B0FB8EA08
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '1722', 'OpSystemCode': '599', 'ProductCode': '163709', 'ProductName': 'BlackArch Linux', 'ProductVersion': '2017.03.01'}
RDS:package_id304063
SHA-10B70210BF141815F1FECE845A0051146229AD11E
SHA-2563D8B93EB244FAFD3EA44446F73076D5405F66DD7C041CA900393840D73DA10F8
SHA-51289C802414FBAD492EC8DEE5A20009ABE290461BD7573E73F5E2E1092D5A18DB68FF5BE52C6C28E70AAEFA5E263E4DE724A8543565382D96B901AFA501390A6DD
SSDEEP96:impMHsjjyhBVGUH5JARbNPvKlb6wSsKPR/Qc09E6DUgbu:rpMHsqH5JuB30b6AqRoX9EGTu
SpecialCode
TLSHT1F451000F62A62AAF51A295B5D4D998876E1E603B03D517387DDEC2840F2062D42F9FF4
dbnsrl_modern_rds
insert-timestamp1728976958.501795
mimetypetext/x-ruby
sourcesnap:EWOurXm5IwzlninRqvPbrGB1T68zBwAS_3
tar:gnameroot
tar:unameroot
hashlookup:parent-total576
hashlookup:trust100

Network graph view

Parents (Total: 576)

The searched file hash is included in 576 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
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
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
Key Value
MD5CC5349E782DD37FF4B5664A474DC9AE8
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
PackageRelease137.module_el8.4.0+875+807aec38
PackageVersion5.13.0
SHA-103B174134215C0D0751108393CE23C49FFD41795
SHA-256192184CF3331C92B73D71431FC22633A0FCBEA78E66161D11BECBE9BE558D3F3
Key Value
MD507BE2EA7A7E2128B7A6610A0D92539B2
PackageArchriscv64
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)
PackageNameruby2.7
PackageRelease4.1
PackageVersion2.7.5
SHA-104C4B8E0E9DD278A60787DB9F26FAEF9B79125A1
SHA-256A2217BA1359826F5677C4C3FEF5B09C4AC0B32D459B798958EE09465EA08E2B7