Project
Reverse Dependencies for rspec
The projects listed here declare rspec as a runtime or development dependency
0.0
Ruby HTTP client for the Addons.io API.
2021
2022
2023
2024
2025
2026
0.0
Encapsulates the composed of pattern for addresses into any easy to use library. Provides convenience methods for formatting, parsing, etc.
2021
2022
2023
2024
2025
2026
0.0
Exports address books from various e-mail services (Gmail, Mail.ru, Yandex, Rambler)
2021
2022
2023
2024
2025
2026
0.0
A reusable Address model for your Rails apps
2021
2022
2023
2024
2025
2026
0.0
Inspired by the address fields on amazon.com
2021
2022
2023
2024
2025
2026
0.0
Ruby client library for Addressfinder
2021
2022
2023
2024
2025
2026
0.0
Nfe.io's Adresses gem
2021
2022
2023
2024
2025
2026
0.0
A system which should help bringing different Rack applications together.
2021
2022
2023
2024
2025
2026
0.0
Uses geocoding to perform fuzzy match on address strings
2021
2022
2023
2024
2025
2026
0.0
A super simple way to turn an address string into a hash of useful information!
2021
2022
2023
2024
2025
2026
0.0
Smartly capitalize US & Canadian addresses
2021
2022
2023
2024
2025
2026
0.0
Uses USPS Web Tools and Google Maps APIs to validate and get suggestions for addresses
2021
2022
2023
2024
2025
2026
0.0
Real addresses for your testing/demoing needs.
2021
2022
2023
2024
2025
2026
0.0
Simple API connector for getting analytic data from AddThis
2021
2022
2023
2024
2025
2026
0.0
addition of two numbers
2021
2022
2023
2024
2025
2026
0.0
A view layer helper which takes an object (such as an ActiveRecord instance from your database) and generates an "Add To Google Calendar" URL based on it's attributes.
2021
2022
2023
2024
2025
2026
0.0
A Rails gem that simplifies the process of creating and distributing digital wallet passes for Apple Wallet and Google Wallet
2021
2022
2023
2024
2025
2026
0.0
Given a master vault token, issue short-lived, per-application tokens to each app in a docker-compose.yml file, restricting each app the to corresponding security policy.
2021
2022
2023
2024
2025
2026
0.0
# Addy
Allows pretty summations. Instead of writing:
(1..5).inject(0) do |memo, num|
memo + (num**num)
end
You write:
sum(1..5) do |num|
num**num
end
Personally, I would rather write the latter.
## Usage
Install the gem:
gem install addy
Then use it!
...
2021
2022
2023
2024
2025
2026
0.0
Adequate Json is a gem that simplifies the process of serializing JSON for API responses.
2021
2022
2023
2024
2025
2026