Philiprehberger's Gems

icon
See profile on Gravatar
#Total RankDaily RankNameSummary
16,960476philiprehberger-phoneParse phone numbers from various formats, validate against country rules, and format as...
29,174572philiprehberger-http_clientA zero-dependency HTTP client built on Ruby's net/http with automatic retries, request/...
39,324572philiprehberger-retry_kitA lightweight retry library with exponential/linear/constant backoff, configurable jitt...
49,538535philiprehberger-cron_kitA zero-dependency Ruby gem for parsing 5-field cron expressions and running an in-proce...
59,596469philiprehberger-rate_limiterA zero-dependency Ruby gem for rate limiting with sliding window and token bucket algor...
69,650582philiprehberger-task_queueA lightweight, zero-dependency, thread-safe in-process async job queue with configurabl...
79,705585philiprehberger-passwordValidate passwords against configurable policies (length, complexity, common password d...
89,710598philiprehberger-templateA lightweight Mustache-style template engine supporting variable interpolation, section...
99,790491philiprehberger-structured_loggerA zero-dependency Ruby gem for structured JSON logging with context merging, child logg...
1010,873582philiprehberger-time_agoFormat timestamps as human-readable relative strings like "3 minutes ago" or "in 2 hour...
1112,610470philiprehberger-cache_kitA lightweight, thread-safe in-memory LRU cache with TTL expiration and tag-based bulk i...
1213,423504philiprehberger-config_kitA zero-dependency Ruby gem for layered configuration resolution. Define typed config ke...
1313,579535philiprehberger-env_loaderLoad environment variables from multiple .env files with configurable precedence, type ...
1413,989578philiprehberger-jwt_kitA complete JWT toolkit for Ruby. Encode and decode tokens with automatic claim manageme...
1515,380482philiprehberger-email_validatorValidates email addresses with RFC 5322 syntax checking, MX record verification, dispos...
1615,407561philiprehberger-sanitize_htmlHTML sanitizer with configurable allow lists for tags and attributes. Strip dangerous e...
1715,443524philiprehberger-paginationPagination library supporting offset-based, cursor-based, and keyset strategies. Return...
1815,468553philiprehberger-slugGenerate URL-safe slugs from any string with built-in Unicode transliteration, configur...
1915,555547philiprehberger-corsRack-compatible CORS middleware supporting configurable allowed origins, methods, heade...
2015,722569philiprehberger-json_schemaValidate Ruby data structures against JSON Schema definitions with support for type che...
2115,793479philiprehberger-circuitCircuit breaker pattern with closed, open, and half-open states, configurable failure t...
2215,876517philiprehberger-env_validatorDefine environment variable schemas with type casting, required/optional flags, and def...
2315,878595philiprehberger-middlewareA composable middleware stack that supports lambda and class-based middleware, named en...
2415,916524philiprehberger-resultA lightweight Result type for Ruby with Ok and Err variants, monadic map/flat_map opera...
2515,943593philiprehberger-state_machineA minimal state machine for Ruby objects. Define states, events, transitions, guard con...
2615,997590philiprehberger-memoMemoize methods with a simple decorator. Supports TTL expiration, LRU eviction, thread-...
2716,087519philiprehberger-string_kitString case conversion, slug generation, transliteration, padding, HTML stripping, whit...
2816,098561philiprehberger-inflectorProvides pluralize, singularize, camelize, underscore, tableize, classify, ordinalize, ...
2916,141605philiprehberger-id_genGenerate unique identifiers in multiple formats: time-sortable ULIDs, compact nanoids, ...
3016,152524philiprehberger-schedulerA lightweight in-process task scheduler for Ruby. Schedule recurring tasks using simple...
3116,185610philiprehberger-cron_parserParse standard 5-field cron expressions and calculate next/previous occurrences, match ...
3216,201570philiprehberger-parallel_eachParallel iteration methods (map, each, select, reject, find, flat_map, any?, all?, none...
3316,234590philiprehberger-poolA generic thread-safe object pool for Ruby with configurable size, checkout timeouts, i...
3416,329533philiprehberger-feature_flagA lightweight feature flag library supporting in-memory, ENV, and YAML backends with pe...
3516,382571philiprehberger-webhook_signatureSign and verify webhook payloads using HMAC-SHA256 with timestamp-based replay preventi...
3616,412481philiprehberger-webhook_builderA webhook delivery client that signs payloads with HMAC-SHA256, retries failed deliveri...
3716,466575philiprehberger-date_kitDate utilities including business day counting and arithmetic, quarter boundaries, week...
3816,478607philiprehberger-tryA tiny utility for concise error handling. Wrap risky expressions with Try.call, chain ...
3916,485524philiprehberger-maybeA Maybe/Optional type for Ruby providing Some and None containers with safe chaining, p...
4016,543495philiprehberger-csv_kitStreaming CSV processor with row-by-row transforms, validations, column plucking, strea...
4116,554489philiprehberger-csv_builderBuild CSV files from record collections using a declarative DSL with column definitions...
4216,600478philiprehberger-data_mapperA zero-dependency Ruby gem for transforming data between formats with a mapping DSL, fi...
4316,636561philiprehberger-uri_kitParse, build, and manipulate URLs with query parameter management, normalization, domai...
4416,661509philiprehberger-json_pathEvaluate JSONPath expressions against Ruby hashes and arrays. Supports dot notation, ar...
4516,696517philiprehberger-json_mergeApply and generate JSON patches using RFC 7396 Merge Patch and RFC 6902 JSON Patch. Sup...
4616,726557philiprehberger-mime_typeDetect MIME types from file extensions, filenames, and binary content using magic byte ...
4716,752477philiprehberger-test_factoryLightweight DSL for building test data objects without ActiveRecord. Define factories w...
4816,757509philiprehberger-http_mockStub HTTP requests in tests with a fluent API for matching methods, URLs, headers, and ...
4916,806557philiprehberger-random_dataGenerate random test data including names, emails, phone numbers, UUIDs, sentences, par...
5016,821474philiprehberger-cli_kitLightweight CLI toolkit combining argument parsing with flags and options, interactive ...
5116,851545philiprehberger-colorA lightweight Ruby library for terminal ANSI color and styling with chainable API, RGB/...
5216,857578philiprehberger-progressDisplay progress bars with percentage, ETA, and throughput, or spinners for indetermina...
5316,888575philiprehberger-tableFormat data as terminal tables with Unicode, ASCII, Markdown, or compact styles. Build ...
5416,913533philiprehberger-signed_payloadA zero-dependency Ruby gem for signing and verifying JSON payloads using HMAC-SHA256 wi...
5516,953567philiprehberger-multipartBuild and parse multipart/form-data request bodies with a clean DSL for adding text fie...
5616,988507philiprehberger-header_kitParse and build Accept, Accept-Language, Accept-Encoding, Authorization, Cache-Control,...
5717,013553philiprehberger-lruThread-safe LRU cache backed by a hash and doubly-linked list for O(1) get/set, with co...
5817,039575philiprehberger-cryptA high-level encryption toolkit providing AES-256-GCM encryption and decryption, key ro...
5917,052498philiprehberger-checksumCompute MD5, SHA-1, SHA-256, SHA-512, and CRC32 checksums for strings and files. HMAC-S...
6017,114551philiprehberger-schema_validatorA zero-dependency Ruby gem for validating hash data against schemas with type checking,...
6117,196604philiprehberger-config_validatorDefine configuration schemas with required and optional keys, type constraints, default...
6217,224585philiprehberger-safe_yamlSafe YAML loading with restricted types, schema validation, and size limits. Wraps YAML...
6317,263578philiprehberger-toml_kitParse and generate TOML v1.0 documents with full type support including datetimes, inli...
6417,302538philiprehberger-timeout_kitA cooperative timeout library providing deadline and timeout patterns that avoid Thread...
6517,342609philiprehberger-semaphoreCounting semaphore built on Mutex and ConditionVariable for concurrent access control w...
6617,351553philiprehberger-lock_kitFile locks using flock and PID file locks with stale detection for coordinating between...
6717,407519philiprehberger-retry_queueProcesses collections of items with configurable per-item retry logic, exponential back...
6817,443557philiprehberger-pluralizePluralize and singularize English words without ActiveSupport. Includes 200+ rules, irr...
6917,458542philiprehberger-tarPure-Ruby implementation of tar archive creation and extraction using the standard 512-...
7017,494585philiprehberger-gzip_kitSimple API for gzip compression and decompression with support for strings, files, and ...
7117,518572philiprehberger-xml_builderProgrammatic XML construction with a clean DSL, auto-escaping, CDATA, comments, process...
7217,520490philiprehberger-html_builderBuild HTML programmatically using a clean tag DSL with nested blocks, automatic content...
7317,586585philiprehberger-moneyA lean money library that stores amounts as integer subunits (cents) to avoid floating-...
7417,671503philiprehberger-durationParse human strings and ISO 8601 durations, perform arithmetic and comparison, and outp...
7517,733500philiprehberger-semverA lightweight Ruby library for parsing, comparing, sorting, and matching semantic versi...
7617,755493philiprehberger-version_compareParse semantic version strings into comparable objects with support for sorting, findin...
7717,800480philiprehberger-human_sizeFormat byte counts as human-readable strings (1.5 MB) and parse them back. Supports SI ...
7817,832551philiprehberger-metric_unitsUnit conversion library supporting length, weight, temperature, volume, speed, pressure...
7917,878475philiprehberger-ip_addrParse and classify IPv4/IPv6 addresses with private, loopback, and multicast detection....
8017,911590philiprehberger-geo_pointGeographic point calculations including Haversine/Vincenty distance, bearing, midpoint,...
8117,958535philiprehberger-image_sizeReads width, height, format, DPI, and color depth from image file headers (PNG, JPEG, G...
8218,002602philiprehberger-file_watcherWatch files and directories for changes using polling. Detects created, modified, and d...
8318,041601philiprehberger-task_runnerRun shell commands with captured stdout/stderr, exit code, duration measurement, config...
8418,052509philiprehberger-maskAutomatically detect and redact sensitive data like emails, credit cards, SSNs, and tok...
8518,090491philiprehberger-log_filterPattern-based log filtering — drop or transform log lines matching rules. Includes pres...
8618,139605philiprehberger-event_emitterA thread-safe event emitter for Ruby with sync and async listeners, wildcard event matc...
8718,163561philiprehberger-metricA thread-safe in-process metrics library providing counters, gauges, histograms, and su...
8818,199497philiprehberger-etagGenerate strong and weak ETags, evaluate If-None-Match and If-Match headers, and serve ...
8918,203584philiprehberger-token_bucketThread-safe token bucket rate limiter with configurable capacity and refill rate, suppo...
9018,271553philiprehberger-locale_kitParse BCP 47 language tags, negotiate content language from Accept-Language headers, an...
9118,326598philiprehberger-safe_execSafely evaluate arithmetic, comparison, and boolean expressions from untrusted input. U...
9218,337488philiprehberger-fuzzy_matchMatch strings approximately using multiple algorithms: Levenshtein edit distance, Damer...
9318,356519philiprehberger-regex_libA library of tested, documented regex patterns for common data formats. Includes named ...
9418,393473philiprehberger-natural_sortNatural sort for strings containing numbers. Splits strings into text and numeric chunk...
9518,445561philiprehberger-truncateTruncate strings by word count, character count, or sentence count with word-boundary a...
9618,490557philiprehberger-word_wrapWrap text to a specific width at word boundaries. Supports indentation, hanging indent,...
9718,516500philiprehberger-job_meterThread-safe instrumentation for background jobs. Record execution duration and success/...
9818,562514philiprehberger-rate_counterMeasure event rates (requests/sec, errors/min) using a sliding window counter. Thread-s...
9918,585532philiprehberger-rate_windowThread-safe time-windowed rate tracker that records values into bucketed time slots. Su...
10018,625509philiprehberger-stopwatchHigh-resolution stopwatch using monotonic clock with start, stop, reset, lap timing, pa...
10118,635507philiprehberger-treeA generic tree data structure supporting depth-first and breadth-first traversal, node ...
10218,715504philiprehberger-graphGraph data structure supporting directed and undirected modes with adjacency list stora...
10318,771595philiprehberger-dependency_graphBuild and resolve dependency graphs using topological sort, detect cycles, generate par...
10418,781514philiprehberger-priority_queueA binary heap-based priority queue supporting min-heap, max-heap, and custom comparator...
10518,830538philiprehberger-queue_stackThread-safe queue and stack data structures with configurable capacity limits, blocking...
10618,862495philiprehberger-ring_bufferFixed-capacity ring buffer that overwrites oldest entries on overflow, with index acces...
10718,900529philiprehberger-bloom_filterBloom filter implementation using a bit array with double hashing. Supports configurabl...
10818,991585philiprehberger-hash_ringConsistent hash ring with virtual nodes, weighted members, and replication support. Min...
10918,996529philiprehberger-intervalInterval data type supporting closed, open, and half-open boundaries with overlap detec...
11019,083486philiprehberger-event_storeThread-safe in-memory event store for CQRS patterns. Supports named streams, event appe...
11119,130598philiprehberger-rule_engineA lightweight rule engine with a declarative DSL for defining conditions and actions. S...
11219,178607philiprehberger-pipeA Ruby library for functional pipeline composition with named steps, pipeline compositi...
11319,194546philiprehberger-guard_clauseA chainable guard clause DSL for validating method preconditions with built-in checks f...
11419,208471philiprehberger-struct_kitDefine data classes with typed fields, default values, validation rules, and pattern ma...
11519,294494philiprehberger-typed_hashDefine typed hash schemas with per-key type declarations, optional coercion functions, ...
11619,340595philiprehberger-dot_accessAccess deeply nested hash values using dot notation (config.database.host) with nil-saf...
11719,357483philiprehberger-batchProcesses collections in configurable chunks with progress tracking callbacks and per-i...
11819,377529philiprehberger-enumDefine type-safe enums in Ruby with automatic ordinals, custom values, lookup methods, ...
11919,444561philiprehberger-debounceDebounce delays execution until a quiet period elapses. Throttle limits execution frequ...
12019,513538philiprehberger-expiring_mapA thread-safe hash map where each key has its own TTL, with automatic expiration, max s...
12119,587593philiprehberger-differA Ruby library for deep structural diffing of hashes, arrays, and nested objects with a...
12219,592504philiprehberger-deep_freezeRecursively freeze entire object graphs (hashes, arrays, strings, structs, Data) to cre...
12319,618542philiprehberger-base_convertEncode and decode data in Base32 (Crockford), Base58 (Bitcoin), Base62, and Base85 (ASC...
12419,650578philiprehberger-counterCount element frequencies from any enumerable with most-common and least-common queries...
12519,704538philiprehberger-math_kitDescriptive statistics, linear interpolation, rounding modes, and moving averages. Ligh...
12619,760602philiprehberger-circuit_boardHealth check framework that aggregates dependency checks with configurable timeouts and...
12719,777549philiprehberger-base64_urlURL-safe Base64 encoding and decoding using Base64.urlsafe_encode64/decode64 with no pa...
12819,866502philiprehberger-hexEncode and decode hexadecimal strings with 0x prefix handling, produce xxd-style hex du...
12919,935547philiprehberger-compact_idConvert UUIDs to compact Base58 or Base62 representations (22 chars vs 36). Guaranteed ...
13019,989549philiprehberger-encoding_kitDetect encoding from BOM and heuristics with confidence scores, convert between encodin...
13120,000524philiprehberger-pathname_kitPathname utility library providing atomic writes, safe deletes, directory creation, glo...
13220,054519philiprehberger-color_convertA color conversion library supporting hex, RGB, HSL, and HSV formats with parsing, mani...
13320,067487philiprehberger-ini_parserParse and generate INI configuration files with sections, inline comments, multiline va...
13420,174542philiprehberger-env_diffParse .env files or environment hashes, compare them, and get a clear report of added, ...
13520,214485philiprehberger-approxCompare numeric values, arrays, and hashes for approximate equality using configurable ...
13620,246611philiprehberger-changelog_parserParse Keep a Changelog formatted markdown files with version querying, category managem...
13720,251498philiprehberger-state_bagThread-local key-value state bag with scoped overrides via blocks, automatic restoratio...
13820,258514philiprehberger-bit_fieldNamed bit flags with a DSL for defining flags at bit positions, symbolic read/set/clear...
13920,280509philiprehberger-audit_trailA lightweight audit trail library for tracking changes to hashes and objects with actor...
14020,336567philiprehberger-assertA lightweight runtime assertion library for Ruby with chainable matchers, soft assertio...