0.0
A light-weighted redis driver for testing, development, and minimal environments,
which supports various data storage strategies.
2020
2021
2022
2023
2024
2025
0.0
== USAGE: require 'octave' engine = Octave::Engine.new engine.eval "123.456 * 789.101112" engine.rand(10) matrix = Octave::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] = rand } } engine.put_variable("m", matrix) engine.save "/tmp/20_x_400_matrix" == REQUIREMENTS: * Octave...
2020
2021
2022
2023
2024
2025
0.0
This is a temp fork for testing purposes only. Clamby allows users to scan files uploaded with Paperclip or Carrierwave. If a file has a virus, then you can delete this file and discard it without causing harm to other users.
2020
2021
2022
2023
2024
2025
0.0
A gem to clean up memoization. This is useful for testing, where you want to
ensure that a method is called again after a change to the object.
2020
2021
2022
2023
2024
2025
0.0
Provides SSH connectivity to Juniper Networks devices running JunOS for InSpec compliance testing and infrastructure inspection. Supports platform detection, command execution, and configuration file access.
2020
2021
2022
2023
2024
2025
0.0
Bare bones implementation of the Bryton testing protocol
2020
2021
2022
2023
2024
2025
0.0
A Ruby gem for extracting and importing complex ActiveRecord object graphs with smart dependency resolution, beautiful CLI progress visualization, and memory-efficient streaming. Perfect for data migration, testing, and environment synchronization.
2020
2021
2022
2023
2024
2025
0.0
Basic Jekyll theme for any type of websites.
2020
2021
2022
2023
2024
2025
0.0
Service stub for the Heroku API.
Will respond to all public endpoints of the Heroku API with a sample serialized
response representing what data that endpoint would normal return. Useful in
development and testing situations where real API calls might result in
inconvienent manipulation of real ...
2020
2021
2022
2023
2024
2025
0.0
A simple gem for testing
2020
2021
2022
2023
2024
2025
0.0
A bundler plugin that adds features to your existing Ruby Gems project.
See [our repository of templates](http://gembytes.com/templates) for adding
testing, linting, and security frameworks to your project.
2020
2021
2022
2023
2024
2025
0.0
The Chef VPC Toolkit is a set of Rake tasks that provide a framework to help automate the creation and configuration of cloud server groups for development or testing. Requires Cloud Servers VPC.
2020
2021
2022
2023
2024
2025
0.0
This Gem format of the stdlib module is intended to make it easier for _module authors_ to resolve dependencies using a Gemfile when running automated testing jobs like Travis or Jenkins. The recommended best practice for installation by end users is to use the `puppet module install` command to...
2020
2021
2022
2023
2024
2025
0.0
Library for quick testing UI part of your app.
2020
2021
2022
2023
2024
2025
0.0
Testing the gem
2020
2021
2022
2023
2024
2025
0.0
Mainline is a rails plugin which exposes your rails app via webrick to allow
testing with browser automators such as Selenium or Watir. Mainline allows
your rails actions to run in the same transaction as your unit tests so you
can use fixtures, factories, or whatever.
2020
2021
2022
2023
2024
2025
0.0
EchoAPI is a Ruby gem designed to simplify the process of mocking and simulating external API calls.
Ideal for both development and testing environments,
EchoApi enables developers to define customizable responses to API requests,
helping to ensure that applications behave as expected wi...
2020
2021
2022
2023
2024
2025
0.0
Adds a 'gem rebuild' command for testing reproducible builds.
2020
2021
2022
2023
2024
2025
0.0
CommandSet is a user interface framework. Its focus is a DSL for defining commands, much like Rake or RSpec. A default readline based terminal interpreter (complete with context sensitive tab completion, and the amenities of readline: history editing, etc) is included. It could very well be ad...
2020
2021
2022
2023
2024
2025
0.0
This library generates credit card numbers using the Luhn algorithm, suitable for testing payment systems and form validations.
2020
2021
2022
2023
2024
2025