Project
Reverse Dependencies for bundler
The projects listed here declare bundler as a runtime or development dependency
0.0
An unofficial unionpay gem
2020
2021
2022
2023
2024
2025
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
2020
2021
2022
2023
2024
2025
0.0
Simple and straightforward config & cli options parser library
2020
2021
2022
2023
2024
2025
0.0
Universal parser, you must only describe a page wit nokogiri
2020
2021
2022
2023
2024
2025
0.0
Generate a unique, random token for ActiveRecord models.
2020
2021
2022
2023
2024
2025
0.0
Like uniq -c for ruby arrays
2020
2021
2022
2023
2024
2025
0.0
UNIQ systems CI reporter
2020
2021
2022
2023
2024
2025
0.0
A distributed unique ID generator inspired by Twitter's Snowflake.
2020
2021
2022
2023
2024
2025
0.0
Adds entries to a logfile, only if they don't already exist. The logfile can be on a remote server
2020
2021
2022
2023
2024
2025
0.0
Add to your models an easily way to generate uniq numbers
2020
2021
2022
2023
2024
2025
0.0
Generate a unique, random token for Active Record.
2020
2021
2022
2023
2024
2025
0.0
Easily set ActiveRecord attributes to auto-generate as unique values from a given proc.
2020
2021
2022
2023
2024
2025
0.0
A Rails validator for uniqueness by date.
2020
2021
2022
2023
2024
2025
0.0
This extension creates values which can be used for invoice numbers, personnel numbers and the like.
2020
2021
2022
2023
2024
2025
0.0
before_create helper to create unique idenfication fields
2020
2021
2022
2023
2024
2025
0.0
A simple validator to verify the uniqueness of certain item attributes from a collection
2020
2021
2022
2023
2024
2025
0.0
This gem is useful when you work with `paranoia` + `devise` gems etc, to prevent duplication creation (or unique index errors)
2020
2021
2022
2023
2024
2025
0.0
This validator allows you to verify nested models created with nested forms to validate the uniqueness of an attribute, More details in http://github.com/evedovelli/unique_nested_validator
2020
2021
2022
2023
2024
2025
0.0
Ruby SDK for Unique Response
2020
2021
2022
2023
2024
2025
0.0
Client for uniqush-push server for push notifications using GCM, APNS and others http://uniqush.org/
2020
2021
2022
2023
2024
2025