Key | Value |
---|---|
CRC32 | D9AD0739 |
FileName | usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.11.3/lib/minitest/pride_plugin.rb |
FileSize | 3149 |
MD5 | 76B90187D02B7083145C8F3B0FB8EA08 |
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_id | 304063 |
SHA-1 | 0B70210BF141815F1FECE845A0051146229AD11E |
SHA-256 | 3D8B93EB244FAFD3EA44446F73076D5405F66DD7C041CA900393840D73DA10F8 |
SHA-512 | 89C802414FBAD492EC8DEE5A20009ABE290461BD7573E73F5E2E1092D5A18DB68FF5BE52C6C28E70AAEFA5E263E4DE724A8543565382D96B901AFA501390A6DD |
SSDEEP | 96:impMHsjjyhBVGUH5JARbNPvKlb6wSsKPR/Qc09E6DUgbu:rpMHsqH5JuB30b6AqRoX9EGTu |
SpecialCode | |
TLSH | T1F451000F62A62AAF51A295B5D4D998876E1E603B03D517387DDEC2840F2062D42F9FF4 |
db | nsrl_modern_rds |
insert-timestamp | 1728976958.501795 |
mimetype | text/x-ruby |
source | snap:EWOurXm5IwzlninRqvPbrGB1T68zBwAS_3 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 576 |
hashlookup:trust | 100 |
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 |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.4/packages//powerpc//ruby-2.5.1.tgz |
MD5 | 6F357BE410952A312F4FABC2C975A37B |
SHA-1 | 011515541ACD4B89C34B9B13C10D3139EF90F15A |
SHA-256 | A93A5A2C5E4F119894F162F0BC1B0A6372295B9356AF43F6D7F9CFDA7CD1B9E7 |
SSDEEP | 98304:wxj7AHh6TRozGIArFJ2/uMIsvIdVl7s8GNCQu5n3UL9a4TLBFzSJSLTHCFwf336S:2jEBe39UlIIZulUL9a4TVMnqfNcbJzC |
TLSH | T12A5633C6CB5451FD8B74D760AE287B5A0EC0836358D88E02A5783BDFAF624C7D2579E0 |
Key | Value |
---|---|
MD5 | BAA4A76433A5F180D0CE68A207A331DF |
PackageArch | noarch |
PackageDescription | minitest/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. |
PackageMaintainer | CentOS Buildsys <bugs@centos.org> |
PackageName | rubygem-minitest |
PackageRelease | 139.module_el8.5.0+916+17ac145a |
PackageVersion | 5.14.2 |
SHA-1 | 012E944E96F8594DF3B34245CE45C1D069A0493B |
SHA-256 | 6DCA8FD6CFC9EC753D7221E1B9CD603F95B33F5C73F91DF019945222A58A6516 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.9/packages//amd64//logstash-7.10.0v0.tgz |
MD5 | 0DA46B8AC1EEE755C58DAE164C48E5E1 |
SHA-1 | 015C27AABA74A3A39021F1071CBAFC957159B3D3 |
SHA-256 | EFFA8BFB169444D6962D50525086E0D090E831F5926EE0415726B67F6FDCCD44 |
SSDEEP | 3145728:PfoSDFsHqt7L4BwVF+UIUDu1+eK1Jbf72:PH46gQ+UpufCJbfS |
TLSH | T1967833A1D1785434E1ADBB30A4CFAB0420BA14D84FE5DC7EF7AF56B61B063C9911CB29 |
Key | Value |
---|---|
MD5 | 5CB63FE3CB6B16094037B33648A3DB8C |
PackageArch | i586 |
PackageDescription | Ruby 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) |
PackageName | ruby3.0 |
PackageRelease | 12.16 |
PackageVersion | 3.0.3 |
SHA-1 | 025E7DEB52584CE8529FFB62525A29BE09F157B1 |
SHA-256 | B34B52AA3FC00EA4B729C74B59658FCE359284BFD73B57D43108197C7C19EF0C |
Key | Value |
---|---|
MD5 | C5018D470B22183F067BA3831E453542 |
PackageArch | x86_64 |
PackageDescription | minitest 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. |
PackageName | ruby2.5-rubygem-minitest |
PackageRelease | lp150.1.6 |
PackageVersion | 5.11.1 |
SHA-1 | 02B53775F2A906007302E978B96420E1B2A7AF4D |
SHA-256 | 39BFE520357A2B4AE33D9353A9DCCD06BCB5FBC3826240993AA5E288228B32C6 |
Key | Value |
---|---|
FileSize | 5039788 |
MD5 | C86A27D74532F37FBE1D42693E81B153 |
PackageDescription | Libraries 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) |
PackageMaintainer | Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org> |
PackageName | libruby3.0 |
PackageSection | libs |
PackageVersion | 3.0.2-4 |
SHA-1 | 02F04DD961C48CA9C778991841476C06727A5F05 |
SHA-256 | 0136A65C8D551D2D82F71DF4E81168BC2C2A379F2238208D425C286CDCA75F34 |
Key | Value |
---|---|
SHA-1 | 032C199005298BE4A57B92E4747847FBA457E752 |
snap-authority | canonical |
snap-filename | hyL7wdEbqoaISJjAoCb93FWbu0r1bk6d_2.snap |
snap-id | hyL7wdEbqoaISJjAoCb93FWbu0r1bk6d_2 |
snap-name | rubocop |
snap-publisher-id | cGT3OPyfjKfSjbmiVsgbdb8HxkzuXhXF |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2024-08-06T12:32:01.995008Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/hyL7wdEbqoaISJjAoCb93FWbu0r1bk6d_2.snap |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.7/packages//i386//ruby-2.7.1.tgz |
MD5 | 0B1A13CB8BF5CED18841B15792088A4A |
SHA-1 | 03593ECDA5398A6FBA0E61407FFC2023DC7FD649 |
SHA-256 | 4E77F99AD246627BFB9EA2B946AEC6CC0C2A22136C2763CAA5C2A53EB2DD86CB |
SSDEEP | 98304:zxSMTS2llhBuLZtYJKz0wWs5RLCanuELiPhcba6ypsFprk8+8waeYGXeuqBaYj68:zxe2zaks0itRiZcW6xtkiw7wBGcGq |
TLSH | T15F66332499AE53359B2441368A3676F873710E4B4C335C242DAC77AF999C88FC44BDFA |
Key | Value |
---|---|
MD5 | CC5349E782DD37FF4B5664A474DC9AE8 |
PackageArch | noarch |
PackageDescription | minitest/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. |
PackageMaintainer | CentOS Buildsys <bugs@centos.org> |
PackageName | rubygem-minitest |
PackageRelease | 137.module_el8.4.0+875+807aec38 |
PackageVersion | 5.13.0 |
SHA-1 | 03B174134215C0D0751108393CE23C49FFD41795 |
SHA-256 | 192184CF3331C92B73D71431FC22633A0FCBEA78E66161D11BECBE9BE558D3F3 |
Key | Value |
---|---|
MD5 | 07BE2EA7A7E2128B7A6610A0D92539B2 |
PackageArch | riscv64 |
PackageDescription | Ruby 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) |
PackageName | ruby2.7 |
PackageRelease | 4.1 |
PackageVersion | 2.7.5 |
SHA-1 | 04C4B8E0E9DD278A60787DB9F26FAEF9B79125A1 |
SHA-256 | A2217BA1359826F5677C4C3FEF5B09C4AC0B32D459B798958EE09465EA08E2B7 |