Gems
philiprehberger-config_validator 0.5.0
Define configuration schemas with required and optional keys, type constraints, default...
850,472 Downloads
philiprehberger-cors 0.5.0
Rack-compatible CORS middleware supporting configurable allowed origins, methods, heade...
871,395 Downloads
philiprehberger-counter 0.7.0
Count element frequencies from any enumerable with most-common and least-common queries...
829,343 Downloads
philiprehberger-cron_kit 0.8.1
A zero-dependency Ruby gem for parsing 5-field cron expressions and running an in-proce...
3,251,582 Downloads
philiprehberger-cron_parser 0.5.0
Parse standard 5-field cron expressions and calculate next/previous occurrences, match ...
862,238 Downloads
philiprehberger-crypt 0.5.0
A high-level encryption toolkit providing AES-256-GCM encryption and decryption, key ro...
851,856 Downloads
philiprehberger-csv_builder 0.10.0
Build CSV files from record collections using a declarative DSL with column definitions...
857,749 Downloads
philiprehberger-csv_kit 0.10.0
Streaming CSV processor with row-by-row transforms, validations, column plucking, strea...
857,997 Downloads
philiprehberger-data_mapper 0.7.0
A zero-dependency Ruby gem for transforming data between formats with a mapping DSL, fi...
857,276 Downloads
philiprehberger-date_kit 0.4.0
Date utilities including business day counting and arithmetic, quarter boundaries, week...
858,364 Downloads
philiprehberger-debounce 0.10.0
Debounce delays execution until a quiet period elapses. Throttle limits execution frequ...
830,885 Downloads
philiprehberger-deep_freeze 0.9.0
Recursively freeze entire object graphs (hashes, arrays, strings, structs, Data) to cre...
829,970 Downloads
philiprehberger-dependency_graph 0.6.0
Build and resolve dependency graphs using topological sort, detect cycles, generate par...
835,908 Downloads
philiprehberger-differ 0.6.0
A Ruby library for deep structural diffing of hashes, arrays, and nested objects with a...
829,814 Downloads
philiprehberger-dot_access 0.8.0
Access deeply nested hash values using dot notation (config.database.host) with nil-saf...
831,718 Downloads
philiprehberger-duration 0.8.0
Parse human strings and ISO 8601 durations, perform arithmetic and comparison, and outp...
845,682 Downloads
philiprehberger-email_validator 0.7.0
Validates email addresses with RFC 5322 syntax checking, MX record verification, dispos...
1,874,541 Downloads
philiprehberger-encoding_kit 0.6.0
Detect encoding from BOM and heuristics with confidence scores, convert between encodin...
826,783 Downloads
philiprehberger-enum 0.5.0
Define type-safe enums in Ruby with automatic ordinals, custom values, lookup methods, ...
831,038 Downloads
philiprehberger-env_diff 0.5.0
Parse .env files or environment hashes, compare them, and get a clear report of added, ...
825,504 Downloads
philiprehberger-env_loader 0.4.0
Load environment variables from multiple .env files with configurable precedence, type ...
909,444 Downloads
philiprehberger-env_validator 0.6.0
Define environment variable schemas with type casting, required/optional flags, and def...
866,749 Downloads
philiprehberger-etag 0.8.0
Generate strong and weak ETags, evaluate If-None-Match and If-Match headers, and serve ...
840,965 Downloads
philiprehberger-event_emitter 0.7.0
A thread-safe event emitter for Ruby with sync and async listeners, wildcard event matc...
841,537 Downloads
philiprehberger-event_store 0.5.0
Thread-safe in-memory event store for CQRS patterns. Supports named streams, event appe...
833,382 Downloads
philiprehberger-expiring_map 0.4.0
A thread-safe hash map where each key has its own TTL, with automatic expiration, max s...
829,898 Downloads
philiprehberger-feature_flag 0.5.0
A lightweight feature flag library supporting in-memory, ENV, and YAML backends with pe...
860,431 Downloads
philiprehberger-file_watcher 0.4.0
Watch files and directories for changes using polling. Detects created, modified, and d...
842,343 Downloads
philiprehberger-fuzzy_match 0.10.0
Match strings approximately using multiple algorithms: Levenshtein edit distance, Damer...
839,931 Downloads
philiprehberger-geo_point 0.7.0
Geographic point calculations including Haversine/Vincenty distance, bearing, midpoint,...
843,570 Downloads