Project
Reverse Dependencies for bundler
The projects listed here declare bundler as a runtime or development dependency
0.0
A gem to detect and differentiate between Traditional Chinese, Simplified Chinese based on Unihan data.
2021
2022
2023
2024
2025
2026
0.0
Unimatrix CLI
2021
2022
2023
2024
2025
2026
0.0
Generates file contents for UnionBank's eCrediting enrollment and transaction files.
2021
2022
2023
2024
2025
2026
0.0
In computer science, a disjoint-set data structure, also called a union–find data structure or merge–find set, is a data structure that keeps track of a set of elements partitioned into a number of disjoint (non-overlapping) subsets. It provides near-constant-time operations (bounded by the ...
2021
2022
2023
2024
2025
2026
0.0
Union Find is an algorithm that uses a disjoint-set data structure. It allows us to efficiently connect any items of a given list and to efficiently check whether two items of this list are connected (any degree of separation) or not.
2021
2022
2023
2024
2025
2026
0.0
This is a union_find_tree library. It is used for connecting and grouping items. you can connect any object
2021
2022
2023
2024
2025
2026
0.0
An unofficial simple unionpay_app gem
2021
2022
2023
2024
2025
2026
0.0
Ruby wapper for Unionpay's Open API.
2021
2022
2023
2024
2025
2026
0.0
UPOP and UPMP SDK
2021
2022
2023
2024
2025
2026
0.0
An unofficial unionpay gem
2021
2022
2023
2024
2025
2026
0.0
Allows easy creation of immutable union values, a.k.a. sum-types.
Example:
APICallResult = UnionValue.new(:success, :failure, :timeout)
APICallResult.failure.is_failure? #=> true
APICallResult.timeout.is_success? #=> false
APICallResult.success(12345).data #=> 12345
2021
2022
2023
2024
2025
2026
0.0
Simple and straightforward config & cli options parser library
2021
2022
2023
2024
2025
2026
0.0
Universal parser, you must only describe a page wit nokogiri
2021
2022
2023
2024
2025
2026
0.0
A command-line tool for managing Unity packages
2021
2022
2023
2024
2025
2026
0.0
Generate a unique, random token for ActiveRecord models.
2021
2022
2023
2024
2025
2026
0.0
Like uniq -c for ruby arrays
2021
2022
2023
2024
2025
2026
0.0
UNIQ systems CI reporter
2021
2022
2023
2024
2025
2026
0.0
A distributed unique ID generator inspired by Twitter's Snowflake.
2021
2022
2023
2024
2025
2026
0.0
Adds entries to a logfile, only if they don't already exist. The logfile can be on a remote server
2021
2022
2023
2024
2025
2026
0.0
Add to your models an easily way to generate uniq numbers
2021
2022
2023
2024
2025
2026