Project
Reverse Dependencies for rspec
The projects listed here declare rspec as a runtime or development dependency
0.0
count of querying
2021
2022
2023
2024
2025
2026
0.0
The arr2hash gem provides a simple way to convert a 2D array into an array of hashes. The first row of the 2D array is used as the keys, and the subsequent rows are converted to values, creating an array of hashes. This is especially useful for converting structured data like CSV.
2021
2022
2023
2024
2025
2026
0.0
Arrangeable provides an organized and seamless way to sort your ActiveRecord objects by different attributes.
2021
2022
2023
2024
2025
2026
0.0
Implementation of 2D array
2021
2022
2023
2024
2025
2026
0.0
Provides users with methods for performing common math functions on arrays.
2021
2022
2023
2024
2025
2026
0.0
This gem defines some helpers to use array columns like assiciated models
2021
2022
2023
2024
2025
2026
0.0
Creates methods that accepts array of values and save them as bit mask extracted using specified source
2021
2022
2023
2024
2025
2026
0.0
An array buffer (a.k.a. byte array) implementation forRuby, implemented natively.
2021
2022
2023
2024
2025
2026
0.0
Enumerator abstraction layer that emulates certain array functionality (methods like empty?, slice, shift and more) by using a small cache and other tricks without loading all the data from the enumerator at the same time.
2021
2022
2023
2024
2025
2026
0.0
Add Array#===
2021
2022
2023
2024
2025
2026
0.0
This gem extends the Ruby class Array with a few useful methods. Just a bit of sugar.
2021
2022
2023
2024
2025
2026
0.0
Fast methods for ruby stats
2021
2022
2023
2024
2025
2026
0.0
This small extension to ruby's Array class provides two additional
iterators, Array#each_with_floe and Array#each_with_index_floe, that
simplify the reasonably-common need to specially handle "floe"--i.e.,
first, last, odd, even--when iterating through the elements of an array.
It's particularly...
2021
2022
2023
2024
2025
2026
0.0
Array extension for frequency of values.
2021
2022
2023
2024
2025
2026
0.0
[1, 2, 4, 5] #~> [[1, 2], [2, 4], [4, 5]]
2021
2022
2023
2024
2025
2026
0.0
Convert array to hash according to your defined formatter
2021
2022
2023
2024
2025
2026
0.0
Array#include_all?, Array#include_any?, Array#include_array?, Array#array_index, Array#counts, and Array#duplicates methods missing from basic Ruby Array API. Compatible with Ruby, JRuby, Opal, and RubyMotion.
2021
2022
2023
2024
2025
2026
0.0
Stores string arrays in files
2021
2022
2023
2024
2025
2026
0.0
The gem introduces the Arrayish::String class, a string that has some array characteristics.
2021
2022
2023
2024
2025
2026
0.0
Implement the missing uniq? method on Array
2021
2022
2023
2024
2025
2026