Gem in a Box
If you did not need any credentials to get to this page
gem sources -a https://16.3.alpine.gems.sutty.nl/
If you needed some credentials to get to this page
gem sources -a https://username:password@16.3.alpine.gems.sutty.nl/
and then ...
gem install geminabox
gem inabox [gemfile]
Upload Another Gem
-
aasm (5.0.0 - 5.5.0)
gem install aasm -v "5.5.0"
gem install aasm -v "5.2.0"
gem install aasm -v "5.0.0"
AASM is a continuation of the acts-as-state-machine rails plugin, built for plain Ruby objects.
-
actioncable (5.2.2.1 - 7.1.4.1)
gem install actioncable -v "7.1.4.1"
gem install actioncable -v "7.1.4"
gem install actioncable -v "7.1.3.4"
gem install actioncable -v "7.1.3.3"
gem install actioncable -v "7.1.3.2"
Structure many real-time application concerns into channels over a single WebSocket connection.
-
actionmailbox (6.0.0 - 7.1.4.1)
gem install actionmailbox -v "7.1.4.1"
gem install actionmailbox -v "7.1.4"
gem install actionmailbox -v "7.1.3.4"
gem install actionmailbox -v "7.1.3.3"
gem install actionmailbox -v "7.1.3.2"
Receive and process incoming emails in Rails applications.
-
actionmailer (5.2.2.1 - 7.1.4.1)
gem install actionmailer -v "7.1.4.1"
gem install actionmailer -v "7.1.4"
gem install actionmailer -v "7.1.3.4"
gem install actionmailer -v "7.1.3.3"
gem install actionmailer -v "7.1.3.2"
Email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.
-
actionpack (5.2.2.1 - 7.1.4.1)
gem install actionpack -v "7.1.4.1"
gem install actionpack -v "7.1.4"
gem install actionpack -v "7.1.3.4"
gem install actionpack -v "7.1.3.3"
gem install actionpack -v "7.1.3.2"
Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.
-
actiontext (6.0.0 - 7.1.4.1)
gem install actiontext -v "7.1.4.1"
gem install actiontext -v "7.1.4"
gem install actiontext -v "7.1.3.4"
gem install actiontext -v "7.1.3.3"
gem install actiontext -v "7.1.3.2"
Edit and display rich text in Rails applications.
-
actionview (5.2.2.1 - 7.1.4.1)
gem install actionview -v "7.1.4.1"
gem install actionview -v "7.1.4"
gem install actionview -v "7.1.3.4"
gem install actionview -v "7.1.3.3"
gem install actionview -v "7.1.3.2"
Simple, battle-tested conventions and helpers for building web pages.
-
active_model_serializers (0.10.13 - 0.10.15)
gem install active_model_serializers -v "0.10.15"
gem install active_model_serializers -v "0.10.14"
gem install active_model_serializers -v "0.10.13"
ActiveModel::Serializers allows you to generate your JSON in an object-oriented and convention-driven manner.
-
active_record_query_trace (1.8 - 1.8.2)
gem install active_record_query_trace -v "1.8.2"
gem install active_record_query_trace -v "1.8.1"
gem install active_record_query_trace -v "1.8"
Print stack trace of all DB queries to the Rails log. Helpful to find where queries are being executed in your application.
-
active_storage_validations (0.9.4 - 0.9.5)
gem install active_storage_validations -v "0.9.5"
gem install active_storage_validations -v "0.9.4"
Validations for Active Storage (presence)
-
activejob (5.2.2.1 - 7.1.4.1)
gem install activejob -v "7.1.4.1"
gem install activejob -v "7.1.4"
gem install activejob -v "7.1.3.4"
gem install activejob -v "7.1.3.3"
gem install activejob -v "7.1.3.2"
Declare job classes that can be run by a variety of queuing backends.
-
activemerchant (1.107.3 - 1.126.0)
gem install activemerchant -v "1.126.0"
gem install activemerchant -v "1.124.0"
gem install activemerchant -v "1.123.0"
gem install activemerchant -v "1.121.0"
gem install activemerchant -v "1.119.0"
Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.
-
activemodel (5.2.2.1 - 7.1.4.1)
gem install activemodel -v "7.1.4.1"
gem install activemodel -v "7.1.4"
gem install activemodel -v "7.1.3.4"
gem install activemodel -v "7.1.3.3"
gem install activemodel -v "7.1.3.2"
A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.
-
activerecord (5.2.2.1 - 7.1.4.1)
gem install activerecord -v "7.1.4.1"
gem install activerecord -v "7.1.4"
gem install activerecord -v "7.1.3.4"
gem install activerecord -v "7.1.3.3"
gem install activerecord -v "7.1.3.2"
Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.
-
activerecord-import (1.0.2 - 1.3.0)
gem install activerecord-import -v "1.3.0"
gem install activerecord-import -v "1.2.0"
gem install activerecord-import -v "1.0.2"
A library for bulk inserting data using ActiveRecord.
-
activerecord-nulldb-adapter (0.3.9 - 0.8.0)
gem install activerecord-nulldb-adapter -v "0.8.0"
gem install activerecord-nulldb-adapter -v "0.7.0"
gem install activerecord-nulldb-adapter -v "0.3.9"
A database backend that translates database interactions into no-ops. Using NullDB enables you to test your model business logic - including after_save hooks - without ever touching a real database.
-
activerecord-postgis-adapter (5.2.2)
gem install activerecord-postgis-adapter -v "5.2.2"
ActiveRecord connection adapter for PostGIS. It is based on the stock PostgreSQL adapter, and adds built-in support for the spatial extensions provided by PostGIS. It uses the RGeo library to represent spatial data in Ruby.
-
activerecord-session_store (2.0.0)
gem install activerecord-session_store -v "2.0.0"
-
activestorage (5.2.2.1 - 7.1.4.1)
gem install activestorage -v "7.1.4.1"
gem install activestorage -v "7.1.4"
gem install activestorage -v "7.1.3.4"
gem install activestorage -v "7.1.3.3"
gem install activestorage -v "7.1.3.2"
Attach cloud and local files in Rails applications.
-
activestorage-ipfs (0.0.2)
gem install activestorage-ipfs -v "0.0.2"
A ActiveStorage Service
-
activesupport (5.2.2.1 - 7.1.4.1)
gem install activesupport -v "7.1.4.1"
gem install activesupport -v "7.1.4"
gem install activesupport -v "7.1.3.4"
gem install activesupport -v "7.1.3.3"
gem install activesupport -v "7.1.3.2"
A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.
-
acts_as_list (0.9.19 - 1.0.4)
gem install acts_as_list -v "1.0.4"
gem install acts_as_list -v "0.9.19"
This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a "position" column defined as an integer on the mapped database table.
-
addressable (2.5.2 - 2.8.7)
gem install addressable -v "2.8.7"
gem install addressable -v "2.8.6"
gem install addressable -v "2.8.5"
gem install addressable -v "2.8.4"
gem install addressable -v "2.8.3"
Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. It is flexible, offers heuristic parsing, and additionally provides extensive support for IRIs and URI templates.
-
adhesiones-jekyll-theme (0.1.0 - 0.4.1)
gem install adhesiones-jekyll-theme -v "0.4.1"
gem install adhesiones-jekyll-theme -v "0.4.0"
gem install adhesiones-jekyll-theme -v "0.3.2"
gem install adhesiones-jekyll-theme -v "0.3.1"
gem install adhesiones-jekyll-theme -v "0.3.0"
-
adsp (1.0.10)
gem install adsp -v "1.0.10"
-
aes_key_wrap (1.1.0)
gem install aes_key_wrap -v "1.1.0"
-
after_commit_everywhere (1.4.0 - 1.5.0)
gem install after_commit_everywhere -v "1.5.0"
gem install after_commit_everywhere -v "1.4.0"
Brings before_commit, after_commit, and after_rollback transactional callbacks outside of your ActiveRecord models.
-
airbrussh (1.3.4 - 1.5.3)
gem install airbrussh -v "1.5.3"
gem install airbrussh -v "1.5.2"
gem install airbrussh -v "1.5.1"
gem install airbrussh -v "1.5.0"
gem install airbrussh -v "1.4.2"
A replacement log formatter for SSHKit that makes Capistrano output much easier on the eyes. Just add Airbrussh to your Capfile and enjoy concise, useful log output that is easy to read.
-
android_key_attestation (0.3.0)
gem install android_key_attestation -v "0.3.0"
-
annotate (3.2.0)
gem install annotate -v "3.2.0"
Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema.
-
anomaly_detection (0.1.4 - 0.2.2)
gem install anomaly_detection -v "0.2.2"
x86_64-linux-muslgem install anomaly_detection -v "0.2.1"
x86_64-linux-muslgem install anomaly_detection -v "0.2.0"
x86_64-linux-muslgem install anomaly_detection -v "0.2.0"
gem install anomaly_detection -v "0.1.4"
x86_64-linux-musl
-
ansi (1.5.0)
gem install ansi -v "1.5.0"
The ANSI project is a superlative collection of ANSI escape code related libraries eabling ANSI colorization and stylization of console output. Byte for byte ANSI is the best ANSI code library available for the Ruby programming language.
-
anystyle (1.4.2 - 1.5.0)
gem install anystyle -v "1.5.0"
gem install anystyle -v "1.4.2"
A sophisticated parser for academic reference lists and bibliographies based on machine learning algorithms using conditional random fields.
-
archive-zip (0.12.0)
gem install archive-zip -v "0.12.0"
Archive::Zip provides a simple Ruby-esque interface to creating, extracting, and updating ZIP archives. This implementation is 100% Ruby and loosely modeled on the archive creation and extraction capabilities of InfoZip's zip and unzip tools.
-
arel (9.0.0)
gem install arel -v "9.0.0"
Arel Really Exasperates Logicians Arel is a SQL AST manager for Ruby. It 1. Simplifies the generation of complex SQL queries 2. Adapts to various RDBMSes It is intended to be a framework framework; that is, you can build your own ORM with it, focusing on innovative object and collection modeling as opposed to database compatibility and query generation.
-
argon2 (2.0.2 - 2.3.0)
gem install argon2 -v "2.3.0"
x86_64-linux-muslgem install argon2 -v "2.2.0"
x86_64-linux-muslgem install argon2 -v "2.1.3"
x86_64-linux-muslgem install argon2 -v "2.1.2"
x86_64-linux-muslgem install argon2 -v "2.1.1"
x86_64-linux-muslArgon2 FFI binding
-
ast (2.4.0 - 2.4.2)
gem install ast -v "2.4.2"
gem install ast -v "2.4.1"
gem install ast -v "2.4.0"
A library for working with Abstract Syntax Trees.
-
async (1.29.1 - 1.30.1)
gem install async -v "1.30.1"
gem install async -v "1.29.1"
-
async-http (0.56.3 - 0.56.5)
gem install async-http -v "0.56.5"
gem install async-http -v "0.56.3"
-
async-http-faraday (0.11.0)
gem install async-http-faraday -v "0.11.0"
-
async-io (1.32.1 - 1.32.2)
gem install async-io -v "1.32.2"
gem install async-io -v "1.32.1"
-
async-pool (0.3.7 - 0.3.9)
gem install async-pool -v "0.3.9"
gem install async-pool -v "0.3.8"
gem install async-pool -v "0.3.7"
-
attr_encrypted (3.1.0 - 4.1.0)
gem install attr_encrypted -v "4.1.0"
gem install attr_encrypted -v "4.0.0"
gem install attr_encrypted -v "3.1.0"
Generates attr_accessors that encrypt and decrypt attributes transparently
-
attr_required (1.0.1 - 1.0.2)
gem install attr_required -v "1.0.2"
gem install attr_required -v "1.0.1"
attr_required and attr_optional
-
auto_strip_attributes (2.6.0)
gem install auto_strip_attributes -v "2.6.0"
AutoStripAttributes helps to remove unnecessary whitespaces from ActiveRecord or ActiveModel attributes. It's good for removing accidental spaces from user inputs. It works by adding a before_validation hook to the record. It has option to set empty strings to nil or to remove extra spaces inside the string.
-
autoprefixer-rails (9.5.1 - 10.4.13.0)
gem install autoprefixer-rails -v "10.4.13.0"
gem install autoprefixer-rails -v "10.4.7.0"
gem install autoprefixer-rails -v "10.4.2.0"
gem install autoprefixer-rails -v "10.4.0.0"
gem install autoprefixer-rails -v "10.3.3.0"
-
autotest (4.4.6)
gem install autotest -v "4.4.6"
This is a stub gem to fix the confusion caused by autotest being part of the ZenTest suite.
-
autotest-fsevent (0.2.20)
gem install autotest-fsevent -v "0.2.20"
Autotest relies on filesystem polling to detect modifications in source code files. This is expensive for the CPU, harddrive and battery - and unnecesary on Mac OS X 10.5 or higher which comes with the very efficient FSEvent core service for this very purpose. This gem teaches autotest how to use FSEvent.
-
autotest-growl (0.2.16)
gem install autotest-growl -v "0.2.16"
This gem aims to improve support for Growl notifications by autotest.
-
autotest-rails-pure (4.1.2)
gem install autotest-rails-pure -v "4.1.2"
-
awesome_nested_set (3.2.0 - 3.4.0)
gem install awesome_nested_set -v "3.4.0"
gem install awesome_nested_set -v "3.2.1"
gem install awesome_nested_set -v "3.2.0"
An awesome nested set implementation for Active Record
-
awrence (1.2.1 - 2.0.1)
gem install awrence -v "2.0.1"
gem install awrence -v "2.0.0"
gem install awrence -v "1.2.1"
Have you ever needed to automatically convert Ruby-style snake_case to CamelCase or camelBack hash keys? Awrence to the rescue. This gem recursively converts all snake_case keys in a hash structure to camelBack.
-
aws-eventstream (1.2.0 - 1.3.0)
gem install aws-eventstream -v "1.3.0"
gem install aws-eventstream -v "1.2.0"
Amazon Web Services event stream library. Decodes and encodes binary stream under `vnd.amazon.event-stream` content-type
-
aws-partitions (1.668.0 - 1.1021.0)
gem install aws-partitions -v "1.1021.0"
gem install aws-partitions -v "1.1020.0"
gem install aws-partitions -v "1.1019.0"
gem install aws-partitions -v "1.1018.0"
gem install aws-partitions -v "1.1017.0"
Provides interfaces to enumerate AWS partitions, regions, and services.
-
aws-sdk-core (3.168.2 - 3.214.0)
gem install aws-sdk-core -v "3.214.0"
gem install aws-sdk-core -v "3.213.0"
gem install aws-sdk-core -v "3.212.0"
gem install aws-sdk-core -v "3.211.0"
gem install aws-sdk-core -v "3.210.0"
Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby.
-
aws-sdk-kms (1.60.0 - 1.96.0)
gem install aws-sdk-kms -v "1.96.0"
gem install aws-sdk-kms -v "1.95.0"
gem install aws-sdk-kms -v "1.94.0"
gem install aws-sdk-kms -v "1.93.0"
gem install aws-sdk-kms -v "1.92.0"
Official AWS Ruby gem for AWS Key Management Service (KMS). This gem is part of the AWS SDK for Ruby.
-
aws-sdk-s3 (1.117.1 - 1.176.0)
gem install aws-sdk-s3 -v "1.176.0"
gem install aws-sdk-s3 -v "1.175.0"
gem install aws-sdk-s3 -v "1.174.0"
gem install aws-sdk-s3 -v "1.173.0"
gem install aws-sdk-s3 -v "1.172.0"
Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). This gem is part of the AWS SDK for Ruby.
-
aws-sigv4 (1.5.2 - 1.10.1)
gem install aws-sigv4 -v "1.10.1"
gem install aws-sigv4 -v "1.10.0"
gem install aws-sigv4 -v "1.9.1"
gem install aws-sigv4 -v "1.9.0"
gem install aws-sigv4 -v "1.8.0"
Amazon Web Services Signature Version 4 signing library. Generates sigv4 signature for HTTP requests.
-
axiom-types (0.1.1)
gem install axiom-types -v "0.1.1"
Define types with optional constraints for use within axiom and other libraries.
-
babel-source (5.8.35)
gem install babel-source -v "5.8.35"
-
babel-transpiler (0.7.0)
gem install babel-transpiler -v "0.7.0"
Ruby Babel is a bridge to the JS Babel transpiler.
-
base64 (0.2.0)
gem install base64 -v "0.2.0"
Support for encoding and decoding binary data using a Base64 representation.
-
bcp47_spec (0.2.1)
gem install bcp47_spec -v "0.2.1"
-
bcrypt (3.1.13 - 3.1.20)
gem install bcrypt -v "3.1.20"
x86_64-linux-muslgem install bcrypt -v "3.1.19"
x86_64-linux-muslgem install bcrypt -v "3.1.18"
x86_64-linux-muslgem install bcrypt -v "3.1.17"
x86_64-linux-muslgem install bcrypt -v "3.1.16"
x86_64-linux-muslbcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords.
-
bcrypt_pbkdf (1.0.1 - 1.1.1)
gem install bcrypt_pbkdf -v "1.1.1"
x86_64-linux-muslgem install bcrypt_pbkdf -v "1.1.0"
x86_64-linux-muslgem install bcrypt_pbkdf -v "1.1.0"
gem install bcrypt_pbkdf -v "1.0.1"
x86_64-linux-muslThis gem implements bcrypt_pbkdf (a variant of PBKDF2 with bcrypt-based PRF)
-
benchmark-ips (2.7.2 - 2.12.0)
gem install benchmark-ips -v "2.12.0"
gem install benchmark-ips -v "2.10.0"
gem install benchmark-ips -v "2.9.3"
gem install benchmark-ips -v "2.9.2"
gem install benchmark-ips -v "2.9.1"
A iterations per second enhancement to Benchmark.
-
better_errors (2.9.1 - 2.10.1)
gem install better_errors -v "2.10.1"
gem install better_errors -v "2.10.0"
gem install better_errors -v "2.9.1"
Provides a better error page for Rails and other Rack apps. Includes source code inspection, a live REPL and local/instance variable inspection for all stack frames.
-
better_html (2.0.1 - 2.0.2)
gem install better_html -v "2.0.2"
x86_64-linux-muslgem install better_html -v "2.0.1"
x86_64-linux-muslgem install better_html -v "2.0.1"
Better HTML for Rails. Provides sane html helpers that make it easier to do the right thing.
-
bindata (2.4.14 - 2.5.0)
gem install bindata -v "2.5.0"
gem install bindata -v "2.4.15"
gem install bindata -v "2.4.14"
BinData is a declarative way to read and write binary file formats. This means the programmer specifies *what* the format of the binary data is, and BinData works out *how* to read and write data in this format. It is an easier ( and more readable ) alternative to ruby's #pack and #unpack methods.
-
bindex (0.8.1 - 0.8.1)
gem install bindex -v "0.8.1"
x86_64-linux-muslgem install bindex -v "0.8.1"
-
binding_of_caller (0.8.0 - 1.0.1)
gem install binding_of_caller -v "1.0.1"
gem install binding_of_caller -v "1.0.0"
gem install binding_of_caller -v "0.8.0"
x86_64-linux-muslgem install binding_of_caller -v "0.8.0"
Provides the Binding#of_caller method. Using binding_of_caller we can grab bindings from higher up the call stack and evaluate code in that context. Allows access to bindings arbitrarily far up the call stack, not limited to just the immediate caller. Recommended for use only in debugging situations. Do not use this in production apps.
-
biz (1.8.2)
gem install biz -v "1.8.2"
Time calculations using business hours.
-
blazer (2.2.1 - 2.6.5)
gem install blazer -v "2.6.5"
gem install blazer -v "2.6.4"
gem install blazer -v "2.6.3"
gem install blazer -v "2.5.0"
gem install blazer -v "2.4.8"
-
blurhash (0.1.6 - 0.1.8)
gem install blurhash -v "0.1.8"
x86_64-linux-muslgem install blurhash -v "0.1.7"
x86_64-linux-muslgem install blurhash -v "0.1.6"
x86_64-linux-muslgem install blurhash -v "0.1.6"
-
bootsnap (1.3.2 - 1.18.4)
gem install bootsnap -v "1.18.4"
x86_64-linux-muslgem install bootsnap -v "1.18.3"
x86_64-linux-muslgem install bootsnap -v "1.18.2"
x86_64-linux-muslgem install bootsnap -v "1.18.1"
x86_64-linux-muslgem install bootsnap -v "1.18.0"
x86_64-linux-muslBoot large ruby/rails apps faster
-
bootstrap (4.3.1 - 5.1.3)
gem install bootstrap -v "5.1.3"
gem install bootstrap -v "5.1.0"
gem install bootstrap -v "5.0.1"
gem install bootstrap -v "4.6.2"
gem install bootstrap -v "4.6.1"
-
bootstrap4-kaminari-views (1.0.1)
gem install bootstrap4-kaminari-views -v "1.0.1"
Bootstrap 4 styling for Kaminari gem
-
brakeman (4.10.0 - 5.4.1)
gem install brakeman -v "5.4.1"
gem install brakeman -v "5.4.0"
gem install brakeman -v "5.3.1"
gem install brakeman -v "5.2.3"
gem install brakeman -v "5.2.1"
Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis.
-
brotli (0.2.3 - 0.6.0)
gem install brotli -v "0.6.0"
x86_64-linux-muslgem install brotli -v "0.5.0"
x86_64-linux-muslgem install brotli -v "0.4.0"
x86_64-linux-muslgem install brotli -v "0.2.3"
x86_64-linux-muslgem install brotli -v "0.2.3"
Brotli compressor/decompressor
-
browser (2.5.3 - 5.3.1)
gem install browser -v "5.3.1"
gem install browser -v "5.3.0"
gem install browser -v "5.2.0"
gem install browser -v "5.1.0"
gem install browser -v "5.0.0"
Do some browser detection with Ruby.
-
brpoplpush-redis_script (0.1.3)
gem install brpoplpush-redis_script -v "0.1.3"
Bring your own LUA scripts into redis.
-
buftok (0.2.0)
gem install buftok -v "0.2.0"
BufferedTokenizer extracts token delimited entities from a sequence of arbitrary inputs
-
build-environment (1.13.0)
gem install build-environment -v "1.13.0"
-
builder (3.2.3 - 3.3.0)
gem install builder -v "3.3.0"
gem install builder -v "3.2.4"
gem install builder -v "3.2.3"
Builder provides a number of builder objects that make creating structured data simple to do. Currently the following builder objects are supported: * XML Markup * XML Events
-
bullet (7.0.4 - 8.0.0)
gem install bullet -v "8.0.0"
gem install bullet -v "7.2.0"
gem install bullet -v "7.1.6"
gem install bullet -v "7.1.5"
gem install bullet -v "7.1.4"
help to kill N+1 queries and unused eager loading.
-
bundle (0.0.1)
gem install bundle -v "0.0.1"
You really mean `gem install bundler`. It's okay. I'll fix it for you this one last time...
-
bundler (2.4.17 - 2.4.22)
gem install bundler -v "2.4.22"
gem install bundler -v "2.4.21"
gem install bundler -v "2.4.20"
gem install bundler -v "2.4.19"
gem install bundler -v "2.4.18"
Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably
-
bundler-audit (0.8.0 - 0.9.2)
gem install bundler-audit -v "0.9.2"
gem install bundler-audit -v "0.9.1"
gem install bundler-audit -v "0.8.0"
bundler-audit provides patch-level verification for Bundled apps.
-
byebug (11.0.1 - 11.1.3)
gem install byebug -v "11.1.3"
x86_64-linux-muslgem install byebug -v "11.0.1"
x86_64-linux-muslByebug is a Ruby debugger. It's implemented using the TracePoint C API for execution control and the Debug Inspector C API for call stack navigation. The core component provides support that front-ends can build on. It provides breakpoint handling and bindings for stack frames among other things and it comes with an easy to use command line interface.
-
calibre-ruby (0.0.2)
gem install calibre-ruby -v "0.0.2"
This gem provides an ActiveRecord interface to Calibre's book database
-
camertron-eprun (1.1.1)
gem install camertron-eprun -v "1.1.1"
Efficient pure Ruby Unicode normalization.
-
cancancan (3.1.0 - 3.4.0)
gem install cancancan -v "3.4.0"
gem install cancancan -v "3.3.0"
gem install cancancan -v "3.2.2"
gem install cancancan -v "3.2.1"
gem install cancancan -v "3.2.0"
Simple authorization solution for Rails. All permissions are stored in a single location.
-
candy_check (0.4.0 - 0.6.0)
gem install candy_check -v "0.6.0"
gem install candy_check -v "0.4.0"
-
capistrano (3.11.1 - 3.19.2)
gem install capistrano -v "3.19.2"
gem install capistrano -v "3.19.1"
gem install capistrano -v "3.19.0"
gem install capistrano -v "3.18.1"
gem install capistrano -v "3.18.0"
Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH.
-
capistrano-bundler (1.6.0 - 2.1.1)
gem install capistrano-bundler -v "2.1.1"
gem install capistrano-bundler -v "2.1.0"
gem install capistrano-bundler -v "2.0.1"
gem install capistrano-bundler -v "1.6.0"
Bundler support for Capistrano 3.x
-
capistrano-passenger (0.2.0)
gem install capistrano-passenger -v "0.2.0"
Passenger support for Capistrano 3.x
-
capistrano-rails (1.4.0 - 1.6.3)
gem install capistrano-rails -v "1.6.3"
gem install capistrano-rails -v "1.6.2"
gem install capistrano-rails -v "1.5.0"
gem install capistrano-rails -v "1.4.0"
Rails specific Capistrano tasks
-
capistrano-rbenv (2.1.4 - 2.2.0)
gem install capistrano-rbenv -v "2.2.0"
gem install capistrano-rbenv -v "2.1.6"
gem install capistrano-rbenv -v "2.1.4"
rbenv integration for Capistrano
-
capistrano-yarn (2.0.2)
gem install capistrano-yarn -v "2.0.2"
based on capistrano/npm gem
-
capistrano3-puma (3.1.1)
gem install capistrano3-puma -v "3.1.1"
Puma integration for Capistrano 3
-
capybara (2.18.0 - 3.39.2)
gem install capybara -v "3.39.2"
gem install capybara -v "3.39.1"
gem install capybara -v "3.39.0"
gem install capybara -v "3.38.0"
gem install capybara -v "3.37.1"
Capybara is an integration testing tool for rack based web applications. It simulates how a user would interact with a website
-
carmen (1.1.3)
gem install carmen -v "1.1.3"
Includes data from the Debian iso-data project.
-
carrierwave (2.0.1)
gem install carrierwave -v "2.0.1"
Upload files in your Ruby applications, map them to a range of ORMs, store them on different backends.
-
carrierwave-bombshelter (0.2.2)
gem install carrierwave-bombshelter -v "0.2.2"
-
case_transform (0.2)
gem install case_transform -v "0.2"
Extraction of the key_transform abilities of ActiveModelSerializers
-
cbor (0.5.9.6 - 0.5.9.8)
gem install cbor -v "0.5.9.8"
x86_64-linux-muslgem install cbor -v "0.5.9.7"
x86_64-linux-muslgem install cbor -v "0.5.9.6"
x86_64-linux-muslgem install cbor -v "0.5.9.6"
CBOR is a library for the CBOR binary object representation format, based on Sadayuki Furuhashi's MessagePack library.
-
charlock_holmes (0.7.7 - 0.7.9)
gem install charlock_holmes -v "0.7.9"
x86_64-linux-muslgem install charlock_holmes -v "0.7.8"
x86_64-linux-muslgem install charlock_holmes -v "0.7.7"
x86_64-linux-muslgem install charlock_holmes -v "0.7.7"
charlock_holmes provides binary and text detection as well as text transcoding using libicu
-
chartkick (3.3.0 - 5.0.2)
gem install chartkick -v "5.0.2"
gem install chartkick -v "5.0.1"
gem install chartkick -v "4.2.1"
gem install chartkick -v "4.2.0"
gem install chartkick -v "4.1.3"
-
chewy (7.2.4 - 7.6.0)
gem install chewy -v "7.6.0"
gem install chewy -v "7.5.1"
gem install chewy -v "7.5.0"
gem install chewy -v "7.4.0"
gem install chewy -v "7.3.6"
Chewy provides functionality for Elasticsearch index handling, documents import mappings and chainable query DSL
-
childprocess (1.0.1 - 5.1.0)
gem install childprocess -v "5.1.0"
gem install childprocess -v "5.0.0"
gem install childprocess -v "4.1.0"
gem install childprocess -v "4.0.0"
gem install childprocess -v "3.0.0"
This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination.
-
chromedriver-helper (2.1.1)
gem install chromedriver-helper -v "2.1.1"
Deprecated in favor of the 'webdrivers' gem as of 2019-03-31. See https://github.com/flavorjones/chromedriver-helper/issues/83
-
chunky_png (1.3.12 - 1.4.0)
gem install chunky_png -v "1.4.0"
gem install chunky_png -v "1.3.12"
This pure Ruby library can read and write PNG images without depending on an external image library, like RMagick. It tries to be memory efficient and reasonably fast. It supports reading and writing all PNG variants that are defined in the specification, with one limitation: only 8-bit color depth is supported. It supports all transparency, interlacing and filtering options the PNG specifications allows. It can also read and write textual metadata from PNG files. Low-level read/write access to PNG chunks is also possible. This library supports simple drawing on the image canvas and simple operations like alpha composition and cropping. Finally, it can import from and export to RMagick for interoperability. Also, have a look at OilyPNG at https://github.com/wvanbergen/oily_png. OilyPNG is a drop in mixin module that implements some of the ChunkyPNG algorithms in C, which provides a massive speed boost to encoding and decoding.
-
classifier-reborn (2.2.0)
gem install classifier-reborn -v "2.2.0"
-
clavius (1.0.4)
gem install clavius -v "1.0.4"
Date calculations based on a schedule.
-
cldr-plurals-runtime-rb (1.0.1 - 1.1.0)
gem install cldr-plurals-runtime-rb -v "1.1.0"
gem install cldr-plurals-runtime-rb -v "1.0.1"
Ruby runtime methods for CLDR plural rules (see camertron/cldr-plurals).
-
clearbit (0.2.8 - 0.3.3)
gem install clearbit -v "0.3.3"
gem install clearbit -v "0.2.8"
API client for clearbit.com
-
climate_control (0.2.0 - 1.2.0)
gem install climate_control -v "1.2.0"
gem install climate_control -v "1.1.1"
gem install climate_control -v "1.1.0"
gem install climate_control -v "1.0.1"
gem install climate_control -v "1.0.0"
Modify your ENV
-
cmdstan (0.1.3 - 0.1.8)
gem install cmdstan -v "0.1.8"
x86_64-linux-muslgem install cmdstan -v "0.1.7"
x86_64-linux-muslgem install cmdstan -v "0.1.6"
x86_64-linux-muslgem install cmdstan -v "0.1.5"
x86_64-linux-muslgem install cmdstan -v "0.1.4"
x86_64-linux-musl
-
cms_scanner (0.13.8)
gem install cms_scanner -v "0.13.8"
Framework to provide an easy way to implement CMS Scanners
-
cocoon (1.2.15)
gem install cocoon -v "1.2.15"
Unobtrusive nested forms handling, using jQuery. Use this and discover cocoon-heaven.
-
coderay (1.1.2 - 1.1.3)
gem install coderay -v "1.1.3"
gem install coderay -v "1.1.2"
Fast and easy syntax highlighting for selected languages, written in Ruby. Comes with RedCloth integration and LOC counter.
-
coercible (1.0.0)
gem install coercible -v "1.0.0"
Powerful, flexible and configurable coercion library. And nothing more.
-
coffee-rails (4.2.2 - 5.0.0)
gem install coffee-rails -v "5.0.0"
gem install coffee-rails -v "4.2.2"
CoffeeScript adapter for the Rails asset pipeline.
-
coffee-script (2.4.1)
gem install coffee-script -v "2.4.1"
Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
-
coffee-script-source (1.12.2)
gem install coffee-script-source -v "1.12.2"
CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.
-
coffeelint (1.16.1)
gem install coffeelint -v "1.16.1"
Ruby bindings for coffeelint
-
color_diff (0.1)
gem install color_diff -v "0.1"
Calculate RGB color distances using CIEDE2000 formula
-
colorator (1.1.0)
gem install colorator -v "1.1.0"
-
commonmarker (0.18.2 - 0.23.10)
gem install commonmarker -v "0.23.10"
x86_64-linux-muslgem install commonmarker -v "0.23.9"
x86_64-linux-muslgem install commonmarker -v "0.23.9"
gem install commonmarker -v "0.23.8"
x86_64-linux-muslgem install commonmarker -v "0.23.8"
A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.
-
composite_primary_keys (11.2.0 - 12.0.10)
gem install composite_primary_keys -v "12.0.10"
gem install composite_primary_keys -v "11.2.0"
Composite key support for ActiveRecord
-
compost-jekyll-theme (0.1.1 - 0.3.2)
gem install compost-jekyll-theme -v "0.3.2"
gem install compost-jekyll-theme -v "0.3.1"
gem install compost-jekyll-theme -v "0.3.0"
gem install compost-jekyll-theme -v "0.2.3"
gem install compost-jekyll-theme -v "0.2.2"
-
concurrent-ruby (1.1.5 - 1.3.4)
gem install concurrent-ruby -v "1.3.4"
gem install concurrent-ruby -v "1.3.3"
gem install concurrent-ruby -v "1.3.2"
gem install concurrent-ruby -v "1.3.1"
gem install concurrent-ruby -v "1.2.3"
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
-
concurrent-ruby-ext (1.1.8 - 1.3.4)
gem install concurrent-ruby-ext -v "1.3.4"
x86_64-linux-muslgem install concurrent-ruby-ext -v "1.3.3"
x86_64-linux-muslgem install concurrent-ruby-ext -v "1.3.2"
x86_64-linux-muslgem install concurrent-ruby-ext -v "1.3.1"
x86_64-linux-muslgem install concurrent-ruby-ext -v "1.3.0"
x86_64-linux-muslC extensions to optimize the concurrent-ruby gem when running under MRI. Please see http://concurrent-ruby.com for more information.
-
connection_pool (2.2.5 - 2.4.1)
gem install connection_pool -v "2.4.1"
gem install connection_pool -v "2.4.0"
gem install connection_pool -v "2.3.0"
gem install connection_pool -v "2.2.5"
Generic connection pool for Ruby
-
console (1.13.1 - 1.14.0)
gem install console -v "1.14.0"
gem install console -v "1.13.1"
-
cookiejar (0.3.3)
gem install cookiejar -v "0.3.3"
Allows for parsing and returning cookies in Ruby HTTP client code
-
cooklang (0.1.0)
gem install cooklang -v "0.1.0"
-
cose (1.2.1 - 1.3.1)
gem install cose -v "1.3.1"
gem install cose -v "1.3.0"
gem install cose -v "1.2.1"
-
coveralls (0.7.1 - 0.8.23)
gem install coveralls -v "0.8.23"
gem install coveralls -v "0.7.1"
A Ruby implementation of the Coveralls API.
-
crack (0.4.3 - 1.0.0)
gem install crack -v "1.0.0"
gem install crack -v "0.4.6"
gem install crack -v "0.4.5"
gem install crack -v "0.4.3"
Really simple JSON and XML parsing, ripped from Merb and Rails.
-
crass (1.0.4 - 1.0.6)
gem install crass -v "1.0.6"
gem install crass -v "1.0.5"
gem install crass -v "1.0.4"
Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 spec.
-
css_parser (1.7.1 - 1.17.1)
gem install css_parser -v "1.17.1"
gem install css_parser -v "1.17.0"
gem install css_parser -v "1.16.0"
gem install css_parser -v "1.15.0"
gem install css_parser -v "1.14.0"
A set of classes for parsing CSS in Ruby.
-
csv (3.2.0 - 3.2.2)
gem install csv -v "3.2.2"
gem install csv -v "3.2.0"
The CSV library provides a complete interface to CSV files and data. It offers tools to enable you to read and write to and from Strings or IO objects, as needed.
-
cucumber (5.1.3 - 7.1.0)
gem install cucumber -v "7.1.0"
gem install cucumber -v "5.1.3"
Behaviour Driven Development with elegance and joy
-
cucumber-core (8.0.1 - 10.1.0)
gem install cucumber-core -v "10.1.0"
gem install cucumber-core -v "8.0.1"
Core library for the Cucumber BDD app
-
cucumber-create-meta (2.0.4 - 6.0.4)
gem install cucumber-create-meta -v "6.0.4"
gem install cucumber-create-meta -v "2.0.4"
Produce the meta message for Cucumber Ruby
-
cucumber-cucumber-expressions (14.0.0)
gem install cucumber-cucumber-expressions -v "14.0.0"
Cucumber Expressions - a simpler alternative to Regular Expressions
-
cucumber-gherkin (15.0.2 - 22.0.0)
gem install cucumber-gherkin -v "22.0.0"
gem install cucumber-gherkin -v "15.0.2"
Gherkin parser
-
cucumber-html-formatter (9.0.0 - 17.0.0)
gem install cucumber-html-formatter -v "17.0.0"
gem install cucumber-html-formatter -v "9.0.0"
HTML formatter for Cucumber
-
cucumber-messages (17.1.1)
gem install cucumber-messages -v "17.1.1"
Protocol Buffer messages for Cucumber's inter-process communication
-
cucumber-tag-expressions (4.1.0)
gem install cucumber-tag-expressions -v "4.1.0"
Cucumber tag expressions for ruby
-
cucumber-wire (4.0.1 - 6.2.0)
gem install cucumber-wire -v "6.2.0"
gem install cucumber-wire -v "4.0.1"
Wire protocol for Cucumber
-
daemons (1.3.1 - 1.4.1)
gem install daemons -v "1.4.1"
gem install daemons -v "1.3.1"
Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exception backtracing and logging (in case your ruby script crashes) and monitoring and automatic restarting of your processes if they crash.
-
dalli (2.7.10 - 3.2.1)
gem install dalli -v "3.2.1"
gem install dalli -v "2.7.11"
gem install dalli -v "2.7.10"
High performance memcached client for Ruby
-
database_cleaner (1.8.3 - 2.0.2)
gem install database_cleaner -v "2.0.2"
gem install database_cleaner -v "2.0.1"
gem install database_cleaner -v "2.0.0"
gem install database_cleaner -v "1.8.5"
gem install database_cleaner -v "1.8.4"
Strategies for cleaning databases. Can be used to ensure a clean slate for testing.
-
database_cleaner-active_record (2.0.0 - 2.1.0)
gem install database_cleaner-active_record -v "2.1.0"
gem install database_cleaner-active_record -v "2.0.1"
gem install database_cleaner-active_record -v "2.0.0"
Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.
-
database_cleaner-core (2.0.0 - 2.0.1)
gem install database_cleaner-core -v "2.0.1"
gem install database_cleaner-core -v "2.0.0"
Strategies for cleaning databases. Can be used to ensure a clean slate for testing.
-
date (3.3.3 - 3.4.1)
gem install date -v "3.4.1"
x86_64-linux-muslgem install date -v "3.4.0"
x86_64-linux-muslgem install date -v "3.3.4"
x86_64-linux-muslgem install date -v "3.3.3"
x86_64-linux-muslgem install date -v "3.3.3"
A subclass of Object includes Comparable module for handling dates.
-
dead_end (1.1.4 - 4.0.0)
gem install dead_end -v "4.0.0"
gem install dead_end -v "3.1.1"
gem install dead_end -v "3.1.0"
gem install dead_end -v "2.0.1"
gem install dead_end -v "1.1.7"
When you get an "unexpected end" in your syntax this gem helps you find it
-
debug_inspector (0.0.3 - 1.2.0)
gem install debug_inspector -v "1.2.0"
x86_64-linux-muslgem install debug_inspector -v "1.1.0"
x86_64-linux-muslgem install debug_inspector -v "1.1.0"
gem install debug_inspector -v "1.0.0"
x86_64-linux-muslgem install debug_inspector -v "0.0.3"
x86_64-linux-muslAdds methods to DebugInspector to allow for inspection of backtrace frames. The debug_inspector C extension and API were designed and built by Koichi Sasada, this project is just a gemification of his work. This library makes use of the debug inspector API which was added to MRI 2.0.0. Only works on MRI 2 and 3. Requiring it on unsupported Rubies will result in a no-op. Recommended for use only in debugging situations. Do not use this in production apps.
-
declarative (0.0.20)
gem install declarative -v "0.0.20"
DSL for nested generic schemas with inheritance and refining.
-
deepl-rb (2.5.3 - 3.1.0)
gem install deepl-rb -v "3.1.0"
gem install deepl-rb -v "3.0.2"
gem install deepl-rb -v "3.0.1"
gem install deepl-rb -v "3.0.0"
gem install deepl-rb -v "2.5.3"
Official Ruby library for the DeepL language translation API (v2). For more information, check this: https://www.deepl.com/docs/api-reference.html
-
deface (1.5.3 - 1.9.0)
gem install deface -v "1.9.0"
gem install deface -v "1.8.1"
gem install deface -v "1.6.2"
gem install deface -v "1.5.3"
Deface is a library that allows you to customize ERB, Haml and Slim views in a Rails application without editing the underlying view.
-
delayed_job (4.1.7 - 4.1.10)
gem install delayed_job -v "4.1.10"
gem install delayed_job -v "4.1.9"
gem install delayed_job -v "4.1.7"
Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.
-
delayed_job_active_record (4.1.3 - 4.1.7)
gem install delayed_job_active_record -v "4.1.7"
gem install delayed_job_active_record -v "4.1.6"
gem install delayed_job_active_record -v "4.1.3"
ActiveRecord backend for Delayed::Job, originally authored by Tobias Lütke
-
deprecation_toolkit (1.4.0 - 1.5.1)
gem install deprecation_toolkit -v "1.5.1"
gem install deprecation_toolkit -v "1.4.0"
-
derailed_benchmarks (1.6.0 - 2.1.2)
gem install derailed_benchmarks -v "2.1.2"
gem install derailed_benchmarks -v "2.1.1"
gem install derailed_benchmarks -v "2.1.0"
gem install derailed_benchmarks -v "2.0.1"
gem install derailed_benchmarks -v "2.0.0"
Go faster, off the Rails
-
descendants_tracker (0.0.4)
gem install descendants_tracker -v "0.0.4"
Module that adds descendant tracking to a class
-
device_detector (1.1.1 - 1.1.3)
gem install device_detector -v "1.1.3"
gem install device_detector -v "1.1.2"
gem install device_detector -v "1.1.1"
Precise and fast user agent parser and device detector, backed by the largest and most up-to-date agent and device database
-
devise (4.7.1 - 4.9.4)
gem install devise -v "4.9.4"
gem install devise -v "4.9.3"
gem install devise -v "4.9.2"
gem install devise -v "4.9.1"
gem install devise -v "4.9.0"
Flexible authentication solution for Rails with Warden
-
devise-doorkeeper (1.2.0)
gem install devise-doorkeeper -v "1.2.0"
Support authentication via OAuth2 tokens dispensed from the Doorkeeper authorization flow
-
devise-encryptable (0.2.0)
gem install devise-encryptable -v "0.2.0"
Encryption solution for salted-encryptors on Devise
-
devise-i18n (1.7.0 - 1.11.0)
gem install devise-i18n -v "1.11.0"
gem install devise-i18n -v "1.10.2"
gem install devise-i18n -v "1.10.1"
gem install devise-i18n -v "1.10.0"
gem install devise-i18n -v "1.9.4"
Translations for the devise gem
-
devise-two-factor (4.0.2 - 6.1.0)
gem install devise-two-factor -v "6.1.0"
gem install devise-two-factor -v "6.0.0"
gem install devise-two-factor -v "5.1.0"
gem install devise-two-factor -v "5.0.0"
gem install devise-two-factor -v "4.1.1"
Devise-Two-Factor is a minimalist extension to Devise which offers support for two-factor authentication through the TOTP scheme.
-
devise_invitable (2.0.1 - 2.0.9)
gem install devise_invitable -v "2.0.9"
gem install devise_invitable -v "2.0.8"
gem install devise_invitable -v "2.0.7"
gem install devise_invitable -v "2.0.6"
gem install devise_invitable -v "2.0.5"
It adds support for send invitations by email (it requires to be authenticated) and accept the invitation by setting a password.
-
devise_pam_authenticatable2 (9.2.0)
gem install devise_pam_authenticatable2 -v "9.2.0"
For authenticating against PAM (Pluggable Authentication Modules)
-
diff-lcs (1.3 - 1.5.1)
gem install diff-lcs -v "1.5.1"
gem install diff-lcs -v "1.5.0"
gem install diff-lcs -v "1.4.4"
gem install diff-lcs -v "1.3"
Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities to create a simple HTML diff output format and a standard diff-like tool. This is release 1.4.3, providing a simple extension that allows for Diff::LCS::Change objects to be treated implicitly as arrays and fixes a number of formatting issues. Ruby versions below 2.5 are soft-deprecated, which means that older versions are no longer part of the CI test suite. If any changes have been introduced that break those versions, bug reports and patches will be accepted, but it will be up to the reporter to verify any fixes prior to release. The next major release will completely break compatibility.
-
diffy (3.3.0 - 3.4.0)
gem install diffy -v "3.4.0"
gem install diffy -v "3.3.0"
Convenient diffing in ruby
-
digest (3.1.0 - 3.1.1)
gem install digest -v "3.1.1"
x86_64-linux-muslgem install digest -v "3.1.0"
x86_64-linux-muslgem install digest -v "3.1.0"
Provides a framework for message digest libraries.
-
discard (1.2.1 - 1.4.0)
gem install discard -v "1.4.0"
gem install discard -v "1.3.0"
gem install discard -v "1.2.1"
Allows marking ActiveRecord objects as discarded, and provides scopes for filtering.
-
distributed-press-api-client (0.1.2 - 0.5.1)
gem install distributed-press-api-client -v "0.5.1"
gem install distributed-press-api-client -v "0.5.0"
gem install distributed-press-api-client --prerelease -v "0.5.0rc10"
gem install distributed-press-api-client --prerelease -v "0.5.0rc9"
gem install distributed-press-api-client --prerelease -v "0.5.0rc8"
An API client for Distributed Press (https://distributed.press/)
-
docile (1.3.1 - 1.4.1)
gem install docile -v "1.4.1"
gem install docile -v "1.4.0"
gem install docile -v "1.3.1"
Docile treats the methods of a given ruby object as a DSL (domain specific language) within a given block. Killer feature: you can also reference methods, instance variables, and local variables from the original (non-DSL) context within the block. Docile releases follow Semantic Versioning as defined at semver.org.
-
domain_name (0.5.20180417 - 0.6.20240107)
gem install domain_name -v "0.6.20240107"
gem install domain_name -v "0.6.20231109"
gem install domain_name -v "0.5.20190701"
gem install domain_name -v "0.5.20180417"
This is a Domain Name manipulation library for Ruby. It can also be used for cookie domain validation based on the Public Suffix List.
-
doorkeeper (5.3.2 - 5.8.1)
gem install doorkeeper -v "5.8.1"
gem install doorkeeper -v "5.8.0"
gem install doorkeeper -v "5.7.1"
gem install doorkeeper -v "5.7.0"
gem install doorkeeper -v "5.6.9"
Doorkeeper is an OAuth 2 provider for Rails and Grape.
-
dotenv (2.5.0 - 2.8.1)
gem install dotenv -v "2.8.1"
gem install dotenv -v "2.8.0"
gem install dotenv -v "2.7.6"
gem install dotenv -v "2.7.5"
gem install dotenv -v "2.5.0"
Loads environment variables from `.env`.
-
dotenv-rails (2.5.0 - 3.1.4)
gem install dotenv-rails -v "3.1.4"
gem install dotenv-rails -v "3.1.3"
gem install dotenv-rails -v "3.1.2"
gem install dotenv-rails -v "3.1.1"
gem install dotenv-rails -v "3.1.0"
Autoload dotenv in Rails.
-
down (5.2.0 - 5.4.1)
gem install down -v "5.4.1"
gem install down -v "5.4.0"
gem install down -v "5.3.1"
gem install down -v "5.3.0"
gem install down -v "5.2.4"
-
dry-cli (0.7.0)
gem install dry-cli -v "0.7.0"
Common framework to build command line interfaces with Ruby
-
dry-configurable (1.0.1)
gem install dry-configurable -v "1.0.1"
A mixin to add configuration functionality to your classes
-
dry-core (1.0.0)
gem install dry-core -v "1.0.0"
A toolset of small support modules used throughout the dry-rb ecosystem
-
dry-inflector (1.0.0 - 1.1.0)
gem install dry-inflector -v "1.1.0"
gem install dry-inflector -v "1.0.0"
String inflections for dry-rb
-
dry-initializer (3.1.1)
gem install dry-initializer -v "3.1.1"
DSL for declaring params and options of the initializer
-
dry-logic (1.5.0)
gem install dry-logic -v "1.5.0"
Predicate logic with rule composition
-
dry-schema (1.13.0 - 1.13.4)
gem install dry-schema -v "1.13.4"
gem install dry-schema -v "1.13.3"
gem install dry-schema -v "1.13.1"
gem install dry-schema -v "1.13.0"
dry-schema provides a DSL for defining schemas with keys and rules that should be applied to values. It supports coercion, input sanitization, custom types and localized error messages (with or without I18n gem). It's also used as the schema engine in dry-validation.
-
dry-struct (1.6.0)
gem install dry-struct -v "1.6.0"
Typed structs and value objects
-
dry-types (1.7.0 - 1.7.1)
gem install dry-types -v "1.7.1"
gem install dry-types -v "1.7.0"
Type system for Ruby supporting coercions, constraints and complex types like structs, value objects, enums etc
-
eco (1.0.0)
gem install eco -v "1.0.0"
Ruby Eco is a bridge to the official JavaScript Eco compiler.
-
eco-source (1.1.0.rc.1)
gem install eco-source --prerelease -v "1.1.0.rc.1"
JavaScript source code for the Eco (Embedded CoffeeScript template language) compiler
-
ed25519 (1.2.4 - 1.3.0)
gem install ed25519 -v "1.3.0"
x86_64-linux-muslgem install ed25519 -v "1.3.0"
gem install ed25519 -v "1.2.4"
x86_64-linux-muslgem install ed25519 -v "1.2.4"
A Ruby binding to the Ed25519 elliptic curve public-key signature system described in RFC 8032.
-
editorial-autogestiva-jekyll-theme (0.1.0 - 0.5.0rc0)
gem install editorial-autogestiva-jekyll-theme --prerelease -v "0.5.0rc0"
gem install editorial-autogestiva-jekyll-theme -v "0.4.2"
gem install editorial-autogestiva-jekyll-theme -v "0.4.1"
gem install editorial-autogestiva-jekyll-theme -v "0.3.5"
gem install editorial-autogestiva-jekyll-theme -v "0.3.4"
-
elasticsearch (7.13.3 - 8.17.0)
gem install elasticsearch -v "8.17.0"
gem install elasticsearch -v "8.16.0"
gem install elasticsearch -v "8.15.0"
gem install elasticsearch -v "8.14.0"
gem install elasticsearch -v "8.13.0"
Ruby integrations for Elasticsearch (client, API, etc.)
-
elasticsearch-api (7.13.3 - 8.17.0)
gem install elasticsearch-api -v "8.17.0"
gem install elasticsearch-api -v "8.16.0"
gem install elasticsearch-api -v "8.15.0"
gem install elasticsearch-api -v "8.14.0"
gem install elasticsearch-api -v "8.13.0"
Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.
-
elasticsearch-dsl (0.1.10)
gem install elasticsearch-dsl -v "0.1.10"
A Ruby DSL builder for Elasticsearch
-
elasticsearch-transport (7.13.3 - 7.17.11)
gem install elasticsearch-transport -v "7.17.11"
gem install elasticsearch-transport -v "7.17.10"
gem install elasticsearch-transport -v "7.17.9"
gem install elasticsearch-transport -v "7.17.8"
gem install elasticsearch-transport -v "7.17.7"
Ruby client for Elasticsearch. See the `elasticsearch` gem for full integration.
-
em-http-request (1.1.7)
gem install em-http-request -v "1.1.7"
EventMachine based, async HTTP Request client
-
em-socksify (0.3.2)
gem install em-socksify -v "0.3.2"
Transparent proxy support for any EventMachine protocol
-
em-websocket (0.5.1 - 0.5.3)
gem install em-websocket -v "0.5.3"
gem install em-websocket -v "0.5.2"
gem install em-websocket -v "0.5.1"
EventMachine based WebSocket server
-
email_address (0.1.11 - 0.2.4)
gem install email_address -v "0.2.4"
gem install email_address -v "0.2.3"
gem install email_address -v "0.2.2"
gem install email_address -v "0.2.1"
gem install email_address -v "0.2.0"
The EmailAddress Gem to work with and validate email addresses.
-
empresa-recuperada-jekyll-theme (0.1.0 - 0.2.6)
gem install empresa-recuperada-jekyll-theme -v "0.2.6"
gem install empresa-recuperada-jekyll-theme -v "0.2.5"
gem install empresa-recuperada-jekyll-theme -v "0.2.4"
gem install empresa-recuperada-jekyll-theme -v "0.2.3"
gem install empresa-recuperada-jekyll-theme -v "0.2.2"
-
encryptor (3.0.0)
gem install encryptor -v "3.0.0"
A simple wrapper for the standard ruby OpenSSL library to encrypt and decrypt strings
-
enumerable-statistics (2.0.1 - 2.0.8)
gem install enumerable-statistics -v "2.0.8"
x86_64-linux-muslgem install enumerable-statistics -v "2.0.7"
x86_64-linux-muslgem install enumerable-statistics -v "2.0.6"
x86_64-linux-muslgem install enumerable-statistics -v "2.0.5"
x86_64-linux-muslgem install enumerable-statistics -v "2.0.3"
x86_64-linux-muslThis library provides statistics features for Enumerable
-
equalizer (0.0.11)
gem install equalizer -v "0.0.11"
Module to define equality, equivalence and inspection methods
-
equatable (0.5.0)
gem install equatable -v "0.5.0"
Allows ruby objects to implement equality comparison and inspection methods. By including this module, a class indicates that its instances have explicit general contracts for `hash`, `==` and `eql?` methods.
-
errbase (0.2.0 - 0.2.2)
gem install errbase -v "0.2.2"
gem install errbase -v "0.2.1"
gem install errbase -v "0.2.0"
-
erubi (1.8.0 - 1.13.0)
gem install erubi -v "1.13.0"
gem install erubi -v "1.12.0"
gem install erubi -v "1.11.0"
gem install erubi -v "1.10.0"
gem install erubi -v "1.9.0"
Erubi is a ERB template engine for ruby. It is a simplified fork of Erubis
-
erubis (2.7.0)
gem install erubis -v "2.7.0"
Erubis is an implementation of eRuby and has the following features: * Very fast, almost three times faster than ERB and about 10% faster than eruby. * Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript) * Auto escaping support * Auto trimming spaces around '<% %>' * Embedded pattern changeable (default '<% %>') * Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>') * Context object available and easy to combine eRuby template with YAML datafile * Print statement available * Easy to extend and customize in subclass * Ruby on Rails support
-
et-orbi (1.2.7 - 1.2.11)
gem install et-orbi -v "1.2.11"
gem install et-orbi -v "1.2.10"
gem install et-orbi -v "1.2.9"
gem install et-orbi -v "1.2.8"
gem install et-orbi -v "1.2.7"
Time zones for fugit and rufus-scheduler. Urbi et Orbi.
-
ethon (0.15.0 - 0.16.0)
gem install ethon -v "0.16.0"
gem install ethon -v "0.15.0"
Very lightweight libcurl wrapper.
-
eventmachine (1.2.7 - 1.2.7)
gem install eventmachine -v "1.2.7"
x86_64-linux-muslgem install eventmachine -v "1.2.7"
EventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required.
-
exception_notification (4.3.0 - 4.5.0)
gem install exception_notification -v "4.5.0"
gem install exception_notification -v "4.4.3"
gem install exception_notification -v "4.4.1"
gem install exception_notification -v "4.4.0"
gem install exception_notification -v "4.3.0"
-
excon (0.94.0 - 1.2.2)
gem install excon -v "1.2.2"
gem install excon -v "1.2.1"
gem install excon -v "1.2.0"
gem install excon -v "1.1.1"
gem install excon -v "1.1.0"
EXtended http(s) CONnections
-
execjs (2.7.0 - 2.8.1)
gem install execjs -v "2.8.1"
gem install execjs -v "2.7.0"
ExecJS lets you run JavaScript code from Ruby.
-
fabrication (2.30.0)
gem install fabrication -v "2.30.0"
Fabrication is an object generation framework for ActiveRecord, Mongoid, DataMapper, Sequel, or any other Ruby object.
-
factory_bot (5.0.2 - 6.2.1)
gem install factory_bot -v "6.2.1"
gem install factory_bot -v "6.2.0"
gem install factory_bot -v "6.1.0"
gem install factory_bot -v "6.0.2"
gem install factory_bot -v "5.1.2"
factory_bot provides a framework and DSL for defining and using factories - less error-prone, more explicit, and all-around easier to work with than fixtures.
-
factory_bot_rails (5.0.2 - 6.2.0)
gem install factory_bot_rails -v "6.2.0"
gem install factory_bot_rails -v "6.1.0"
gem install factory_bot_rails -v "6.0.0"
gem install factory_bot_rails -v "5.1.1"
gem install factory_bot_rails -v "5.0.2"
factory_bot_rails provides integration between factory_bot and rails 5.0 or newer
-
faker (1.9.3 - 3.4.2)
gem install faker -v "3.4.2"
gem install faker -v "3.4.1"
gem install faker -v "3.3.1"
gem install faker -v "3.3.0"
gem install faker -v "3.2.3"
Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc.
-
faraday (0.15.4 - 2.8.1)
gem install faraday -v "2.8.1"
gem install faraday -v "2.8.0"
gem install faraday -v "2.7.12"
gem install faraday -v "2.7.11"
gem install faraday -v "2.7.10"
-
faraday-em_http (1.0.0 - 2.0.0)
gem install faraday-em_http -v "2.0.0"
gem install faraday-em_http -v "1.0.0"
Faraday adapter for Em::Http
-
faraday-em_synchrony (1.0.0)
gem install faraday-em_synchrony -v "1.0.0"
Faraday adapter for EM::Synchrony
-
faraday-excon (1.1.0 - 2.1.0)
gem install faraday-excon -v "2.1.0"
gem install faraday-excon -v "2.0.0"
gem install faraday-excon -v "1.1.0"
Faraday adapter for Excon
-
faraday-http-cache (2.0.0 - 2.5.1)
gem install faraday-http-cache -v "2.5.1"
gem install faraday-http-cache -v "2.5.0"
gem install faraday-http-cache -v "2.4.1"
gem install faraday-http-cache -v "2.4.0"
gem install faraday-http-cache -v "2.3.0"
Middleware to handle HTTP caching
-
faraday-httpclient (1.0.1 - 2.0.1)
gem install faraday-httpclient -v "2.0.1"
gem install faraday-httpclient -v "2.0.0"
gem install faraday-httpclient -v "1.0.1"
Faraday adapter for HTTPClient
-
faraday-multipart (1.0.2 - 1.0.4)
gem install faraday-multipart -v "1.0.4"
gem install faraday-multipart -v "1.0.3"
gem install faraday-multipart -v "1.0.2"
Perform multipart-post requests using Faraday.
-
faraday-net_http (1.0.1 - 3.0.2)
gem install faraday-net_http -v "3.0.2"
gem install faraday-net_http -v "3.0.1"
gem install faraday-net_http -v "3.0.0"
gem install faraday-net_http -v "2.1.0"
gem install faraday-net_http -v "2.0.3"
Faraday adapter for Net::HTTP
-
faraday-net_http_persistent (1.1.0 - 2.3.0)
gem install faraday-net_http_persistent -v "2.3.0"
gem install faraday-net_http_persistent -v "2.2.0"
gem install faraday-net_http_persistent -v "2.1.0"
gem install faraday-net_http_persistent -v "2.0.2"
gem install faraday-net_http_persistent -v "2.0.1"
Faraday adapter for NetHttpPersistent
-
faraday-patron (1.0.0 - 2.0.1)
gem install faraday-patron -v "2.0.1"
gem install faraday-patron -v "2.0.0"
gem install faraday-patron -v "1.0.0"
Faraday adapter for Patron
-
faraday-rack (1.0.0 - 2.0.0)
gem install faraday-rack -v "2.0.0"
gem install faraday-rack -v "1.0.0"
Faraday adapter for Rack
-
faraday-retry (1.0.3 - 2.2.1)
gem install faraday-retry -v "2.2.1"
gem install faraday-retry -v "2.2.0"
gem install faraday-retry -v "2.1.0"
gem install faraday-retry -v "2.0.0"
gem install faraday-retry -v "1.0.3"
Catches exceptions and retries each request a limited number of times.
-
faraday_middleware (1.0.0 - 1.2.1)
gem install faraday_middleware -v "1.2.1"
gem install faraday_middleware -v "1.2.0"
gem install faraday_middleware -v "1.1.0"
gem install faraday_middleware -v "1.0.0"
-
fast-stemmer (1.0.2)
gem install fast-stemmer -v "1.0.2"
x86_64-linux-muslFast Porter stemmer based on a C version of algorithm
-
fast_blank (1.0.0 - 1.0.1)
gem install fast_blank -v "1.0.1"
x86_64-linux-muslgem install fast_blank -v "1.0.1"
gem install fast_blank -v "1.0.0"
x86_64-linux-muslgem install fast_blank -v "1.0.0"
Provides a C-optimized method for determining if a string is blank
-
fast_jsonapi (1.5)
gem install fast_jsonapi -v "1.5"
JSON API(jsonapi.org) serializer that works with rails and can be used to serialize any kind of ruby objects
-
fast_jsonparser (0.5.0 - 0.6.0)
gem install fast_jsonparser -v "0.6.0"
x86_64-linux-muslgem install fast_jsonparser -v "0.5.0"
x86_64-linux-muslgem install fast_jsonparser -v "0.5.0"
Fast Json Parser
-
fastimage (2.1.7 - 2.3.1)
gem install fastimage -v "2.3.1"
gem install fastimage -v "2.3.0"
gem install fastimage -v "2.2.7"
gem install fastimage -v "2.2.6"
gem install fastimage -v "2.1.7"
FastImage finds the size or type of an image given its uri by fetching as little as needed.
-
feedjira (3.2.2)
gem install feedjira -v "3.2.2"
-
ffaker (2.15.0 - 2.21.0)
gem install ffaker -v "2.21.0"
gem install ffaker -v "2.20.0"
gem install ffaker -v "2.18.0"
gem install ffaker -v "2.17.0"
gem install ffaker -v "2.16.0"
Ffaker generates dummy data.
-
ffi (1.11.1 - 1.17.0)
gem install ffi -v "1.17.0"
x86_64-linux-muslgem install ffi -v "1.16.3"
x86_64-linux-muslgem install ffi -v "1.16.2"
x86_64-linux-muslgem install ffi -v "1.16.1"
x86_64-linux-muslgem install ffi -v "1.16.0"
x86_64-linux-muslRuby FFI library
-
ffi-compiler (1.0.1 - 1.3.2)
gem install ffi-compiler -v "1.3.2"
gem install ffi-compiler -v "1.3.1"
gem install ffi-compiler -v "1.0.1"
Ruby FFI library
-
fiber-local (1.0.0)
gem install fiber-local -v "1.0.0"
-
flamegraph (0.9.5)
gem install flamegraph -v "0.9.5"
Flamegraph support for arbitrary ruby apps
-
flatpickr (4.6.6.0)
gem install flatpickr -v "4.6.6.0"
-
fog-core (2.1.0 - 2.6.0)
gem install fog-core -v "2.6.0"
gem install fog-core -v "2.5.0"
gem install fog-core -v "2.4.0"
gem install fog-core -v "2.3.0"
gem install fog-core -v "2.2.4"
Shared classes and tests for fog providers and services.
-
fog-json (1.2.0)
gem install fog-json -v "1.2.0"
Extraction of the JSON parsing tools shared between a number of providers in the 'fog' gem.
-
fog-openstack (0.3.10 - 1.1.3)
gem install fog-openstack -v "1.1.3"
gem install fog-openstack -v "1.1.2"
gem install fog-openstack -v "1.1.1"
gem install fog-openstack -v "1.1.0"
gem install fog-openstack -v "1.0.11"
OpenStack fog provider gem.
-
font-awesome-rails (4.7.0.4 - 4.7.0.5)
gem install font-awesome-rails -v "4.7.0.5"
gem install font-awesome-rails -v "4.7.0.4"
font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a Rails engine for use with the asset pipeline.
-
foreman (0.87.2)
gem install foreman -v "0.87.2"
Process manager for applications with multiple components
-
formatador (0.2.5 - 1.1.0)
gem install formatador -v "1.1.0"
gem install formatador -v "1.0.0"
gem install formatador -v "0.3.0"
gem install formatador -v "0.2.5"
STDOUT text formatting
-
forwardable-extended (2.6.0)
gem install forwardable-extended -v "2.6.0"
Forwardable with hash, and instance variable extensions.
-
friendly_id (5.2.5 - 5.5.0)
gem install friendly_id -v "5.5.0"
gem install friendly_id -v "5.4.2"
gem install friendly_id -v "5.4.1"
gem install friendly_id -v "5.4.0"
gem install friendly_id -v "5.3.0"
FriendlyId is the "Swiss Army bulldozer" of slugging and permalink plugins for Active Record. It lets you create pretty URLs and work with human-friendly strings as if they were numeric ids.
-
fugit (1.7.1 - 1.11.1)
gem install fugit -v "1.11.1"
gem install fugit -v "1.11.0"
gem install fugit -v "1.10.1"
gem install fugit -v "1.10.0"
gem install fugit -v "1.9.0"
Time tools for flor and the floraison project. Cron parsing and occurrence computing. Timestamps and more.
-
fuubar (2.5.1)
gem install fuubar -v "2.5.1"
the instafailing RSpec progress bar formatter
-
gapic-common (0.15.1)
gem install gapic-common -v "0.15.1"
-
gel (0.3.0)
gem install gel -v "0.3.0"
-
geminabox (1.1.1 - 2.1.0)
gem install geminabox -v "2.1.0"
gem install geminabox -v "1.2.0"
gem install geminabox -v "1.1.1"
A private gem hosting and/or caching app, with client side gem push style functionality. Web UI is provided.
-
geo_names (1.0.2)
gem install geo_names -v "1.0.2"
A Gem to expose a wrapping API for the GeoNames API's
-
geoip (1.6.4)
gem install geoip -v "1.6.4"
GeoIP searches a GeoIP database for a given host or IP address, and returns information about the country where the IP address is allocated, and the city, ISP and other information, if you have that database version.
-
get_process_mem (0.2.5 - 0.2.7)
gem install get_process_mem -v "0.2.7"
gem install get_process_mem -v "0.2.5"
Get memory usage of a process in Ruby
-
git_clone_url (2.0.0)
gem install git_clone_url -v "2.0.0"
This supports https protocol, git protocol and ssh protocol.
-
github_changelog_generator (1.14.3 - 1.16.4)
gem install github_changelog_generator -v "1.16.4"
gem install github_changelog_generator -v "1.14.3"
Changelog generation has never been so easy. Fully automate changelog generation - this gem generate changelog file based on tags, issues and merged pull requests from GitHub.
-
gitlab (4.19.0 - 4.20.1)
gem install gitlab -v "4.20.1"
gem install gitlab -v "4.20.0"
gem install gitlab -v "4.19.0"
Ruby client and CLI for GitLab API
-
gitlab-omniauth-openid-connect (0.10.0 - 0.10.1)
gem install gitlab-omniauth-openid-connect -v "0.10.1"
gem install gitlab-omniauth-openid-connect -v "0.10.0"
OpenID Connect Strategy for OmniAuth.
-
gli (2.20.1 - 2.21.0)
gem install gli -v "2.21.0"
gem install gli -v "2.20.1"
Build command-suite CLI apps that are awesome. Bootstrap your app, add commands, options and documentation while maintaining a well-tested idiomatic command-line app
-
globalid (0.4.2 - 1.2.1)
gem install globalid -v "1.2.1"
gem install globalid -v "1.2.0"
gem install globalid -v "1.1.0"
gem install globalid -v "1.0.0"
gem install globalid -v "0.6.0"
URIs for your models makes it easy to pass references around.
-
glyphicons (1.0.2)
gem install glyphicons -v "1.0.2"
"GLYPHICONS Halflings for Bootstrap and Ruby on Rails"
-
gmail_xoauth (0.4.2)
gem install gmail_xoauth -v "0.4.2"
Get access to Gmail IMAP and STMP via OAuth, using the standard Ruby Net libraries
-
google-api-client (0.43.0 - 0.53.0)
gem install google-api-client -v "0.53.0"
gem install google-api-client -v "0.52.0"
gem install google-api-client -v "0.51.0"
gem install google-api-client -v "0.50.0"
gem install google-api-client -v "0.49.0"
-
google-api-ruby-client (9001.0)
gem install google-api-ruby-client -v "9001.0"
This gem is empty. It protects against brandjacking. You are welcome. If you think it is yours to own, just contact me.
-
google-apis-androidpublisher_v3 (0.34.0 - 0.75.0)
gem install google-apis-androidpublisher_v3 -v "0.75.0"
gem install google-apis-androidpublisher_v3 -v "0.74.0"
gem install google-apis-androidpublisher_v3 -v "0.73.0"
gem install google-apis-androidpublisher_v3 -v "0.72.0"
gem install google-apis-androidpublisher_v3 -v "0.71.0"
This is the simple REST client for Google Play Android Developer API V3. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Google Play Android Developer API, but note that some services may provide a separate modern client that is easier to use.
-
google-apis-core (0.9.1 - 0.15.1)
gem install google-apis-core -v "0.15.1"
gem install google-apis-core -v "0.15.0"
gem install google-apis-core -v "0.14.1"
gem install google-apis-core -v "0.14.0"
gem install google-apis-core -v "0.13.0"
-
google-cloud-core (1.6.0)
gem install google-cloud-core -v "1.6.0"
google-cloud-core is the internal shared library for google-cloud-ruby.
-
google-cloud-env (1.6.0)
gem install google-cloud-env -v "1.6.0"
google-cloud-env provides information on the Google Cloud Platform hosting environment. Applications can use this library to determine hosting context information such as the project ID, whether App Engine is running, what tags are set on the VM instance, and much more.
-
google-cloud-errors (1.3.0)
gem install google-cloud-errors -v "1.3.0"
google-cloud-errors defines error classes for google-cloud-ruby.
-
google-cloud-translate (3.3.0)
gem install google-cloud-translate -v "3.3.0"
Cloud Translation can dynamically translate text between thousands of language pairs. Translation lets websites and programs programmatically integrate with the translation service.
-
google-cloud-translate-v2 (0.4.0)
gem install google-cloud-translate-v2 -v "0.4.0"
Cloud Translation can dynamically translate text between thousands of language pairs. Translation lets websites and programs programmatically integrate with the translation service.
-
google-cloud-translate-v3 (0.5.0)
gem install google-cloud-translate-v3 -v "0.5.0"
Cloud Translation can dynamically translate text between thousands of language pairs. Translation lets websites and programs programmatically integrate with the translation service. Note that google-cloud-translate-v3 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-translate instead. See the readme for more details.
-
google-protobuf (3.21.6 - 4.26.1)
gem install google-protobuf -v "4.26.1"
x86_64-linux-muslgem install google-protobuf -v "4.26.0"
x86_64-linux-muslgem install google-protobuf -v "3.25.3"
x86_64-linux-muslgem install google-protobuf -v "3.25.2"
x86_64-linux-muslgem install google-protobuf -v "3.25.1"
x86_64-linux-muslProtocol Buffers are Google's data interchange format.
-
googleapis-common-protos (1.3.12)
gem install googleapis-common-protos -v "1.3.12"
Common gRPC and protocol buffer classes used in Google APIs
-
googleapis-common-protos-types (1.4.0)
gem install googleapis-common-protos-types -v "1.4.0"
Common protocol buffer types used by Google APIs
-
googleauth (0.17.1 - 1.3.0)
gem install googleauth -v "1.3.0"
gem install googleauth -v "0.17.1"
Implements simple authorization for accessing Google APIs, and provides support for Application Default Credentials.
-
groupdate (5.2.2 - 6.2.1)
gem install groupdate -v "6.2.1"
gem install groupdate -v "6.2.0"
gem install groupdate -v "6.1.0"
gem install groupdate -v "6.0.1"
gem install groupdate -v "5.2.2"
-
grpc (1.50.0)
gem install grpc -v "1.50.0"
x86_64-linuxSend RPCs from Ruby using GRPC
-
guard (2.15.0 - 2.18.0)
gem install guard -v "2.18.0"
gem install guard -v "2.15.0"
Guard is a command line tool to easily handle events on file system modifications.
-
guard-compat (1.2.1)
gem install guard-compat -v "1.2.1"
Helps creating valid Guard plugins and testing them
-
guard-livereload (2.5.2)
gem install guard-livereload -v "2.5.2"
Guard::LiveReload automatically reloads your browser when 'view' files are modified.
-
guard-symlink (0.1.1)
gem install guard-symlink -v "0.1.1"
Guard to symlink watched folders recursively into the current.
-
hairtrigger (0.2.24 - 1.0.0)
gem install hairtrigger -v "1.0.0"
gem install hairtrigger -v "0.2.25"
gem install hairtrigger -v "0.2.24"
allows you to declare database triggers in ruby in your models, and then generate appropriate migrations as they change
-
haml (5.0.4 - 6.3.0)
gem install haml -v "6.3.0"
gem install haml -v "6.2.5"
gem install haml -v "6.2.4"
gem install haml -v "6.2.3"
gem install haml -v "6.2.2"
An elegant, structured (X)HTML/XML templating engine.
-
haml-lint (0.999.999)
gem install haml-lint -v "0.999.999"
(MOVED) See haml_lint gem (with an underscore)
-
haml-rails (1.0.0 - 2.0.1)
gem install haml-rails -v "2.0.1"
gem install haml-rails -v "1.0.0"
Haml-rails provides Haml generators for Rails 4. It also enables Haml as the templating engine for you, so you don't have to screw around in your own application.rb when your Gemfile already clearly indicated what templating engine you have installed. Hurrah.
-
haml_lint (0.33.0 - 0.53.0)
gem install haml_lint -v "0.53.0"
gem install haml_lint -v "0.52.0"
gem install haml_lint -v "0.51.0"
gem install haml_lint -v "0.50.0"
gem install haml_lint -v "0.45.0"
Configurable tool for writing clean and consistent HAML
-
hamlit (2.9.5 - 3.0.3)
gem install hamlit -v "3.0.3"
x86_64-linux-muslgem install hamlit -v "3.0.3"
gem install hamlit -v "3.0.2"
x86_64-linux-muslgem install hamlit -v "3.0.1"
x86_64-linux-muslgem install hamlit -v "3.0.0"
x86_64-linux-muslHigh Performance Haml Implementation
-
hamlit-rails (0.2.3)
gem install hamlit-rails -v "0.2.3"
hamlit-rails provides generators for Rails 4.
-
hashdiff (0.3.8 - 1.1.2)
gem install hashdiff -v "1.1.2"
gem install hashdiff -v "1.1.1"
gem install hashdiff -v "1.1.0"
gem install hashdiff -v "1.0.1"
gem install hashdiff -v "0.3.8"
Hashdiff is a diff lib to compute the smallest difference between two hashes.
-
hashie (3.6.0 - 5.0.0)
gem install hashie -v "5.0.0"
gem install hashie -v "4.1.0"
gem install hashie -v "3.6.0"
Hashie is a collection of classes and mixins that make hashes more powerful.
-
heapy (0.1.4 - 0.2.0)
gem install heapy -v "0.2.0"
gem install heapy -v "0.1.4"
Got a heap dump? Great. Use this tool to see what's in it!
-
highline (2.0.3 - 2.1.0)
gem install highline -v "2.1.0"
gem install highline -v "2.0.3"
A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
-
hiredis (0.6.3 - 0.6.3)
gem install hiredis -v "0.6.3"
x86_64-linux-muslgem install hiredis -v "0.6.3"
Ruby wrapper for hiredis (protocol serialization/deserialization and blocking I/O)
-
hiredis-client (0.7.1 - 0.23.0)
gem install hiredis-client -v "0.23.0"
x86_64-linux-muslgem install hiredis-client -v "0.22.2"
x86_64-linux-muslgem install hiredis-client -v "0.22.1"
x86_64-linux-muslgem install hiredis-client -v "0.22.0"
x86_64-linux-muslgem install hiredis-client -v "0.21.1"
x86_64-linux-musl
-
hkdf (0.3.0 - 1.0.0)
gem install hkdf -v "1.0.0"
gem install hkdf -v "0.3.0"
A ruby implementation of RFC5869: HMAC-based Extract-and-Expand Key Derivation Function (HKDF). The goal of HKDF is to take some source key material and generate suitable cryptographic keys from it.
-
html-proofer (3.19.4 - 4.4.3)
gem install html-proofer -v "4.4.3"
gem install html-proofer -v "4.4.2"
gem install html-proofer -v "4.4.1"
gem install html-proofer -v "4.4.0"
gem install html-proofer -v "4.3.2"
Test your rendered HTML files to make sure they're accurate.
-
html2haml (2.2.0)
gem install html2haml -v "2.2.0"
Converts HTML into Haml
-
htmlentities (4.3.4)
gem install htmlentities -v "4.3.4"
A module for encoding and decoding (X)HTML entities.
-
http (3.3.0 - 5.2.0)
gem install http -v "5.2.0"
gem install http -v "5.1.1"
gem install http -v "5.1.0"
gem install http -v "4.4.1"
gem install http -v "3.3.0"
An easy-to-use client library for making requests from Ruby. It uses a simple method chaining system for building requests, similar to Python's Requests.
-
http-2 (0.11.0)
gem install http-2 -v "0.11.0"
Pure-ruby HTTP 2.0 protocol implementation
-
http-accept (1.7.0)
gem install http-accept -v "1.7.0"
-
http-cookie (1.0.3 - 1.0.8)
gem install http-cookie -v "1.0.8"
gem install http-cookie -v "1.0.7"
gem install http-cookie -v "1.0.5"
gem install http-cookie -v "1.0.4"
gem install http-cookie -v "1.0.3"
HTTP::Cookie is a Ruby library to handle HTTP Cookies based on RFC 6265. It has with security, standards compliance and compatibility in mind, to behave just the same as today's major web browsers. It has builtin support for the legacy cookies.txt and the latest cookies.sqlite formats of Mozilla Firefox, and its modular API makes it easy to add support for a new backend store.
-
http-form_data (2.1.1 - 2.3.0)
gem install http-form_data -v "2.3.0"
gem install http-form_data -v "2.1.1"
Utility-belt to build form data request bodies. Provides support for `application/x-www-form-urlencoded` and `multipart/form-data` types.
-
http-parser (1.2.3 - 1.2.3)
gem install http-parser -v "1.2.3"
x86_64-linux-muslgem install http-parser -v "1.2.3"
A super fast http parser for ruby. Cross platform and multiple ruby implementation support thanks to ffi.
-
http_accept_language (2.1.1)
gem install http_accept_language -v "2.1.1"
Find out which locale the user preferes by reading the languages they specified in their browser
-
http_parser.rb (0.6.0 - 0.8.0)
gem install http_parser.rb -v "0.8.0"
x86_64-linux-muslgem install http_parser.rb -v "0.8.0"
gem install http_parser.rb -v "0.6.0"
x86_64-linux-muslgem install http_parser.rb -v "0.6.0"
Ruby bindings to https://github.com/joyent/http-parser and https://github.com/http-parser/http-parser.java
-
httparty (0.18.1 - 0.22.0)
gem install httparty -v "0.22.0"
gem install httparty -v "0.21.0"
gem install httparty -v "0.20.0"
gem install httparty -v "0.18.1"
Makes http fun! Also, makes consuming restful web services dead easy.
-
httparty-cache (0.0.1 - 0.0.6)
gem install httparty-cache -v "0.0.6"
gem install httparty-cache -v "0.0.5"
gem install httparty-cache -v "0.0.4"
gem install httparty-cache -v "0.0.3"
gem install httparty-cache -v "0.0.2"
A cache manager for HTTParty
-
httpclient (2.8.3)
gem install httpclient -v "2.8.3"
-
httpclient-fixcerts (2.8.5)
gem install httpclient-fixcerts -v "2.8.5"
-
httplog (1.6.2 - 1.7.0)
gem install httplog -v "1.7.0"
gem install httplog -v "1.6.3"
gem install httplog -v "1.6.2"
Log outgoing HTTP requests made from your application. Helpful for tracking API calls of third party gems that don't provide their own log output.
-
i18n (0.9.5 - 1.14.6)
gem install i18n -v "1.14.6"
gem install i18n -v "1.14.5"
gem install i18n -v "1.14.4"
gem install i18n -v "1.14.3"
gem install i18n -v "1.14.1"
New wave Internationalization support for Ruby.
-
i18n-tasks (1.0.12 - 1.0.14)
gem install i18n-tasks -v "1.0.14"
gem install i18n-tasks -v "1.0.13"
gem install i18n-tasks -v "1.0.12"
i18n-tasks helps you find and manage missing and unused translations. It analyses code statically for key usages, such as `I18n.t('some.key')`, in order to report keys that are missing or unused, pre-fill missing keys (optionally from Google Translate), and remove unused keys.
-
i18n_data (0.10.0 - 0.17.1)
gem install i18n_data -v "0.17.1"
gem install i18n_data -v "0.13.1"
gem install i18n_data -v "0.13.0"
gem install i18n_data -v "0.11.0"
gem install i18n_data -v "0.10.0"
-
icalendar (2.5.3 - 2.8.0)
gem install icalendar -v "2.8.0"
gem install icalendar -v "2.7.1"
gem install icalendar -v "2.7.0"
gem install icalendar -v "2.6.1"
gem install icalendar -v "2.5.3"
Implements the iCalendar specification (RFC-5545) in Ruby. This allows for the generation and parsing of .ics files, which are used by a variety of calendaring applications.
-
icalendar-recurrence (1.1.2 - 1.1.3)
gem install icalendar-recurrence -v "1.1.3"
gem install icalendar-recurrence -v "1.1.2"
-
ice_cube (0.16.3 - 0.16.4)
gem install ice_cube -v "0.16.4"
gem install ice_cube -v "0.16.3"
ice_cube is a recurring date library for Ruby. It allows for quick, programatic expansion of recurring date rules.
-
ice_nine (0.11.2)
gem install ice_nine -v "0.11.2"
Deep Freeze Ruby Objects
-
iconv (1.0.8 - 1.1.0)
gem install iconv -v "1.1.0"
x86_64-linux-muslgem install iconv -v "1.0.8"
x86_64-linux-muslgem install iconv -v "1.0.8"
iconv wrapper library
-
idn-ruby (0.1.5 - 0.1.5)
gem install idn-ruby -v "0.1.5"
x86_64-linux-muslgem install idn-ruby -v "0.1.5"
Ruby Bindings for the GNU LibIDN library, an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group. Included are the most important parts of the Stringprep, Punycode and IDNA APIs like performing Stringprep processings, encoding to and decoding from Punycode strings and converting entire domain names to and from the ACE encoded form.
-
image_processing (1.9.3 - 1.12.2)
gem install image_processing -v "1.12.2"
gem install image_processing -v "1.12.1"
gem install image_processing -v "1.12.0"
gem install image_processing -v "1.11.0"
gem install image_processing -v "1.10.3"
High-level wrapper for processing images for the web with ImageMagick or libvips.
-
inflection (1.0.0)
gem install inflection -v "1.0.0"
Support library for inflections
-
iniparse (1.5.0)
gem install iniparse -v "1.5.0"
A pure Ruby library for parsing INI documents. Preserves the structure of the original document, including whitespace and comments
-
inline_svg (1.5.2 - 1.9.0)
gem install inline_svg -v "1.9.0"
gem install inline_svg -v "1.8.0"
gem install inline_svg -v "1.7.2"
gem install inline_svg -v "1.7.1"
gem install inline_svg -v "1.6.0"
Get an SVG into your view and then style it with CSS.
-
interception (0.5)
gem install interception -v "0.5"
Provides a cross-platform ability to intercept all exceptions as they are raised.
-
io-event (1.0.2)
gem install io-event -v "1.0.2"
-
io-like (0.3.1)
gem install io-like -v "0.3.1"
The IO::Like module provides all of the methods of typical IO implementations such as File; most importantly the read, write, and seek series of methods. A class which includes IO::Like needs to provide only a few methods in order to enable the higher level methods. Buffering is automatically provided by default for the methods which normally provide it in IO.
-
io-wait (0.2.1 - 0.3.1)
gem install io-wait -v "0.3.1"
x86_64-linux-muslgem install io-wait -v "0.3.0"
x86_64-linux-muslgem install io-wait -v "0.2.3"
x86_64-linux-muslgem install io-wait -v "0.2.1"
x86_64-linux-muslgem install io-wait -v "0.2.1"
Waits until IO is readable or writable without blocking.
-
ipaddress (0.8.3)
gem install ipaddress -v "0.8.3"
IPAddress is a Ruby library designed to make manipulation of IPv4 and IPv6 addresses both powerful and simple. It mantains a layer of compatibility with Ruby's own IPAddr, while addressing many of its issues.
-
jaro_winkler (1.5.3 - 1.6.0)
gem install jaro_winkler -v "1.6.0"
x86_64-linux-muslgem install jaro_winkler -v "1.5.6"
x86_64-linux-muslgem install jaro_winkler -v "1.5.5"
x86_64-linux-muslgem install jaro_winkler -v "1.5.4"
x86_64-linux-muslgem install jaro_winkler -v "1.5.4"
jaro_winkler is an implementation of Jaro-Winkler \ distance algorithm which is written in C extension and will fallback to pure \ Ruby version in platforms other than MRI/KRI like JRuby or Rubinius. Both of \ C and Ruby implementation support any kind of string encoding, such as \ UTF-8, EUC-JP, Big5, etc.
-
jbuilder (2.8.0 - 2.11.5)
gem install jbuilder -v "2.11.5"
gem install jbuilder -v "2.11.3"
gem install jbuilder -v "2.11.2"
gem install jbuilder -v "2.10.1"
gem install jbuilder -v "2.10.0"
-
jekyll (3.7.4 - 4.3.4)
gem install jekyll -v "4.3.4"
gem install jekyll -v "4.3.3"
gem install jekyll -v "4.3.2"
gem install jekyll -v "4.3.1"
gem install jekyll -v "4.3.0"
Jekyll is a simple, blog aware, static site generator.
-
jekyll-activity-pub (0.1.0rc0 - 0.3.3)
gem install jekyll-activity-pub -v "0.3.3"
gem install jekyll-activity-pub -v "0.3.2"
gem install jekyll-activity-pub -v "0.3.1"
gem install jekyll-activity-pub -v "0.3.0"
gem install jekyll-activity-pub --prerelease -v "0.3.0rc5"
-
jekyll-alternate-permalinks (0.1.0 - 0.2.0)
gem install jekyll-alternate-permalinks -v "0.2.0"
gem install jekyll-alternate-permalinks -v "0.1.2"
gem install jekyll-alternate-permalinks -v "0.1.0"
Prevents broken links when renaming articles by keeping a list of previous permalinks and creating links between them
-
jekyll-archives (2.2.1)
gem install jekyll-archives -v "2.2.1"
Automatically generate post archives by dates, tags, and categories.
-
jekyll-avatar (0.7.0)
gem install jekyll-avatar -v "0.7.0"
-
jekyll-brotli (2.1.0 - 2.4.3)
gem install jekyll-brotli -v "2.4.3"
gem install jekyll-brotli -v "2.4.2"
gem install jekyll-brotli -v "2.4.1"
gem install jekyll-brotli -v "2.4.0"
gem install jekyll-brotli -v "2.3.0"
Generate brotli compressed assets and files for your Jekyll site at build time.
-
jekyll-calibre (0.0.2)
gem install jekyll-calibre -v "0.0.2"
Jekyll plugin to generate a site from a Calibre library
-
jekyll-commonmark (1.3.1 - 1.4.0)
gem install jekyll-commonmark -v "1.4.0"
gem install jekyll-commonmark -v "1.3.2"
gem install jekyll-commonmark -v "1.3.1"
-
jekyll-crypto (0.1.0 - 0.1.3)
gem install jekyll-crypto -v "0.1.3"
gem install jekyll-crypto -v "0.1.2"
gem install jekyll-crypto -v "0.1.1"
gem install jekyll-crypto -v "0.1.0"
Encrypts post so only people with the password can decrypt them!
-
jekyll-data (1.1.1 - 1.1.2)
gem install jekyll-data -v "1.1.2"
gem install jekyll-data -v "1.1.1"
-
jekyll-dotenv (0.1.0 - 0.2.0)
gem install jekyll-dotenv -v "0.2.0"
gem install jekyll-dotenv -v "0.1.0"
Use environment variables in Jekyll themes
-
jekyll-drafts-as-metadata (0.0.3 - 0.0.6)
gem install jekyll-drafts-as-metadata -v "0.0.6"
gem install jekyll-drafts-as-metadata -v "0.0.5"
gem install jekyll-drafts-as-metadata -v "0.0.4"
gem install jekyll-drafts-as-metadata -v "0.0.3"
Allows to add `draft: true` to front matter to skip them, instead of using `_drafts/`
-
jekyll-embed-urls (0.2.0 - 0.6.1)
gem install jekyll-embed-urls -v "0.6.1"
gem install jekyll-embed-urls -v "0.6.0"
gem install jekyll-embed-urls -v "0.5.15"
gem install jekyll-embed-urls -v "0.5.14"
gem install jekyll-embed-urls -v "0.5.13"
Replaces URLs for their previsualization in Jekyll posts
-
jekyll-env (1.1.0)
gem install jekyll-env -v "1.1.0"
Access environment variables from within your Jekyll liquid templates
-
jekyll-feed (0.12.1 - 0.17.0)
gem install jekyll-feed -v "0.17.0"
gem install jekyll-feed -v "0.16.0"
gem install jekyll-feed -v "0.15.1"
gem install jekyll-feed -v "0.15.0"
gem install jekyll-feed -v "0.13.0"
-
jekyll-figure (0.1.0)
gem install jekyll-figure -v "0.1.0"
A liquid tag for Jekyll that generates <figure> elements.
-
jekyll-gist (1.5.0)
gem install jekyll-gist -v "1.5.0"
-
jekyll-gzip (2.3.0 - 2.5.2)
gem install jekyll-gzip -v "2.5.2"
gem install jekyll-gzip -v "2.5.1"
gem install jekyll-gzip -v "2.4.3"
gem install jekyll-gzip -v "2.4.2"
gem install jekyll-gzip -v "2.4.1"
Generate gzipped assets and files for your Jekyll site at build time.
-
jekyll-hardlinks (0.1.0 - 0.2.0)
gem install jekyll-hardlinks -v "0.2.0"
gem install jekyll-hardlinks -v "0.1.2"
gem install jekyll-hardlinks -v "0.1.1"
gem install jekyll-hardlinks -v "0.1.0"
Jekyll copies static files and duplicates storage use. Hard links point to the same file instead of making copies, thus saving storage.
-
jekyll-ignore-layouts (0.1.0 - 0.1.2)
gem install jekyll-ignore-layouts -v "0.1.2"
gem install jekyll-ignore-layouts -v "0.1.1"
gem install jekyll-ignore-layouts -v "0.1.0"
Some posts are not meant to be rendered individually
-
jekyll-images (0.2.1 - 0.4.4)
gem install jekyll-images -v "0.4.4"
gem install jekyll-images -v "0.4.3"
gem install jekyll-images -v "0.4.2"
gem install jekyll-images -v "0.4.1"
gem install jekyll-images -v "0.4.0"
Optimizes images for Jekyll
-
jekyll-include-cache (0.2.0 - 0.2.1)
gem install jekyll-include-cache -v "0.2.1"
gem install jekyll-include-cache -v "0.2.0"
-
jekyll-linked-posts (0.1.0 - 0.5.2)
gem install jekyll-linked-posts -v "0.5.2"
gem install jekyll-linked-posts -v "0.5.1"
gem install jekyll-linked-posts -v "0.4.3"
gem install jekyll-linked-posts -v "0.4.2"
gem install jekyll-linked-posts -v "0.4.0"
Finds linked posts using UUIDs to make them available to Liquid
-
jekyll-liquify-alt (0.1.0 - 0.1.2)
gem install jekyll-liquify-alt -v "0.1.2"
gem install jekyll-liquify-alt -v "0.1.1"
gem install jekyll-liquify-alt -v "0.1.0"
Parses liquid from variables using a "liquify" filter. There's also jekyll-liquify that's exactly the same (sorry! we didn't find it at first), but it depends on redcarpet which we don't need.
-
jekyll-locales (0.1.0 - 0.2.1)
gem install jekyll-locales -v "0.2.1"
gem install jekyll-locales -v "0.2.0"
gem install jekyll-locales -v "0.1.14"
gem install jekyll-locales -v "0.1.13"
gem install jekyll-locales -v "0.1.12"
This is yet another plugin for Jekyll localization. It creates a copy of the site for each language and allows to interlink between them.
-
jekyll-logger-tap (0.1.0 - 0.2.0)
gem install jekyll-logger-tap -v "0.2.0"
gem install jekyll-logger-tap -v "0.1.0"
-
jekyll-lunr (0.1.0 - 0.4.1)
gem install jekyll-lunr -v "0.4.1"
gem install jekyll-lunr -v "0.3.0"
gem install jekyll-lunr -v "0.2.0"
gem install jekyll-lunr -v "0.1.2"
gem install jekyll-lunr -v "0.1.1"
Builds the LunrJS index and data documents during site generation
-
jekyll-mentions (1.6.0)
gem install jekyll-mentions -v "1.6.0"
-
jekyll-node-modules (0.1.0)
gem install jekyll-node-modules -v "0.1.0"
A Liquid tag to include files from node_modules
-
jekyll-nokogiri (0.1.0)
gem install jekyll-nokogiri -v "0.1.0"
-
jekyll-onion-location (0.1.0 - 0.1.2)
gem install jekyll-onion-location -v "0.1.2"
gem install jekyll-onion-location -v "0.1.1"
gem install jekyll-onion-location -v "0.1.0"
Adds Onion Location as meta header
-
jekyll-order (0.1.0 - 0.1.7)
gem install jekyll-order -v "0.1.7"
gem install jekyll-order -v "0.1.6"
gem install jekyll-order -v "0.1.5"
gem install jekyll-order -v "0.1.4"
gem install jekyll-order -v "0.1.3"
Allows to reorder post based on numeric order along with date
-
jekyll-paginate (1.1.0)
gem install jekyll-paginate -v "1.1.0"
-
jekyll-purgecss (0.2.0 - 0.6.2)
gem install jekyll-purgecss -v "0.6.2"
gem install jekyll-purgecss -v "0.6.1"
gem install jekyll-purgecss -v "0.5.1"
gem install jekyll-purgecss -v "0.5.0"
gem install jekyll-purgecss -v "0.4.1"
A PurgeCSS plugin for Jekyll.
-
jekyll-redirect-from (0.16.0)
gem install jekyll-redirect-from -v "0.16.0"
-
jekyll-redis-cache (0.1.1)
gem install jekyll-redis-cache -v "0.1.1"
Jekyll cache with Redis support
-
jekyll-relative-urls (0.0.4 - 0.0.6)
gem install jekyll-relative-urls -v "0.0.6"
gem install jekyll-relative-urls -v "0.0.5"
gem install jekyll-relative-urls -v "0.0.4"
A jekyll plugin for transportable sites
-
jekyll-sass-converter (1.5.2 - 3.0.0)
gem install jekyll-sass-converter -v "3.0.0"
gem install jekyll-sass-converter -v "2.2.0"
gem install jekyll-sass-converter -v "2.1.0"
gem install jekyll-sass-converter -v "2.0.1"
gem install jekyll-sass-converter -v "2.0.0"
-
jekyll-seo (0.0.2)
gem install jekyll-seo -v "0.0.2"
A gem that allows user to check SEO on Jekyll based sites or blogs.
-
jekyll-seo-tag (2.6.1 - 2.8.0)
gem install jekyll-seo-tag -v "2.8.0"
gem install jekyll-seo-tag -v "2.7.1"
gem install jekyll-seo-tag -v "2.6.1"
-
jekyll-sitemap (1.3.1 - 1.4.0)
gem install jekyll-sitemap -v "1.4.0"
gem install jekyll-sitemap -v "1.3.1"
-
jekyll-slugify-categories (0.1.1)
gem install jekyll-slugify-categories -v "0.1.1"
-
jekyll-spree-client (0.1.5 - 0.1.21)
gem install jekyll-spree-client -v "0.1.21"
gem install jekyll-spree-client -v "0.1.20"
gem install jekyll-spree-client -v "0.1.19"
gem install jekyll-spree-client -v "0.1.18"
gem install jekyll-spree-client -v "0.1.17"
This is a work in progress!
-
jekyll-torrent (0.0.6)
gem install jekyll-torrent -v "0.0.6"
A simple plugin that creates a .torrent file with your whole site after it's generated by jekyll. It monkeypatches `Jekyll::Site.process`.
-
jekyll-turbolinks (0.0.2 - 0.0.6)
gem install jekyll-turbolinks -v "0.0.6"
gem install jekyll-turbolinks -v "0.0.5"
gem install jekyll-turbolinks -v "0.0.4"
gem install jekyll-turbolinks -v "0.0.3"
gem install jekyll-turbolinks -v "0.0.2"
Hooks turbolinks into a Jekyll site for faster navigation
-
jekyll-unique-urls (0.1.0 - 0.1.2)
gem install jekyll-unique-urls -v "0.1.2"
gem install jekyll-unique-urls -v "0.1.1"
gem install jekyll-unique-urls -v "0.1.0"
Since Jekyll doesn't check for duplicate URLs, when you have lots of page you can end up with some being duplicate. This plugin prevents that by adding a unique hash to the URL.
-
jekyll-vite (3.0.3 - 3.0.4)
gem install jekyll-vite -v "3.0.4"
gem install jekyll-vite -v "3.0.3"
-
jekyll-watch (2.2.1)
gem install jekyll-watch -v "2.2.1"
-
jekyll-webring (0.3.3)
gem install jekyll-webring -v "0.3.3"
-
jekyll-write-and-commit-changes (0.1.0 - 0.2.3)
gem install jekyll-write-and-commit-changes -v "0.2.3"
gem install jekyll-write-and-commit-changes -v "0.2.2"
gem install jekyll-write-and-commit-changes -v "0.2.1"
gem install jekyll-write-and-commit-changes -v "0.2.0"
gem install jekyll-write-and-commit-changes -v "0.1.2"
Useful for modifying posts from ad-hoc plugins
-
jemoji (0.12.0)
gem install jemoji -v "0.12.0"
-
jmespath (1.6.2)
gem install jmespath -v "1.6.2"
Implements JMESPath for Ruby
-
jquery-rails (4.3.5 - 4.5.1)
gem install jquery-rails -v "4.5.1"
gem install jquery-rails -v "4.5.0"
gem install jquery-rails -v "4.4.0"
gem install jquery-rails -v "4.3.5"
This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application.
-
jquery-ui-rails (6.0.1)
gem install jquery-ui-rails -v "6.0.1"
jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset pipeline
-
json (2.2.0 - 2.9.0)
gem install json -v "2.9.0"
x86_64-linux-muslgem install json -v "2.8.2"
x86_64-linux-muslgem install json -v "2.8.1"
x86_64-linux-muslgem install json -v "2.8.0"
x86_64-linux-muslgem install json -v "2.7.6"
x86_64-linux-muslThis is a JSON implementation as a Ruby extension in C.
-
json-canonicalization (0.3.0 - 0.4.0)
gem install json-canonicalization -v "0.4.0"
gem install json-canonicalization -v "0.3.3"
gem install json-canonicalization -v "0.3.2"
gem install json-canonicalization -v "0.3.1"
gem install json-canonicalization -v "0.3.0"
JSON::Canonicalization generates canonical JSON output from Ruby objects.
-
json-jwt (1.15.3 - 1.16.7)
gem install json-jwt -v "1.16.7"
gem install json-jwt -v "1.16.6"
gem install json-jwt -v "1.16.5"
gem install json-jwt -v "1.16.4"
gem install json-jwt -v "1.16.3"
JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
-
json-ld (3.2.3 - 3.2.5)
gem install json-ld -v "3.2.5"
gem install json-ld -v "3.2.4"
gem install json-ld -v "3.2.3"
JSON::LD parses and serializes JSON-LD into RDF and implements expansion, compaction and framing API interfaces for the Ruby RDF.rb library suite.
-
json-ld-preloaded (3.2.2)
gem install json-ld-preloaded -v "3.2.2"
A meta-release of the json-ld gem including preloaded vocabularies for the Ruby RDF.rb library suite.
-
json-schema (3.0.0 - 5.1.1)
gem install json-schema -v "5.1.1"
gem install json-schema -v "5.1.0"
gem install json-schema -v "5.0.1"
gem install json-schema -v "5.0.0"
gem install json-schema -v "4.3.1"
-
jsonapi-renderer (0.2.2)
gem install jsonapi-renderer -v "0.2.2"
Efficiently render JSON API documents.
-
jsonapi-serializer (2.1.0 - 2.2.0)
gem install jsonapi-serializer -v "2.2.0"
gem install jsonapi-serializer -v "2.1.0"
Fast, simple and easy to use JSON:API serialization library (also known as fast_jsonapi).
-
jwt (2.1.0 - 2.9.3)
gem install jwt -v "2.9.3"
gem install jwt -v "2.9.2"
gem install jwt -v "2.9.1"
gem install jwt -v "2.9.0"
gem install jwt -v "2.8.2"
A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.
-
kaminari (1.1.1 - 1.2.2)
gem install kaminari -v "1.2.2"
gem install kaminari -v "1.2.1"
gem install kaminari -v "1.1.1"
Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+
-
kaminari-actionview (1.1.1 - 1.2.2)
gem install kaminari-actionview -v "1.2.2"
gem install kaminari-actionview -v "1.2.1"
gem install kaminari-actionview -v "1.1.1"
kaminari-actionview provides pagination helpers for your Action View templates
-
kaminari-activerecord (1.1.1 - 1.2.2)
gem install kaminari-activerecord -v "1.2.2"
gem install kaminari-activerecord -v "1.2.1"
gem install kaminari-activerecord -v "1.1.1"
kaminari-activerecord lets your Active Record models be paginatable
-
kaminari-core (1.1.1 - 1.2.2)
gem install kaminari-core -v "1.2.2"
gem install kaminari-core -v "1.2.1"
gem install kaminari-core -v "1.1.1"
kaminari-core includes pagination logic independent from ORMs and view libraries
-
kaminari-i18n (0.5.0)
gem install kaminari-i18n -v "0.5.0"
Translations for the kaminari gem
-
kgio (2.11.2 - 2.11.4)
gem install kgio -v "2.11.4"
x86_64-linux-muslgem install kgio -v "2.11.4"
gem install kgio -v "2.11.2"
x86_64-linux-muslgem install kgio -v "2.11.2"
This is a legacy project, do not use it for new projects. Ruby 2.3 and later should make this obsolete. kgio provides non-blocking I/O methods for Ruby without raising exceptions on EAGAIN and EINPROGRESS.
-
koala (3.0.0 - 3.1.0)
gem install koala -v "3.1.0"
gem install koala -v "3.0.0"
Koala is a lightweight, flexible Ruby SDK for Facebook. It allows read/write access to the social graph via the Graph and REST APIs, as well as support for realtime updates and OAuth and Facebook Connect authentication. Koala is fully tested and supports Net::HTTP and Typhoeus connections out of the box and can accept custom modules for other services.
-
kramdown (1.17.0 - 2.5.1)
gem install kramdown -v "2.5.1"
gem install kramdown -v "2.5.0"
gem install kramdown -v "2.4.0"
gem install kramdown -v "2.3.2"
gem install kramdown -v "2.3.1"
kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions.
-
kramdown-parser-gfm (1.1.0)
gem install kramdown-parser-gfm -v "1.1.0"
-
kt-paperclip (7.1.1 - 7.2.2)
gem install kt-paperclip -v "7.2.2"
gem install kt-paperclip -v "7.2.1"
gem install kt-paperclip -v "7.2.0"
gem install kt-paperclip -v "7.1.1"
Easy upload management for ActiveRecord
-
kwalify (0.7.2)
gem install kwalify -v "0.7.2"
Kwalify is a parser, schema validator, and data binding tool for YAML and JSON.
-
language_server-protocol (3.17.0.0 - 3.17.0.3)
gem install language_server-protocol -v "3.17.0.3"
gem install language_server-protocol -v "3.17.0.2"
gem install language_server-protocol -v "3.17.0.1"
gem install language_server-protocol -v "3.17.0.0"
A Language Server Protocol SDK
-
launchy (2.4.3 - 3.0.1)
gem install launchy -v "3.0.1"
gem install launchy -v "3.0.0"
gem install launchy -v "2.5.2"
gem install launchy -v "2.5.0"
gem install launchy -v "2.4.3"
Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external applications from within ruby programs.
-
letter_opener (1.7.0 - 1.10.0)
gem install letter_opener -v "1.10.0"
gem install letter_opener -v "1.9.0"
gem install letter_opener -v "1.8.1"
gem install letter_opener -v "1.7.0"
When mail is sent from your application, Letter Opener will open a preview in the browser instead of sending.
-
letter_opener_web (2.0.0)
gem install letter_opener_web -v "2.0.0"
Gives letter_opener an interface for browsing sent emails
-
libv8 (7.3.492.27.1)
gem install libv8 -v "7.3.492.27.1"
x86_64-linuxDistributes the V8 JavaScript engine in binary and source forms in order to support fast builds of The Ruby Racer
-
link_header (0.0.8)
gem install link_header -v "0.0.8"
Converts conforming link headers to and from text, LinkHeader objects and corresponding (JSON-friendly) Array representations, also HTML link elements.
-
liquid (4.0.3 - 5.5.1)
gem install liquid -v "5.5.1"
gem install liquid -v "5.5.0"
gem install liquid -v "5.4.0"
gem install liquid -v "5.3.0"
gem install liquid -v "5.2.0"
-
liquid-c (4.0.0 - 4.2.0)
gem install liquid-c -v "4.2.0"
x86_64-linux-muslgem install liquid-c -v "4.1.0"
x86_64-linux-muslgem install liquid-c -v "4.0.1"
x86_64-linux-muslgem install liquid-c -v "4.0.0"
x86_64-linux-muslgem install liquid-c -v "4.0.0"
-
listen (3.1.5 - 3.9.0)
gem install listen -v "3.9.0"
gem install listen -v "3.8.0"
gem install listen -v "3.7.1"
gem install listen -v "3.7.0"
gem install listen -v "3.6.0"
The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!
-
little-plugger (1.1.4)
gem install little-plugger -v "1.1.4"
LittlePlugger is a module that provides Gem based plugin management. By extending your own class or module with LittlePlugger you can easily manage the loading and initializing of plugins provided by other gems.
-
llhttp-ffi (0.4.0 - 0.5.0)
gem install llhttp-ffi -v "0.5.0"
x86_64-linux-muslgem install llhttp-ffi -v "0.4.0"
x86_64-linux-muslgem install llhttp-ffi -v "0.4.0"
Ruby FFI bindings for llhttp.
-
lmdb (0.5.3 - 0.6.3)
gem install lmdb -v "0.6.3"
x86_64-linux-muslgem install lmdb -v "0.6.2"
x86_64-linux-muslgem install lmdb -v "0.6.1"
x86_64-linux-muslgem install lmdb -v "0.5.3"
x86_64-linux-muslgem install lmdb -v "0.5.3"
lmdb is a Ruby binding to OpenLDAP Lightning MDB.
-
loaf (0.10.0)
gem install loaf -v "0.10.0"
Loaf manages and displays breadcrumb trails in your Rails app. It aims to handle breadcrumb data through easy dsl and expose it through view helpers without any assumptions about markup.
-
localhost (1.1.9)
gem install localhost -v "1.1.9"
-
lockbox (0.4.6 - 1.2.0)
gem install lockbox -v "1.2.0"
gem install lockbox -v "1.1.1"
gem install lockbox -v "1.1.0"
gem install lockbox -v "1.0.0"
gem install lockbox -v "0.6.8"
-
logging (2.2.2 - 2.3.0)
gem install logging -v "2.3.0"
gem install logging -v "2.2.2"
**Logging** is a flexible logging library for use in Ruby programs based on the design of Java's log4j library. It features a hierarchical logging system, custom level names, multiple output destinations per log event, custom formatting, and more.
-
logidze (0.11.0)
gem install logidze -v "0.11.0"
PostgreSQL JSON-based auditing
-
lograge (0.11.2 - 0.14.0)
gem install lograge -v "0.14.0"
gem install lograge -v "0.13.0"
gem install lograge -v "0.12.0"
gem install lograge -v "0.11.2"
Tame Rails' multi-line logging into a single line per request
-
loofah (2.2.3 - 2.23.1)
gem install loofah -v "2.23.1"
gem install loofah -v "2.23.0"
gem install loofah -v "2.22.0"
gem install loofah -v "2.21.4"
gem install loofah -v "2.21.3"
Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri. Loofah also includes some HTML sanitizers based on `html5lib`'s safelist, which are a specific application of the general transformation functionality.
-
lumberjack (1.0.13 - 1.2.8)
gem install lumberjack -v "1.2.8"
gem install lumberjack -v "1.0.13"
-
mail (2.7.1 - 2.8.1)
gem install mail -v "2.8.1"
gem install mail -v "2.8.0"
gem install mail -v "2.7.1"
A really Ruby Mail handler.
-
makara (0.5.1)
gem install makara -v "0.5.1"
Read-write split your DB yo
-
mapping (1.1.1)
gem install mapping -v "1.1.1"
Map model objects based on their class to a given output model. Useful for versioning external interfaces (e.g. JSON APIs) or processing structured data from one format to another.
-
marcel (0.3.3 - 1.0.4)
gem install marcel -v "1.0.4"
gem install marcel -v "1.0.3"
gem install marcel -v "1.0.2"
gem install marcel -v "1.0.1"
gem install marcel -v "1.0.0"
-
mario-redis-lock (1.2.1)
gem install mario-redis-lock -v "1.2.1"
Yet another Ruby distributed lock using Redis, with emphasis in transparency. Requires Redis >= 2.6.12, because it uses the new syntax for SET to easily implement the robust algorithm described in the SET command documentation (http://redis.io/commands/set).
-
matrix (0.4.2)
gem install matrix -v "0.4.2"
An implementation of Matrix and Vector classes.
-
maxmind-db (1.1.1)
gem install maxmind-db -v "1.1.1"
A gem for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).
-
maxmind-geoip2 (1.1.0)
gem install maxmind-geoip2 -v "1.1.0"
A gem for interacting with the GeoIP2 webservices and databases. MaxMind provides geolocation data as downloadable databases as well as through a webservice.
-
memoist (0.16.2)
gem install memoist -v "0.16.2"
-
memoizable (0.4.2)
gem install memoizable -v "0.4.2"
Memoize method return values
-
memory_profiler (0.9.14 - 1.0.2)
gem install memory_profiler -v "1.0.2"
gem install memory_profiler -v "1.0.1"
gem install memory_profiler -v "1.0.0"
gem install memory_profiler -v "0.9.14"
Memory profiling routines for Ruby 2.5+
-
mercadopago-sdk (1.2.0 - 1.3.0)
gem install mercadopago-sdk -v "1.3.0"
gem install mercadopago-sdk -v "1.2.0"
MercadoPago Ruby SDK
-
mercenary (0.3.6 - 0.4.0)
gem install mercenary -v "0.4.0"
gem install mercenary -v "0.3.6"
Lightweight and flexible library for writing command-line apps in Ruby.
-
messagebird-rest (3.0.0)
gem install messagebird-rest -v "3.0.0"
A simple REST API for MessageBird in Ruby
-
method_source (0.9.2 - 1.1.0)
gem install method_source -v "1.1.0"
gem install method_source -v "1.0.0"
gem install method_source -v "0.9.2"
retrieve the sourcecode for a method
-
microformats (4.4.1)
gem install microformats -v "4.4.1"
A Ruby gem to parse HTML containing microformats2 and classic microformats that returns a collection of dynamically defined Ruby objects, a Ruby hash, or a JSON hash.
-
mime-types (3.2.2 - 3.6.0)
gem install mime-types -v "3.6.0"
gem install mime-types -v "3.5.2"
gem install mime-types -v "3.5.1"
gem install mime-types -v "3.5.0"
gem install mime-types -v "3.4.1"
The mime-types library provides a library and registry for information about MIME content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. Version 3.0 is a major release that requires Ruby 2.0 compatibility and removes deprecated functions. The columnar registry format introduced in 2.6 has been made the primary format; the registry data has been extracted from this library and put into {mime-types-data}[https://github.com/mime-types/mime-types-data]. Additionally, mime-types is now licensed exclusively under the MIT licence and there is a code of conduct in effect. There are a number of other smaller changes described in the History file.
-
mime-types-data (3.2019.0331 - 3.2024.1203)
gem install mime-types-data -v "3.2024.1203"
gem install mime-types-data -v "3.2024.1105"
gem install mime-types-data -v "3.2024.1001"
gem install mime-types-data -v "3.2024.0903"
gem install mime-types-data -v "3.2024.0820"
mime-types-data provides a registry for information about MIME media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions.
-
mimemagic (0.3.10)
gem install mimemagic -v "0.3.10"
Fast mime detection by extension or content (Uses freedesktop.org.xml shared-mime-info database)
-
mini_histogram (0.1.3 - 0.3.1)
gem install mini_histogram -v "0.3.1"
gem install mini_histogram -v "0.1.3"
It makes histograms out of Ruby data. How cool is that!? Pretty cool if you ask me.
-
mini_magick (4.9.5 - 4.12.0)
gem install mini_magick -v "4.12.0"
gem install mini_magick -v "4.11.0"
gem install mini_magick -v "4.10.1"
gem install mini_magick -v "4.9.5"
Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
-
mini_mime (1.0.1 - 1.1.5)
gem install mini_mime -v "1.1.5"
gem install mini_mime -v "1.1.2"
gem install mini_mime -v "1.1.1"
gem install mini_mime -v "1.1.0"
gem install mini_mime -v "1.0.3"
A minimal mime type library
-
mini_portile2 (2.4.0 - 2.8.8)
gem install mini_portile2 -v "2.8.8"
gem install mini_portile2 -v "2.8.6"
gem install mini_portile2 -v "2.8.5"
gem install mini_portile2 -v "2.8.4"
gem install mini_portile2 -v "2.8.3"
Simple autoconf and cmake builder for developers. It provides a standard way to compile against dependency libraries without requiring system-wide installation. It also simplifies vendoring and cross-compilation by providing a consistent build interface.
-
mini_racer (0.2.9)
gem install mini_racer -v "0.2.9"
Minimal embedded v8 engine for Ruby
-
minima (2.5.0 - 2.5.1)
gem install minima -v "2.5.1"
gem install minima -v "2.5.0"
-
minitest (5.11.3 - 5.25.4)
gem install minitest -v "5.25.4"
gem install minitest -v "5.25.3"
gem install minitest -v "5.25.2"
gem install minitest -v "5.25.1"
gem install minitest -v "5.25.0"
minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/test is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/test and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/test is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.
-
mobility (0.8.7 - 1.2.9)
gem install mobility -v "1.2.9"
gem install mobility -v "1.2.6"
gem install mobility -v "1.2.5"
gem install mobility -v "1.2.4"
gem install mobility -v "1.2.3"
Stores and retrieves localized data through attributes on a Ruby class, with flexible support for different storage strategies.
-
monetize (1.9.4 - 1.12.0)
gem install monetize -v "1.12.0"
gem install monetize -v "1.11.0"
gem install monetize -v "1.10.0"
gem install monetize -v "1.9.4"
A library for converting various objects into `Money` objects.
-
money (6.13.7 - 6.16.0)
gem install money -v "6.16.0"
gem install money -v "6.14.0"
gem install money -v "6.13.8"
gem install money -v "6.13.7"
A Ruby Library for dealing with money and currency conversion.
-
msgpack (1.2.4 - 1.7.5)
gem install msgpack -v "1.7.5"
x86_64-linux-muslgem install msgpack -v "1.7.4"
x86_64-linux-muslgem install msgpack -v "1.7.3"
x86_64-linux-muslgem install msgpack -v "1.7.2"
x86_64-linux-muslgem install msgpack -v "1.7.1"
x86_64-linux-muslMessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.
-
multi_json (1.13.1 - 1.15.0)
gem install multi_json -v "1.15.0"
gem install multi_json -v "1.14.1"
gem install multi_json -v "1.13.1"
A common interface to multiple JSON libraries, including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb, JrJackson, and OkJson.
-
multi_xml (0.6.0)
gem install multi_xml -v "0.6.0"
Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.
-
multipart-post (2.0.0 - 2.4.1)
gem install multipart-post -v "2.4.1"
gem install multipart-post -v "2.4.0"
gem install multipart-post -v "2.3.0"
gem install multipart-post -v "2.2.3"
gem install multipart-post -v "2.2.2"
-
mustermann (1.0.3 - 3.0.3)
gem install mustermann -v "3.0.3"
gem install mustermann -v "3.0.2"
gem install mustermann -v "3.0.1"
gem install mustermann -v "3.0.0"
gem install mustermann -v "2.0.2"
A library implementing patterns that behave like regular expressions.
-
mysql2 (0.4.10 - 0.5.6)
gem install mysql2 -v "0.5.6"
x86_64-linux-muslgem install mysql2 -v "0.5.5"
x86_64-linux-muslgem install mysql2 -v "0.5.4"
x86_64-linux-muslgem install mysql2 -v "0.5.3"
x86_64-linux-muslgem install mysql2 -v "0.5.3"
-
naught (1.1.0)
gem install naught -v "1.1.0"
Naught is a toolkit for building Null Objects
-
necromancer (0.4.0)
gem install necromancer -v "0.4.0"
Conversion from one object type to another with a bit of black magic.
-
nenv (0.3.0)
gem install nenv -v "0.3.0"
Using ENV is like using raw SQL statements in your code. We all know how that ends...
-
neocities (0.0.13 - 0.0.20)
gem install neocities -v "0.0.20"
x86_64-linux-muslgem install neocities -v "0.0.19"
x86_64-linux-muslgem install neocities -v "0.0.18"
x86_64-linux-muslgem install neocities -v "0.0.17"
x86_64-linux-muslgem install neocities -v "0.0.16"
x86_64-linux-musl
-
nestful (1.1.3 - 1.1.4)
gem install nestful -v "1.1.4"
gem install nestful -v "1.1.3"
-
nesty (1.0.2)
gem install nesty -v "1.0.2"
Nested exception support for Ruby
-
net-ftp (0.1.2)
gem install net-ftp -v "0.1.2"
Support for the File Transfer Protocol.
-
net-http-persistent (4.0.1)
gem install net-http-persistent -v "4.0.1"
Manages persistent connections using Net::HTTP including a thread pool for connecting to multiple hosts. Using persistent HTTP connections can dramatically increase the speed of HTTP. Creating a new HTTP connection for every request involves an extra TCP round-trip and causes TCP congestion avoidance negotiation to start over. Net::HTTP supports persistent connections with some API methods but does not make setting up a single persistent connection or managing multiple connections easy. Net::HTTP::Persistent wraps Net::HTTP and allows you to focus on how to make HTTP requests.
-
net-http2 (0.18.4)
gem install net-http2 -v "0.18.4"
-
net-imap (0.2.3 - 0.4.17)
gem install net-imap -v "0.4.17"
gem install net-imap -v "0.4.16"
gem install net-imap -v "0.4.15"
gem install net-imap -v "0.4.14"
gem install net-imap -v "0.4.13"
Ruby client api for Internet Message Access Protocol
-
net-ldap (0.16.1 - 0.19.0)
gem install net-ldap -v "0.19.0"
gem install net-ldap -v "0.18.0"
gem install net-ldap -v "0.17.1"
gem install net-ldap -v "0.17.0"
gem install net-ldap -v "0.16.1"
Net::LDAP for Ruby (also called net-ldap) implements client access for the Lightweight Directory Access Protocol (LDAP), an IETF standard protocol for accessing distributed directory services. Net::LDAP is written completely in Ruby with no external dependencies. It supports most LDAP client features and a subset of server features as well. Net::LDAP has been tested against modern popular LDAP servers including OpenLDAP and Active Directory. The current release is mostly compliant with earlier versions of the IETF LDAP RFCs (2251-2256, 2829-2830, 3377, and 3771). Our roadmap for Net::LDAP 1.0 is to gain full <em>client</em> compliance with the most recent LDAP RFCs (4510-4519, plutions of 4520-4532).
-
net-pop (0.1.1 - 0.1.2)
gem install net-pop -v "0.1.2"
gem install net-pop -v "0.1.1"
Ruby client library for POP3.
-
net-protocol (0.1.0 - 0.2.2)
gem install net-protocol -v "0.2.2"
gem install net-protocol -v "0.2.1"
gem install net-protocol -v "0.1.3"
gem install net-protocol -v "0.1.2"
gem install net-protocol -v "0.1.0"
The abstract interface for net-* client.
-
net-scp (2.0.0 - 4.0.0)
gem install net-scp -v "4.0.0"
gem install net-scp --prerelease -v "4.0.0.rc1"
gem install net-scp -v "3.0.0"
gem install net-scp -v "2.0.0"
A pure Ruby implementation of the SCP client protocol
-
net-smtp (0.3.1 - 0.5.0)
gem install net-smtp -v "0.5.0"
gem install net-smtp -v "0.4.0.1"
gem install net-smtp -v "0.4.0"
gem install net-smtp -v "0.3.3"
gem install net-smtp -v "0.3.2"
Simple Mail Transfer Protocol client library for Ruby.
-
net-ssh (5.2.0 - 7.3.0)
gem install net-ssh -v "7.3.0"
gem install net-ssh -v "7.2.3"
gem install net-ssh -v "7.2.1"
gem install net-ssh -v "7.2.0"
gem install net-ssh -v "7.1.0"
Net::SSH: a pure-Ruby implementation of the SSH2 client protocol. It allows you to write programs that invoke and interact with processes on remote servers, via SSH2.
-
net-telnet (0.1.1)
gem install net-telnet -v "0.1.1"
Provides telnet client functionality.
-
netaddr (2.0.3 - 2.0.6)
gem install netaddr -v "2.0.6"
gem install netaddr -v "2.0.5"
gem install netaddr -v "2.0.4"
gem install netaddr -v "2.0.3"
-
netrc (0.11.0)
gem install netrc -v "0.11.0"
This library can read and update netrc files, preserving formatting including comments and whitespace.
-
nice_partials (0.10.0)
gem install nice_partials -v "0.10.0"
A little bit of magic to make partials perfect for components.
-
nio4r (2.3.1 - 2.7.4)
gem install nio4r -v "2.7.4"
x86_64-linux-muslgem install nio4r -v "2.7.3"
x86_64-linux-muslgem install nio4r -v "2.7.2"
x86_64-linux-muslgem install nio4r -v "2.7.1"
x86_64-linux-muslgem install nio4r -v "2.7.0"
x86_64-linux-musl
-
njalla-api-client (0.1.0 - 0.2.0)
gem install njalla-api-client -v "0.2.0"
gem install njalla-api-client -v "0.1.0"
An API client for Njalla (https://njal.la/)
-
nokogiri (1.2.3 - 1.15.5)
gem install nokogiri -v "1.15.5"
x86_64-linux-muslgem install nokogiri -v "1.15.4"
x86_64-linux-muslgem install nokogiri -v "1.15.3"
x86_64-linux-muslgem install nokogiri -v "1.15.2"
x86_64-linux-muslgem install nokogiri -v "1.15.1"
x86_64-linuxNokogiri (鋸) makes it easy and painless to work with XML and HTML from Ruby. It provides a sensible, easy-to-understand API for reading, writing, modifying, and querying documents. It is fast and standards-compliant by relying on native parsers like libxml2, libgumbo, or xerces.
-
nori (2.6.0)
gem install nori -v "2.6.0"
XML to Hash translator
-
notiffany (0.1.1 - 0.1.3)
gem install notiffany -v "0.1.3"
gem install notiffany -v "0.1.1"
Wrapper libray for most popular notification libraries such as Growl, Libnotify, Notifu
-
nsa (0.2.8 - 0.3.0)
gem install nsa -v "0.3.0"
gem install nsa -v "0.2.8"
Listen to your Rails ActiveSupport::Notifications and deliver to a Statsd compatible backend
-
oauth (0.5.6 - 0.5.8)
gem install oauth -v "0.5.8"
gem install oauth -v "0.5.6"
-
oauth2 (1.4.1 - 1.4.10)
gem install oauth2 -v "1.4.10"
gem install oauth2 -v "1.4.9"
gem install oauth2 -v "1.4.7"
gem install oauth2 -v "1.4.4"
gem install oauth2 -v "1.4.2"
A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec.
-
observatorio-jekyll-theme (0.1.2 - 0.1.7)
gem install observatorio-jekyll-theme -v "0.1.7"
gem install observatorio-jekyll-theme -v "0.1.6"
gem install observatorio-jekyll-theme -v "0.1.5"
gem install observatorio-jekyll-theme -v "0.1.4"
gem install observatorio-jekyll-theme -v "0.1.3"
-
octokit (4.13.0 - 4.21.0)
gem install octokit -v "4.21.0"
gem install octokit -v "4.13.0"
Simple wrapper for the GitHub API
-
oembed (0.2.0)
gem install oembed -v "0.2.0"
A slim library to work with oEmbed format. It has no external dependencies at runtime. All you need to have is Ruby itself.
-
oga (2.15 - 3.4)
gem install oga -v "3.4"
x86_64-linux-muslgem install oga -v "3.4"
gem install oga -v "3.3"
x86_64-linux-muslgem install oga -v "3.3"
gem install oga -v "3.2"
x86_64-linux-muslOga is an XML/HTML parser written in Ruby.
-
ogp (0.4.0 - 0.5.0)
gem install ogp -v "0.5.0"
gem install ogp -v "0.4.0"
Simple Ruby library for parsing Open Graph prototocol information. See http://ogp.me for more information.
-
oj (3.10.14 - 3.16.7)
gem install oj -v "3.16.7"
x86_64-linux-muslgem install oj -v "3.16.6"
x86_64-linux-muslgem install oj -v "3.16.5"
x86_64-linux-muslgem install oj -v "3.16.3"
x86_64-linux-muslgem install oj -v "3.16.2"
x86_64-linux-muslThe fastest JSON parser and object serializer.
-
omniauth (1.9.0 - 2.1.2)
gem install omniauth -v "2.1.2"
gem install omniauth -v "2.1.1"
gem install omniauth -v "2.1.0"
gem install omniauth -v "2.0.4"
gem install omniauth -v "2.0.3"
A generalized Rack framework for multiple-provider authentication.
-
omniauth-apple (1.0.2)
gem install omniauth-apple -v "1.0.2"
OmniAuth strategy for Sign In with Apple
-
omniauth-cas (2.0.0)
gem install omniauth-cas -v "2.0.0"
CAS Strategy for OmniAuth
-
omniauth-facebook (5.0.0 - 9.0.0)
gem install omniauth-facebook -v "9.0.0"
gem install omniauth-facebook -v "8.0.0"
gem install omniauth-facebook -v "7.0.0"
gem install omniauth-facebook -v "6.0.0"
gem install omniauth-facebook -v "5.0.0"
-
omniauth-github (1.4.0)
gem install omniauth-github -v "1.4.0"
Official OmniAuth strategy for GitHub.
-
omniauth-gitlab (2.0.0)
gem install omniauth-gitlab -v "2.0.0"
This is the strategy for authenticating to your GitLab service
-
omniauth-google-oauth2 (0.6.0 - 0.8.2)
gem install omniauth-google-oauth2 -v "0.8.2"
gem install omniauth-google-oauth2 -v "0.8.1"
gem install omniauth-google-oauth2 -v "0.8.0"
gem install omniauth-google-oauth2 -v "0.6.1"
gem install omniauth-google-oauth2 -v "0.6.0"
A Google OAuth2 strategy for OmniAuth 1.x. This allows you to login to Google with your ruby app.
-
omniauth-linkedin-oauth2 (1.0.0)
gem install omniauth-linkedin-oauth2 -v "1.0.0"
A LinkedIn OAuth2 strategy for OmniAuth.
-
omniauth-microsoft-office365 (0.0.8)
gem install omniauth-microsoft-office365 -v "0.0.8"
OmniAuth provider for Microsoft Office365
-
omniauth-oauth (1.1.0 - 1.2.0)
gem install omniauth-oauth -v "1.2.0"
gem install omniauth-oauth -v "1.1.0"
A generic OAuth (1.0/1.0a) strategy for OmniAuth.
-
omniauth-oauth2 (1.6.0 - 1.7.3)
gem install omniauth-oauth2 -v "1.7.3"
gem install omniauth-oauth2 -v "1.7.2"
gem install omniauth-oauth2 -v "1.7.1"
gem install omniauth-oauth2 -v "1.7.0"
gem install omniauth-oauth2 -v "1.6.0"
An abstract OAuth2 strategy for OmniAuth.
-
omniauth-rails_csrf_protection (0.1.2 - 1.0.2)
gem install omniauth-rails_csrf_protection -v "1.0.2"
gem install omniauth-rails_csrf_protection -v "1.0.1"
gem install omniauth-rails_csrf_protection -v "1.0.0"
gem install omniauth-rails_csrf_protection -v "0.1.2"
This gem provides a mitigation against CVE-2015-9284 (Cross-Site Request Forgery on the request phrase when using OmniAuth gem with a Ruby on Rails application) by implementing a CSRF token verifier that directly utilize `ActionController::RequestForgeryProtection` code from Rails.
-
omniauth-saml (1.10.1 - 2.1.2)
gem install omniauth-saml -v "2.1.2"
gem install omniauth-saml -v "2.1.0"
gem install omniauth-saml -v "2.0.0"
gem install omniauth-saml -v "1.10.5"
gem install omniauth-saml -v "1.10.4"
A generic SAML strategy for OmniAuth.
-
omniauth-twitter (1.4.0)
gem install omniauth-twitter -v "1.4.0"
OmniAuth strategy for Twitter
-
omniauth-weibo-oauth2 (0.5.2)
gem install omniauth-weibo-oauth2 -v "0.5.2"
OmniAuth Oauth2 strategy for weibo.com.
-
openid_connect (1.4.2 - 2.3.1)
gem install openid_connect -v "2.3.1"
gem install openid_connect -v "2.3.0"
gem install openid_connect -v "2.2.1"
gem install openid_connect -v "2.2.0"
gem install openid_connect -v "2.1.0"
OpenID Connect Server & Client Library
-
openssl (2.2.0 - 3.2.0)
gem install openssl -v "3.2.0"
x86_64-linux-muslgem install openssl -v "3.1.0"
x86_64-linux-muslgem install openssl -v "3.0.2"
x86_64-linux-muslgem install openssl -v "3.0.1"
x86_64-linux-muslgem install openssl -v "3.0.0"
x86_64-linux-muslOpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on the OpenSSL library.
-
openssl-signature_algorithm (1.2.1 - 1.3.0)
gem install openssl-signature_algorithm -v "1.3.0"
gem install openssl-signature_algorithm -v "1.2.1"
ECDSA, EdDSA, RSA-PSS and RSA-PKCS#1 algorithms for ruby
-
opt_parse_validator (1.9.5)
gem install opt_parse_validator -v "1.9.5"
Implementation of validators for the ruby OptionParser lib. Mainly used in the CMSScanner gem to define the cli options available
-
org-ruby (0.9.2 - 0.9.12)
gem install org-ruby -v "0.9.12"
gem install org-ruby -v "0.9.2"
An Org mode parser written in Ruby.
-
orm_adapter (0.5.0)
gem install orm_adapter -v "0.5.0"
Provides a single point of entry for using basic features of ruby ORMs
-
os (1.1.4)
gem install os -v "1.1.4"
The OS gem allows for some useful and easy functions, like OS.windows? (=> true or false) OS.bits ( => 32 or 64) etc"
-
overcommit (0.58.0)
gem install overcommit -v "0.58.0"
Utility to install, configure, and extend Git hooks
-
ox (2.14.11 - 2.14.18)
gem install ox -v "2.14.18"
x86_64-linux-muslgem install ox -v "2.14.17"
x86_64-linux-muslgem install ox -v "2.14.16"
x86_64-linux-muslgem install ox -v "2.14.15"
x86_64-linux-muslgem install ox -v "2.14.14"
x86_64-linux-muslA fast XML parser and object serializer that uses only standard C lib. Optimized XML (Ox), as the name implies was written to provide speed optimized XML handling. It was designed to be an alternative to Nokogiri and other Ruby XML parsers for generic XML parsing and as an alternative to Marshal for Object serialization.
-
pagy (1.2.1 - 5.10.1)
gem install pagy -v "5.10.1"
gem install pagy -v "5.6.6"
gem install pagy -v "4.11.0"
gem install pagy -v "4.10.1"
gem install pagy -v "4.8.1"
Agnostic pagination in plain ruby. It does it all. Better.
-
pairing_heap (3.0.0 - 3.0.1)
gem install pairing_heap -v "3.0.1"
gem install pairing_heap -v "3.0.0"
Performant priority queue in pure ruby with support for changing priority using pairing heap data structure
-
parallel (1.17.0 - 1.26.3)
gem install parallel -v "1.26.3"
gem install parallel -v "1.26.2"
gem install parallel -v "1.26.1"
gem install parallel -v "1.25.0"
gem install parallel -v "1.24.0"
-
paranoia (2.4.2 - 2.4.3)
gem install paranoia -v "2.4.3"
gem install paranoia -v "2.4.2"
Paranoia is a re-implementation of acts_as_paranoid for Rails 3, 4, and 5, using much, much, much less code. You would use either plugin / gem if you wished that when you called destroy on an Active Record object that it didn't actually destroy it, but just "hid" the record. Paranoia does this by setting a deleted_at field to the current time when you destroy a record, and hides it by scoping all queries on your model to only include records which do not have a deleted_at field.
-
parser (2.6.3.0 - 3.3.6.0)
gem install parser -v "3.3.6.0"
gem install parser -v "3.3.5.1"
gem install parser -v "3.3.5.0"
gem install parser -v "3.3.4.2"
gem install parser -v "3.3.4.1"
A Ruby parser written in pure Ruby.
-
parslet (2.0.0)
gem install parslet -v "2.0.0"
-
paru (0.4.3)
gem install paru -v "0.4.3"
Control pandoc with Ruby and write pandoc filters in Ruby
-
pastel (0.7.2 - 0.8.0)
gem install pastel -v "0.8.0"
gem install pastel -v "0.7.2"
Terminal strings styling with intuitive and clean API.
-
pathutil (0.16.2)
gem install pathutil -v "0.16.2"
Like Pathname but a little less insane.
-
paypal-sdk-rest (1.7.4)
gem install paypal-sdk-rest -v "1.7.4"
The PayPal REST SDK provides Ruby APIs to create, process and manage payment.
-
pg (0.21.0 - 1.5.8)
gem install pg -v "1.5.8"
x86_64-linux-muslgem install pg -v "1.5.7"
x86_64-linux-muslgem install pg -v "1.5.6"
x86_64-linux-muslgem install pg -v "1.5.5"
x86_64-linux-muslgem install pg -v "1.5.4"
x86_64-linux-muslPg is the Ruby interface to the PostgreSQL RDBMS. It works with PostgreSQL 9.3 and later.
-
pg_search (2.3.5 - 2.3.6)
gem install pg_search -v "2.3.6"
gem install pg_search -v "2.3.5"
PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search
-
pghero (2.8.3 - 3.5.0)
gem install pghero -v "3.5.0"
gem install pghero -v "3.4.1"
gem install pghero -v "3.4.0"
gem install pghero -v "3.3.4"
gem install pghero -v "3.3.3"
-
phone (1.2.3)
gem install phone -v "1.2.3"
Phone number parsing, validation and formatting.
-
php-serialize (1.3.0)
gem install php-serialize -v "1.3.0"
This module provides two methods: PHP.serialize() and PHP.unserialize(), both of which should be compatible with the similarly named functions in PHP. It can also serialize and unserialize PHP sessions.
-
pivot_table (1.0.0)
gem install pivot_table -v "1.0.0"
Transform an ActiveRecord-ish data set into a pivot table of objects
-
pkg-config (1.5.1 - 1.5.8)
gem install pkg-config -v "1.5.8"
gem install pkg-config -v "1.5.7"
gem install pkg-config -v "1.5.6"
gem install pkg-config -v "1.5.5"
gem install pkg-config -v "1.5.4"
pkg-config can be used in your extconf.rb to properly detect need libraries for compiling Ruby native extensions
-
pluginator (1.5.0)
gem install pluginator -v "1.5.0"
-
polyamorous (2.3.2)
gem install polyamorous -v "2.3.2"
This is just an extraction from Ransack/Squeel. You probably don't want to use this directly. It extends ActiveRecord's associations to support polymorphic belongs_to associations.
-
polyglot (0.3.5)
gem install polyglot -v "0.3.5"
The Polyglot library allows a Ruby module to register a loader for the file type associated with a filename extension, and it augments 'require' to find and load matching files.
-
pony (1.13.1)
gem install pony -v "1.13.1"
Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello')
-
PoParser (3.2.6)
gem install PoParser -v "3.2.6"
A PO file parser, editor and generator. PO files are translation files generated by GNU/Gettext tool.
-
popper_js (1.14.5 - 2.9.3)
gem install popper_js -v "2.9.3"
gem install popper_js -v "2.9.2"
gem install popper_js -v "1.16.1"
gem install popper_js -v "1.16.0"
gem install popper_js -v "1.14.5"
Works with Rails out of the box.
-
posix-spawn (0.3.15 - 0.3.15)
gem install posix-spawn -v "0.3.15"
x86_64-linux-muslgem install posix-spawn -v "0.3.15"
posix-spawn uses posix_spawnp(2) for faster process spawning
-
power_assert (1.1.4 - 2.0.1)
gem install power_assert -v "2.0.1"
gem install power_assert -v "1.1.4"
Power Assert shows each value of variables and method calls in the expression. It is useful for testing, providing which value wasn't correct when the condition is not satisfied.
-
pre-commit (0.39.0)
gem install pre-commit -v "0.39.0"
A git pre-commit hook written in ruby with a few more tricks up its sleeve
-
premailer (1.11.1 - 1.22.0)
gem install premailer -v "1.22.0"
gem install premailer -v "1.21.0"
gem install premailer -v "1.20.0"
gem install premailer -v "1.19.0"
gem install premailer -v "1.18.0"
Improve the rendering of HTML emails by making CSS inline, converting links and warning about unsupported code.
-
premailer-rails (1.11.1 - 1.12.0)
gem install premailer-rails -v "1.12.0"
gem install premailer-rails -v "1.11.1"
This gem brings you the power of the premailer gem to Rails without any configuration needs. Create HTML emails, include a CSS file as you do in a normal HTML document and premailer will inline the included CSS.
-
private_address_check (0.5.0)
gem install private_address_check -v "0.5.0"
Checks if a IP or hostname would cause a request to a private network (RFC 1918)
-
progressbar (1.11.0 - 1.13.0)
gem install progressbar -v "1.13.0"
gem install progressbar -v "1.11.0"
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining.
-
prometheus_exporter (0.5.3 - 2.0.8)
gem install prometheus_exporter -v "2.0.8"
gem install prometheus_exporter -v "2.0.6"
gem install prometheus_exporter -v "2.0.4"
gem install prometheus_exporter -v "2.0.3"
gem install prometheus_exporter -v "2.0.2"
Prometheus metric collector and exporter for Ruby
-
protocol-hpack (1.4.2)
gem install protocol-hpack -v "1.4.2"
-
protocol-http (0.22.4 - 0.22.5)
gem install protocol-http -v "0.22.5"
gem install protocol-http -v "0.22.4"
-
protocol-http1 (0.14.1 - 0.14.2)
gem install protocol-http1 -v "0.14.2"
gem install protocol-http1 -v "0.14.1"
-
protocol-http2 (0.14.2)
gem install protocol-http2 -v "0.14.2"
-
pry (0.12.2 - 0.15.0)
gem install pry -v "0.15.0"
gem install pry -v "0.14.2"
gem install pry -v "0.14.1"
gem install pry -v "0.14.0"
gem install pry -v "0.13.1"
Pry is a runtime developer console and IRB alternative with powerful introspection capabilities. Pry aims to be more than an IRB replacement. It is an attempt to bring REPL driven programming to the Ruby language.
-
pry-byebug (3.10.1)
gem install pry-byebug -v "3.10.1"
Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution.
-
pry-rails (0.3.9 - 0.3.11)
gem install pry-rails -v "0.3.11"
gem install pry-rails -v "0.3.10"
gem install pry-rails -v "0.3.9"
-
pry-remote (0.1.8)
gem install pry-remote -v "0.1.8"
Connect to Pry remotely using DRb
-
pry-rescue (1.5.0 - 1.5.2)
gem install pry-rescue -v "1.5.2"
gem install pry-rescue -v "1.5.0"
Allows you to wrap code in Pry::rescue{ } to open a pry session at any unhandled exceptions
-
pry-stack_explorer (0.4.9.3 - 0.6.1)
gem install pry-stack_explorer -v "0.6.1"
gem install pry-stack_explorer -v "0.4.9.3"
-
psych (3.3.4 - 5.1.2)
gem install psych -v "5.1.2"
x86_64-linux-muslgem install psych -v "5.1.1"
x86_64-linux-muslgem install psych -v "5.1.0"
x86_64-linux-muslgem install psych -v "5.0.2"
x86_64-linux-muslgem install psych -v "5.0.1"
x86_64-linux-muslPsych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.
-
public_suffix (3.1.1 - 5.1.1)
gem install public_suffix -v "5.1.1"
gem install public_suffix -v "5.0.5"
gem install public_suffix -v "5.0.4"
gem install public_suffix -v "5.0.3"
gem install public_suffix -v "5.0.1"
PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains.
-
puma (3.12.1 - 6.5.0)
gem install puma -v "6.5.0"
x86_64-linux-muslgem install puma -v "6.4.3"
x86_64-linux-muslgem install puma -v "6.4.2"
x86_64-linux-muslgem install puma -v "6.4.1"
x86_64-linux-muslgem install puma -v "6.4.0"
x86_64-linux-muslPuma is a simple, fast, multi-threaded, and highly parallel HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. It's great for highly parallel Ruby implementations such as JRuby and TruffleRuby as well as as providing process worker support to support CRuby well.
-
pundit (2.0.0 - 2.4.0)
gem install pundit -v "2.4.0"
gem install pundit -v "2.3.2"
gem install pundit -v "2.3.1"
gem install pundit -v "2.3.0"
gem install pundit -v "2.2.0"
Object oriented authorization for Rails applications
-
pundit-matchers (1.6.0 - 1.7.0)
gem install pundit-matchers -v "1.7.0"
gem install pundit-matchers -v "1.6.0"
A set of RSpec matchers for testing Pundit authorisation policies
-
que (2.2.0 - 2.2.1)
gem install que -v "2.2.1"
gem install que -v "2.2.0"
A job queue that uses PostgreSQL's advisory locks for speed and reliability.
-
que-locks (0.4.1)
gem install que-locks -v "0.4.1"
-
que-web (0.10.0)
gem install que-web -v "0.10.0"
A web interface for the que queue
-
raabro (1.4.0)
gem install raabro -v "1.4.0"
A very dumb PEG parser library, with a horrible interface.
-
rabl (0.14.3 - 0.14.5)
gem install rabl -v "0.14.5"
gem install rabl -v "0.14.3"
General ruby templating with json, bson, xml and msgpack support
-
racc (1.5.2 - 1.8.1)
gem install racc -v "1.8.1"
x86_64-linux-muslgem install racc -v "1.8.0"
x86_64-linux-muslgem install racc -v "1.7.3"
x86_64-linux-muslgem install racc -v "1.7.2"
x86_64-linux-muslgem install racc -v "1.7.1"
x86_64-linux-muslRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program. NOTE: Ruby 1.8.x comes with Racc runtime module. You can run your parsers generated by racc 1.4.x out of the box.
-
rack (2.0.7 - 3.1.8)
gem install rack -v "3.1.8"
gem install rack -v "3.1.7"
gem install rack -v "3.1.6"
gem install rack -v "3.1.5"
gem install rack -v "3.1.4"
Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.
-
rack-attack (6.6.0 - 6.7.0)
gem install rack-attack -v "6.7.0"
gem install rack-attack -v "6.6.1"
gem install rack-attack -v "6.6.0"
A rack middleware for throttling and blocking abusive requests
-
rack-cors (1.0.2 - 2.0.2)
gem install rack-cors -v "2.0.2"
gem install rack-cors -v "2.0.1"
gem install rack-cors -v "2.0.0"
gem install rack-cors -v "1.1.1"
gem install rack-cors -v "1.0.2"
Middleware that will make Rack-based apps CORS compatible. Fork the project here: https://github.com/cyu/rack-cors
-
rack-livereload (0.3.17)
gem install rack-livereload -v "0.3.17"
Insert LiveReload into your app easily as Rack middleware
-
rack-mini-profiler (2.0.1 - 3.1.0)
gem install rack-mini-profiler -v "3.1.0"
gem install rack-mini-profiler -v "3.0.0"
gem install rack-mini-profiler -v "2.3.4"
gem install rack-mini-profiler -v "2.3.3"
gem install rack-mini-profiler -v "2.3.2"
Profiling toolkit for Rack applications with Rails integration. Client Side profiling, DB profiling and Server profiling.
-
rack-oauth2 (1.21.3 - 2.2.1)
gem install rack-oauth2 -v "2.2.1"
gem install rack-oauth2 -v "2.2.0"
gem install rack-oauth2 -v "2.1.0"
gem install rack-oauth2 -v "2.0.1"
gem install rack-oauth2 -v "2.0.0"
OAuth 2.0 Server & Client Library. Both Bearer token type are supported.
-
rack-protection (2.0.7 - 4.1.1)
gem install rack-protection -v "4.1.1"
gem install rack-protection -v "4.1.0"
gem install rack-protection -v "4.0.0"
gem install rack-protection -v "3.2.0"
gem install rack-protection -v "2.2.4"
Protect against typical web attacks, works with all Rack apps, including Rails
-
rack-proxy (0.6.5 - 0.7.7)
gem install rack-proxy -v "0.7.7"
gem install rack-proxy -v "0.7.6"
gem install rack-proxy -v "0.7.4"
gem install rack-proxy -v "0.7.2"
gem install rack-proxy -v "0.7.0"
A Rack app that provides request/response rewriting proxy capabilities with streaming.
-
rack-test (1.1.0 - 2.1.0)
gem install rack-test -v "2.1.0"
gem install rack-test -v "2.0.2"
gem install rack-test -v "1.1.0"
Rack::Test is a small, simple testing API for Rack apps. It can be used on its own or as a reusable starting point for Web frameworks and testing libraries to build on.
-
rackup (0.2.3)
gem install rackup -v "0.2.3"
-
radios-comunitarias-jekyll-theme (0.1.0 - 0.3.0rc0)
gem install radios-comunitarias-jekyll-theme --prerelease -v "0.3.0rc0"
gem install radios-comunitarias-jekyll-theme -v "0.2.0"
gem install radios-comunitarias-jekyll-theme -v "0.1.6"
gem install radios-comunitarias-jekyll-theme -v "0.1.5"
gem install radios-comunitarias-jekyll-theme -v "0.1.4"
-
rails (5.2.2.1 - 7.1.4.1)
gem install rails -v "7.1.4.1"
gem install rails -v "7.1.4"
gem install rails -v "7.1.3.4"
gem install rails -v "7.1.3.3"
gem install rails -v "7.1.3.2"
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.
-
rails-controller-testing (1.0.4 - 1.0.5)
gem install rails-controller-testing -v "1.0.5"
gem install rails-controller-testing -v "1.0.4"
-
rails-dom-testing (2.0.3 - 2.2.0)
gem install rails-dom-testing -v "2.2.0"
gem install rails-dom-testing -v "2.1.1"
gem install rails-dom-testing -v "2.1.0"
gem install rails-dom-testing -v "2.0.3"
This gem can compare doms and assert certain elements exists in doms using Nokogiri.
-
rails-html-sanitizer (1.2.0 - 1.6.1)
gem install rails-html-sanitizer -v "1.6.1"
gem install rails-html-sanitizer -v "1.6.0"
gem install rails-html-sanitizer -v "1.5.0"
gem install rails-html-sanitizer -v "1.4.4"
gem install rails-html-sanitizer -v "1.4.3"
HTML sanitization for Rails applications
-
rails-i18n (5.1.2 - 7.0.10)
gem install rails-i18n -v "7.0.10"
gem install rails-i18n -v "7.0.9"
gem install rails-i18n -v "7.0.8"
gem install rails-i18n -v "7.0.7"
gem install rails-i18n -v "7.0.6"
A set of common locale data and translations to internationalize and/or localize your Rails applications.
-
rails-observers (0.1.5)
gem install rails-observers -v "0.1.5"
Rails observer (removed from core in Rails 4.0)
-
rails-settings-cached (0.6.6 - 2.9.6)
gem install rails-settings-cached -v "2.9.6"
gem install rails-settings-cached -v "2.9.5"
gem install rails-settings-cached -v "2.9.4"
gem install rails-settings-cached -v "2.9.3"
gem install rails-settings-cached -v "2.9.2"
The best solution for store global settings in Rails applications. This gem will managing a table of а global key, value pairs easy. Think of it like a global Hash stored in your database, that uses simple ActiveRecord like methods for manipulation. Keep track of any global setting that you dont want to hard code into your rails app. You can store any kind of object. Strings, numbers, arrays, or any object.
-
rails_warden (0.6.0)
gem install rails_warden -v "0.6.0"
A gem that provides authentication Rails helpers when using Warden for authentication
-
railties (5.2.2.1 - 7.1.4.1)
gem install railties -v "7.1.4.1"
gem install railties -v "7.1.4"
gem install railties -v "7.1.3.4"
gem install railties -v "7.1.3.3"
gem install railties -v "7.1.3.2"
Rails internals: application bootup, plugins, generators, and rake tasks.
-
rainbow (3.0.0 - 3.1.1)
gem install rainbow -v "3.1.1"
gem install rainbow -v "3.0.0"
Colorize printed text on ANSI terminals
-
raindrops (0.19.0 - 0.20.1)
gem install raindrops -v "0.20.1"
x86_64-linux-muslgem install raindrops -v "0.20.0"
x86_64-linux-muslgem install raindrops -v "0.19.2"
x86_64-linux-muslgem install raindrops -v "0.19.2"
gem install raindrops -v "0.19.0"
x86_64-linux-muslraindrops is a real-time stats toolkit to show statistics for Rack HTTP servers. It is designed for preforking servers such as unicorn, but should support any Rack HTTP server on platforms supporting POSIX shared memory. It may also be used as a generic scoreboard for sharing atomic counters across multiple processes.
-
rake (12.3.3 - 13.2.1)
gem install rake -v "13.2.1"
gem install rake -v "13.2.0"
gem install rake -v "13.1.0"
gem install rake -v "13.0.6"
gem install rake -v "13.0.3"
Rake is a Make-like program implemented in Ruby. Tasks and dependencies are specified in standard Ruby syntax. Rake has the following features: * Rakefiles (rake's version of Makefiles) are completely defined in standard Ruby syntax. No XML files to edit. No quirky Makefile syntax to worry about (is that a tab or a space?) * Users can specify tasks with prerequisites. * Rake supports rule patterns to synthesize implicit tasks. * Flexible FileLists that act like arrays but know about manipulating file names and paths. * Supports parallel execution of tasks.
-
ransack (2.3.2 - 3.2.1)
gem install ransack -v "3.2.1"
gem install ransack -v "3.0.0"
gem install ransack -v "2.6.0"
gem install ransack -v "2.5.0"
gem install ransack -v "2.4.2"
Ransack is the successor to the MetaSearch gem. It improves and expands upon MetaSearch's functionality, but does not have a 100%-compatible API.
-
rb-fsevent (0.10.3 - 0.11.2)
gem install rb-fsevent -v "0.11.2"
gem install rb-fsevent -v "0.11.1"
gem install rb-fsevent -v "0.11.0"
gem install rb-fsevent -v "0.10.4"
gem install rb-fsevent -v "0.10.3"
FSEvents API with Signals catching (without RubyCocoa)
-
rb-inotify (0.10.0 - 0.11.1)
gem install rb-inotify -v "0.11.1"
gem install rb-inotify -v "0.11.0"
gem install rb-inotify -v "0.10.1"
gem install rb-inotify -v "0.10.0"
-
rbi (0.0.16)
gem install rbi -v "0.0.16"
-
rbnacl (4.0.2 - 7.1.1)
gem install rbnacl -v "7.1.1"
gem install rbnacl -v "7.1.0"
gem install rbnacl -v "4.0.2"
The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols
-
rchardet (1.8.0)
gem install rchardet -v "1.8.0"
-
rdf (3.2.9 - 3.2.11)
gem install rdf -v "3.2.11"
gem install rdf -v "3.2.10"
gem install rdf -v "3.2.9"
RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.
-
rdf-normalize (0.5.1 - 0.6.1)
gem install rdf-normalize -v "0.6.1"
gem install rdf-normalize -v "0.6.0"
gem install rdf-normalize -v "0.5.1"
RDF::Normalize performs Dataset Canonicalization for RDF.rb.
-
recursero-jekyll-theme (0.1.0 - 0.3.0)
gem install recursero-jekyll-theme -v "0.3.0"
gem install recursero-jekyll-theme -v "0.2.0"
gem install recursero-jekyll-theme -v "0.1.3"
gem install recursero-jekyll-theme -v "0.1.2"
gem install recursero-jekyll-theme -v "0.1.1"
Theme used in https://recursero.info/ inspired by CloudCannon's base-jekyll-template
-
redcarpet (3.5.1 - 3.6.0)
gem install redcarpet -v "3.6.0"
x86_64-linux-muslgem install redcarpet -v "3.5.1"
x86_64-linux-muslgem install redcarpet -v "3.5.1"
A fast, safe and extensible Markdown to (X)HTML parser
-
redis (4.1.3 - 5.3.0)
gem install redis -v "5.3.0"
gem install redis -v "5.2.0"
gem install redis -v "5.1.0"
gem install redis -v "5.0.8"
gem install redis -v "5.0.7"
A Ruby client that tries to match Redis' API one-to-one, while still providing an idiomatic interface.
-
redis-actionpack (5.1.0 - 5.3.0)
gem install redis-actionpack -v "5.3.0"
gem install redis-actionpack -v "5.2.0"
gem install redis-actionpack -v "5.1.0"
Redis session store for ActionPack. Used for storing the Rails session in Redis.
-
redis-activesupport (5.2.0 - 5.3.0)
gem install redis-activesupport -v "5.3.0"
gem install redis-activesupport -v "5.2.1"
gem install redis-activesupport -v "5.2.0"
Redis store for ActiveSupport
-
redis-client (0.7.1 - 0.14.1)
gem install redis-client -v "0.14.1"
gem install redis-client -v "0.11.2"
gem install redis-client -v "0.11.1"
gem install redis-client -v "0.10.0"
gem install redis-client -v "0.7.3"
-
redis-namespace (1.9.0 - 1.11.0)
gem install redis-namespace -v "1.11.0"
gem install redis-namespace -v "1.10.0"
gem install redis-namespace -v "1.9.0"
Adds a Redis::Namespace class which can be used to namespace calls to Redis. This is useful when using a single instance of Redis with multiple, different applications.
-
redis-rack (2.0.5 - 2.1.4)
gem install redis-rack -v "2.1.4"
gem install redis-rack -v "2.1.3"
gem install redis-rack -v "2.1.2"
gem install redis-rack -v "2.0.6"
gem install redis-rack -v "2.0.5"
Redis Store for Rack applications
-
redis-rails (5.0.2)
gem install redis-rails -v "5.0.2"
Redis for Ruby on Rails
-
redis-store (1.3.0 - 1.9.2)
gem install redis-store -v "1.9.2"
gem install redis-store -v "1.9.1"
gem install redis-store -v "1.9.0"
gem install redis-store -v "1.8.2"
gem install redis-store -v "1.8.1"
Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks.
-
redlock (1.3.2 - 2.0.6)
gem install redlock -v "2.0.6"
gem install redlock -v "2.0.5"
gem install redlock -v "2.0.4"
gem install redlock -v "2.0.3"
gem install redlock -v "2.0.2"
Distributed lock using Redis written in Ruby. Highly inspired by https://github.com/antirez/redlock-rb.
-
reek (6.1.2 - 6.1.4)
gem install reek -v "6.1.4"
gem install reek -v "6.1.3"
gem install reek -v "6.1.2"
Reek is a tool that examines Ruby classes, modules and methods and reports any code smells it finds.
-
reentrant_flock (0.1.1)
gem install reentrant_flock -v "0.1.1"
A reentrant/recursive flock.
-
regexp_parser (1.7.1 - 2.9.3)
gem install regexp_parser -v "2.9.3"
gem install regexp_parser -v "2.9.2"
gem install regexp_parser -v "2.9.1"
gem install regexp_parser -v "2.9.0"
gem install regexp_parser -v "2.8.3"
A library for tokenizing, lexing, and parsing Ruby regular expressions.
-
representable (3.1.1 - 3.2.0)
gem install representable -v "3.2.0"
gem install representable -v "3.1.1"
Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more.
-
request_store (1.4.1 - 1.7.0)
gem install request_store -v "1.7.0"
gem install request_store -v "1.6.0"
gem install request_store -v "1.5.1"
gem install request_store -v "1.5.0"
gem install request_store -v "1.4.1"
RequestStore gives you per-request global storage.
-
responders (3.0.0 - 3.1.1)
gem install responders -v "3.1.1"
gem install responders -v "3.1.0"
gem install responders -v "3.0.1"
gem install responders -v "3.0.0"
A set of Rails responders to dry up your application
-
rest-client (2.0.2 - 2.1.0)
gem install rest-client -v "2.1.0"
gem install rest-client -v "2.0.2"
A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.
-
retriable (2.1.0 - 3.1.2)
gem install retriable -v "3.1.2"
gem install retriable -v "2.1.0"
Retriable is a simple DSL to retry failed code blocks with randomized exponential backoff. This is especially useful when interacting external api/services or file system calls.
-
reverse_markdown (2.0.0 - 2.1.1)
gem install reverse_markdown -v "2.1.1"
gem install reverse_markdown -v "2.0.0"
Map simple html back into markdown, e.g. if you want to import existing html data in your application.
-
rexml (3.2.4 - 3.3.9)
gem install rexml -v "3.3.9"
gem install rexml -v "3.3.8"
gem install rexml -v "3.3.7"
gem install rexml -v "3.3.6"
gem install rexml -v "3.3.5"
An XML toolkit for Ruby
-
rgeo (2.1.1 - 3.0.1)
gem install rgeo -v "3.0.1"
x86_64-linux-muslgem install rgeo -v "3.0.0"
x86_64-linux-muslgem install rgeo -v "2.4.0"
x86_64-linux-muslgem install rgeo -v "2.3.1"
x86_64-linux-muslgem install rgeo -v "2.3.0"
x86_64-linux-muslRGeo is a geospatial data library for Ruby. It provides an implementation of the Open Geospatial Consortium's Simple Features Specification, used by most standard spatial/geographic data storage systems such as PostGIS. A number of add-on modules are also available to help with writing location-based applications using Ruby-based frameworks such as Ruby On Rails.
-
rgeo-activerecord (6.2.1)
gem install rgeo-activerecord -v "6.2.1"
RGeo is a geospatial data library for Ruby. RGeo::ActiveRecord is an optional RGeo module providing some spatial extensions to ActiveRecord, as well as common tools used by RGeo-based spatial adapters.
-
rgeo-geojson (2.1.1)
gem install rgeo-geojson -v "2.1.1"
Convert RGeo data to and from GeoJSON. rgeo-geojson is an extension to the rgeo gem that converts RGeo data types to and from GeoJSON.
-
rgl (0.6.2 - 0.6.3)
gem install rgl -v "0.6.3"
gem install rgl -v "0.6.2"
RGL is a framework for graph data structures and algorithms
-
rice (4.0.3)
gem install rice -v "4.0.3"
Rice is a C++ interface to Ruby's C API. It provides a type-safe and exception-safe interface in order to make embedding Ruby and writing Ruby extensions with C++ easier.
-
rollup (0.1.0)
gem install rollup -v "0.1.0"
Rollup.js wrapper for Ruby
-
rollups (0.1.2)
gem install rollups -v "0.1.2"
-
roo (2.9.0)
gem install roo -v "2.9.0"
Roo can access the contents of various spreadsheet files. It can handle * OpenOffice * Excelx * LibreOffice * CSV
-
ros-apartment (2.7.2 - 2.11.0)
gem install ros-apartment -v "2.11.0"
gem install ros-apartment -v "2.10.0"
gem install ros-apartment -v "2.9.0"
gem install ros-apartment -v "2.8.1"
gem install ros-apartment -v "2.7.2"
Apartment allows Rack applications to deal with database multitenancy through ActiveRecord
-
rotp (6.2.0 - 6.3.0)
gem install rotp -v "6.3.0"
gem install rotp -v "6.2.2"
gem install rotp -v "6.2.1"
gem install rotp -v "6.2.0"
Works for both HOTP and TOTP, and includes QR Code provisioning
-
rouge (3.9.0 - 4.5.1)
gem install rouge -v "4.5.1"
gem install rouge -v "4.5.0"
gem install rouge -v "4.4.0"
gem install rouge -v "4.3.0"
gem install rouge -v "4.2.1"
Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.
-
routing-filter (0.6.3)
gem install routing-filter -v "0.6.3"
Routing filters wraps around the complex beast that the Rails routing system is, allowing for unseen flexibility and power in Rails URL recognition and generation.
-
rpush (6.0.1 - 7.0.1)
gem install rpush -v "7.0.1"
gem install rpush -v "7.0.0"
gem install rpush -v "6.0.1"
The push notification service for Ruby.
-
rqrcode (2.1.2 - 2.2.0)
gem install rqrcode -v "2.2.0"
gem install rqrcode -v "2.1.2"
rqrcode is a library for encoding QR Codes. The simple interface allows you to create QR Code data structures and then render them in the way you choose.
-
rqrcode_core (1.2.0)
gem install rqrcode_core -v "1.2.0"
rqrcode_core is a Ruby library for encoding QR Codes. The simple interface (with no runtime dependencies) allows you to create QR Code data structures.
-
rspec (3.11.0 - 3.12.0)
gem install rspec -v "3.12.0"
gem install rspec -v "3.11.0"
BDD for Ruby
-
rspec-core (3.9.2 - 3.13.2)
gem install rspec-core -v "3.13.2"
gem install rspec-core -v "3.13.1"
gem install rspec-core -v "3.13.0"
gem install rspec-core -v "3.12.3"
gem install rspec-core -v "3.12.2"
BDD for Ruby. RSpec runner and example groups.
-
rspec-expectations (3.9.2 - 3.13.3)
gem install rspec-expectations -v "3.13.3"
gem install rspec-expectations -v "3.13.2"
gem install rspec-expectations -v "3.13.1"
gem install rspec-expectations -v "3.13.0"
gem install rspec-expectations -v "3.12.4"
rspec-expectations provides a simple, readable API to express expected outcomes of a code example.
-
rspec-its (1.3.0)
gem install rspec-its -v "1.3.0"
RSpec extension gem for attribute matching
-
rspec-mocks (3.9.1 - 3.13.2)
gem install rspec-mocks -v "3.13.2"
gem install rspec-mocks -v "3.13.1"
gem install rspec-mocks -v "3.13.0"
gem install rspec-mocks -v "3.12.7"
gem install rspec-mocks -v "3.12.6"
RSpec's 'test double' framework, with support for stubbing and mocking
-
rspec-rails (3.9.1 - 7.1.0)
gem install rspec-rails -v "7.1.0"
gem install rspec-rails -v "7.0.2"
gem install rspec-rails -v "7.0.1"
gem install rspec-rails -v "7.0.0"
gem install rspec-rails -v "6.1.5"
rspec-rails integrates the Rails testing helpers into RSpec.
-
rspec-retry (0.6.2)
gem install rspec-retry -v "0.6.2"
retry intermittently failing rspec examples
-
rspec-sidekiq (3.1.0 - 5.0.0)
gem install rspec-sidekiq -v "5.0.0"
gem install rspec-sidekiq -v "4.2.0"
gem install rspec-sidekiq -v "4.1.0"
gem install rspec-sidekiq -v "4.0.2"
gem install rspec-sidekiq -v "4.0.1"
Simple testing of Sidekiq jobs via a collection of matchers and helpers
-
rspec-support (3.9.3 - 3.13.2)
gem install rspec-support -v "3.13.2"
gem install rspec-support -v "3.13.1"
gem install rspec-support -v "3.13.0"
gem install rspec-support -v "3.12.2"
gem install rspec-support -v "3.12.1"
Support utilities for RSpec gems
-
rspec-tap-formatters (0.1.0)
gem install rspec-tap-formatters -v "0.1.0"
Formats RSpec-3 test report in TAP format with a proper nested display of example groups and includes stats for the total number of passed, failed, and pending tests per example group. It supports four different TAP format styles.
-
rspec_junit_formatter (0.6.0)
gem install rspec_junit_formatter -v "0.6.0"
RSpec results that your continuous integration service can read.
-
rszr (0.5.2 - 1.5.0)
gem install rszr -v "1.5.0"
x86_64-linux-muslgem install rszr -v "1.4.0"
x86_64-linux-muslgem install rszr -v "1.3.0"
x86_64-linux-muslgem install rszr -v "1.2.1"
x86_64-linux-muslgem install rszr -v "1.2.0"
x86_64-linux-muslFast image resizer - do one thing and do it fast.
-
rubanok (0.5.0 - 0.5.1)
gem install rubanok -v "0.5.1"
gem install rubanok -v "0.5.0"
Parameters-based transformation DSL
-
rubocop (0.71.0 - 1.69.1)
gem install rubocop -v "1.69.1"
gem install rubocop -v "1.69.0"
gem install rubocop -v "1.68.0"
gem install rubocop -v "1.67.0"
gem install rubocop -v "1.66.1"
RuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the community-driven Ruby Style Guide.
-
rubocop-ast (0.0.3 - 1.36.2)
gem install rubocop-ast -v "1.36.2"
gem install rubocop-ast -v "1.36.1"
gem install rubocop-ast -v "1.36.0"
gem install rubocop-ast -v "1.35.0"
gem install rubocop-ast -v "1.34.1"
RuboCop's Node and NodePattern classes.
-
rubocop-capybara (2.17.0 - 2.21.0)
gem install rubocop-capybara -v "2.21.0"
gem install rubocop-capybara -v "2.20.0"
gem install rubocop-capybara -v "2.19.0"
gem install rubocop-capybara -v "2.18.0"
gem install rubocop-capybara -v "2.17.1"
Code style checking for Capybara test files (RSpec, Cucumber, Minitest). A plugin for the RuboCop code style enforcing & linting tool.
-
rubocop-faker (1.1.0)
gem install rubocop-faker -v "1.1.0"
A RuboCop extension for Faker.
-
rubocop-inflector (0.1.1)
gem install rubocop-inflector -v "0.1.1"
RuboCop extension to integrate ActiveSupport::Inflector
-
rubocop-jekyll (0.10.0 - 0.14.0)
gem install rubocop-jekyll -v "0.14.0"
gem install rubocop-jekyll -v "0.13.0"
gem install rubocop-jekyll -v "0.12.0"
gem install rubocop-jekyll -v "0.11.0"
gem install rubocop-jekyll -v "0.10.0"
A RuboCop extension to enforce common code style in Jekyll and Jekyll plugins
-
rubocop-minitest (0.14.0 - 0.17.0)
gem install rubocop-minitest -v "0.17.0"
gem install rubocop-minitest -v "0.14.0"
Automatic Minitest code style checking tool. A RuboCop extension focused on enforcing Minitest best practices and coding conventions.
-
rubocop-performance (1.4.1 - 1.23.0)
gem install rubocop-performance -v "1.23.0"
gem install rubocop-performance -v "1.22.1"
gem install rubocop-performance -v "1.22.0"
gem install rubocop-performance -v "1.21.1"
gem install rubocop-performance -v "1.21.0"
A collection of RuboCop cops to check for performance optimizations in Ruby code.
-
rubocop-rails (2.3.2 - 2.27.0)
gem install rubocop-rails -v "2.27.0"
gem install rubocop-rails -v "2.26.2"
gem install rubocop-rails -v "2.26.1"
gem install rubocop-rails -v "2.26.0"
gem install rubocop-rails -v "2.25.1"
Automatic Rails code style checking tool. A RuboCop extension focused on enforcing Rails best practices and coding conventions.
-
rubocop-rake (0.6.0)
gem install rubocop-rake -v "0.6.0"
A RuboCop plugin for Rake
-
rubocop-rspec (2.2.0 - 3.3.0)
gem install rubocop-rspec -v "3.3.0"
gem install rubocop-rspec -v "3.2.0"
gem install rubocop-rspec -v "3.1.0"
gem install rubocop-rspec -v "3.0.5"
gem install rubocop-rspec -v "3.0.4"
Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool.
-
ruby-brs (1.3.3)
gem install ruby-brs -v "1.3.3"
x86_64-linux-musl
-
ruby-enum (0.7.2 - 0.9.0)
gem install ruby-enum -v "0.9.0"
gem install ruby-enum -v "0.8.0"
gem install ruby-enum -v "0.7.2"
-
ruby-filemagic (0.7.2 - 0.7.3)
gem install ruby-filemagic -v "0.7.3"
x86_64-linux-muslgem install ruby-filemagic -v "0.7.3"
gem install ruby-filemagic -v "0.7.2"
x86_64-linux-muslgem install ruby-filemagic -v "0.7.2"
Ruby bindings to the magic(4) library
-
ruby-ll (2.1.2 - 2.1.3)
gem install ruby-ll -v "2.1.3"
x86_64-linux-muslgem install ruby-ll -v "2.1.2"
x86_64-linux-muslgem install ruby-ll -v "2.1.2"
An LL(1) parser generator for Ruby.
-
ruby-oembed (0.12.0 - 0.18.1)
gem install ruby-oembed -v "0.18.1"
gem install ruby-oembed -v "0.18.0"
gem install ruby-oembed -v "0.17.0"
gem install ruby-oembed -v "0.16.1"
gem install ruby-oembed -v "0.15.0"
An oEmbed consumer library written in Ruby, letting you easily get embeddable HTML representations of supported web pages, based on their URLs. See http://oembed.com for more information about the protocol.
-
ruby-ole (1.2.12.2)
gem install ruby-ole -v "1.2.12.2"
A library for easy read/write access to OLE compound documents for Ruby.
-
ruby-progressbar (1.10.1 - 1.13.0)
gem install ruby-progressbar -v "1.13.0"
gem install ruby-progressbar -v "1.11.0"
gem install ruby-progressbar -v "1.10.1"
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including: percentage, bars of various formats, elapsed time and estimated time remaining.
-
ruby-saml (1.10.2 - 1.17.0)
gem install ruby-saml -v "1.17.0"
gem install ruby-saml -v "1.16.0"
gem install ruby-saml -v "1.15.0"
gem install ruby-saml -v "1.14.0"
gem install ruby-saml -v "1.13.0"
SAML Ruby toolkit. Add SAML support to your Ruby software using this library
-
ruby-statistics (2.1.1 - 3.0.2)
gem install ruby-statistics -v "3.0.2"
gem install ruby-statistics -v "3.0.1"
gem install ruby-statistics -v "3.0.0"
gem install ruby-statistics -v "2.1.3"
gem install ruby-statistics -v "2.1.2"
This gem is intended to accomplish the same purpose as jStat js library: to provide ruby with statistical capabilities without the need of a statistical programming language like R or Octave. Some functions and capabilities are an implementation from other authors and are referenced properly in the class/method.
-
ruby-vips (2.0.15 - 2.2.2)
gem install ruby-vips -v "2.2.2"
gem install ruby-vips -v "2.2.1"
gem install ruby-vips -v "2.2.0"
gem install ruby-vips -v "2.1.4"
gem install ruby-vips -v "2.1.3"
ruby-vips is a binding for the libvips image processing library. It is fast and it can process large images without loading the whole image in memory.
-
ruby2_keywords (0.0.2 - 0.0.5)
gem install ruby2_keywords -v "0.0.5"
gem install ruby2_keywords -v "0.0.4"
gem install ruby2_keywords -v "0.0.2"
-
ruby2ruby (2.4.4 - 2.5.0)
gem install ruby2ruby -v "2.5.0"
gem install ruby2ruby -v "2.4.4"
ruby2ruby provides a means of generating pure ruby code easily from RubyParser compatible Sexps. This makes making dynamic language processors in ruby easier than ever!
-
ruby_dep (1.5.0)
gem install ruby_dep -v "1.5.0"
Creates a version constraint of supported Rubies,suitable for a gemspec file
-
ruby_parser (3.12.0 - 3.20.1)
gem install ruby_parser -v "3.20.1"
gem install ruby_parser -v "3.20.0"
gem install ruby_parser -v "3.19.2"
gem install ruby_parser -v "3.19.1"
gem install ruby_parser -v "3.18.1"
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem. As an example: def conditional1 arg1 return 1 if arg1 == 0 return 0 end becomes: s(:defn, :conditional1, s(:args, :arg1), s(:if, s(:call, s(:lvar, :arg1), :==, s(:lit, 0)), s(:return, s(:lit, 1)), nil), s(:return, s(:lit, 0))) Tested against 801,039 files from the latest of all rubygems (as of 2013-05): * 1.8 parser is at 99.9739% accuracy, 3.651 sigma * 1.9 parser is at 99.9940% accuracy, 4.013 sigma * 2.0 parser is at 99.9939% accuracy, 4.008 sigma * 2.6 parser is at 99.9972% accuracy, 4.191 sigma * 3.0 parser has a 100% parse rate. * Tested against 2,672,412 unique ruby files across 167k gems. * As do all the others now, basically.
-
rubygems-update (3.3.8)
gem install rubygems-update -v "3.3.8"
A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file. We call these packages 'gems' and RubyGems is a tool to install, create, manage and load these packages in your Ruby environment. RubyGems is also a client for RubyGems.org, a public repository of Gems that allows you to publish a Gem that can be shared and used by other developers. See our guide on publishing a Gem at guides.rubygems.org
-
rubyntlm (0.6.3)
gem install rubyntlm -v "0.6.3"
Ruby/NTLM provides message creator and parser for the NTLM authentication.
-
rubypants (0.7.1)
gem install rubypants -v "0.7.1"
The original "SmartyPants" is a free web publishing plug-in for Movable Type, Blosxom, and BBEdit that easily translates plain ASCII punctuation characters into "smart" typographic punctuation HTML entities.
-
rubyzip (1.2.4 - 2.3.2)
gem install rubyzip -v "2.3.2"
gem install rubyzip -v "2.3.0"
gem install rubyzip -v "2.0.0"
gem install rubyzip -v "1.3.0"
gem install rubyzip -v "1.2.4"
-
rufus-scheduler (3.8.2 - 3.9.2)
gem install rufus-scheduler -v "3.9.2"
gem install rufus-scheduler -v "3.9.1"
gem install rufus-scheduler -v "3.9.0"
gem install rufus-scheduler -v "3.8.2"
Job scheduler for Ruby (at, cron, in and every jobs). Not a replacement for crond.
-
rugged (0.28.3.1 - 1.7.2)
gem install rugged -v "1.7.2"
x86_64-linux-muslgem install rugged -v "1.7.1"
x86_64-linux-muslgem install rugged -v "1.6.3"
x86_64-linux-muslgem install rugged -v "1.6.3"
gem install rugged -v "1.6.2"
x86_64-linux-muslRugged is a Ruby bindings to the libgit2 linkable C Git library. This is for testing and using the libgit2 library in a language that is awesome.
-
safe_yaml (1.0.5 - 1.0.6)
gem install safe_yaml -v "1.0.6"
gem install safe_yaml -v "1.0.5"
Parse YAML safely
-
safely_block (0.3.0 - 0.4.0)
gem install safely_block -v "0.4.0"
gem install safely_block -v "0.3.0"
-
safety_net_attestation (0.4.0)
gem install safety_net_attestation -v "0.4.0"
-
samovar (2.1.4)
gem install samovar -v "2.1.4"
-
sanitize (6.0.0 - 6.1.3)
gem install sanitize -v "6.1.3"
gem install sanitize -v "6.1.2"
gem install sanitize -v "6.1.1"
gem install sanitize -v "6.1.0"
gem install sanitize -v "6.0.2"
Sanitize is an allowlist-based HTML and CSS sanitizer. It removes all HTML and/or CSS from a string except the elements, attributes, and properties you choose to allow.
-
sass (3.7.4)
gem install sass -v "3.7.4"
Ruby Sass is deprecated! See https://sass-lang.com/ruby-sass for details. Sass makes CSS fun again. Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
-
sass-embedded (1.57.1 - 1.63.6)
gem install sass-embedded -v "1.63.6"
x86_64-linux-muslgem install sass-embedded -v "1.63.5"
x86_64-linux-muslgem install sass-embedded -v "1.63.4"
x86_64-linux-muslgem install sass-embedded -v "1.63.3"
x86_64-linux-muslgem install sass-embedded -v "1.63.2"
x86_64-linux-muslA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.
-
sass-listen (4.0.0)
gem install sass-listen -v "4.0.0"
This fork of guard/listen provides a stable API for users of the ruby Sass CLI
-
sass-rails (5.0.7 - 6.0.0)
gem install sass-rails -v "6.0.0"
gem install sass-rails -v "5.1.0"
gem install sass-rails -v "5.0.7"
Sass adapter for the Rails asset pipeline.
-
sassc (2.0.1 - 2.4.0)
gem install sassc -v "2.4.0"
x86_64-linux-muslgem install sassc -v "2.4.0"
gem install sassc -v "2.3.0"
x86_64-linux-muslgem install sassc -v "2.2.1"
x86_64-linux-muslgem install sassc -v "2.2.1"
Use libsass with Ruby!
-
sassc-rails (2.1.1 - 2.1.2)
gem install sassc-rails -v "2.1.2"
gem install sassc-rails -v "2.1.1"
Integrate SassC-Ruby into Rails.
-
sawyer (0.8.1 - 0.8.2)
gem install sawyer -v "0.8.2"
gem install sawyer -v "0.8.1"
-
sax-machine (1.3.2)
gem install sax-machine -v "1.3.2"
-
scenic (1.6.0 - 1.8.0)
gem install scenic -v "1.8.0"
gem install scenic -v "1.7.0"
gem install scenic -v "1.6.0"
Adds methods to ActiveRecord::Migration to create and manage database views in Rails
-
select2-rails (3.5.10 - 4.0.13)
gem install select2-rails -v "4.0.13"
gem install select2-rails -v "3.5.11"
gem install select2-rails -v "3.5.10"
Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results. This gem integrates Select2 with Rails asset pipeline for easy of use.
-
selenium-webdriver (3.142.3 - 4.9.1)
gem install selenium-webdriver -v "4.9.1"
gem install selenium-webdriver -v "4.8.6"
gem install selenium-webdriver -v "4.7.1"
gem install selenium-webdriver -v "4.6.1"
gem install selenium-webdriver -v "4.5.0"
Selenium implements the W3C WebDriver protocol to automate popular browsers. It aims to mimic the behaviour of a real user as it interacts with the application's HTML. It's primarily intended for web application testing, but any web-based task can automated.
-
semantic_range (2.3.0 - 3.1.0)
gem install semantic_range -v "3.1.0"
gem install semantic_range -v "3.0.0"
gem install semantic_range -v "2.3.1"
gem install semantic_range -v "2.3.0"
-
sequel (5.43.0 - 5.68.0)
gem install sequel -v "5.68.0"
gem install sequel -v "5.67.0"
gem install sequel -v "5.66.0"
gem install sequel -v "5.65.0"
gem install sequel -v "5.62.0"
The Database Toolkit for Ruby
-
sexp_processor (4.11.0 - 4.17.0)
gem install sexp_processor -v "4.17.0"
gem install sexp_processor -v "4.16.1"
gem install sexp_processor -v "4.16.0"
gem install sexp_processor -v "4.15.3"
gem install sexp_processor -v "4.15.2"
sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure.
-
sfl (2.3)
gem install sfl -v "2.3"
Spawn For Ruby 1.8
-
share-to-fediverse-jekyll-theme (0.1.1 - 0.1.4)
gem install share-to-fediverse-jekyll-theme -v "0.1.4"
gem install share-to-fediverse-jekyll-theme -v "0.1.3"
gem install share-to-fediverse-jekyll-theme -v "0.1.1"
-
shellany (0.0.1)
gem install shellany -v "0.0.1"
MRI+JRuby compatible command output capturing
-
shoulda-matchers (4.0.1 - 5.1.0)
gem install shoulda-matchers -v "5.1.0"
gem install shoulda-matchers -v "5.0.0"
gem install shoulda-matchers -v "4.0.1"
Shoulda Matchers provides RSpec- and Minitest-compatible one-liners to test common Rails functionality that, if written by hand, would be much longer, more complex, and error-prone.
-
sidekiq (6.5.8 - 7.3.6)
gem install sidekiq -v "7.3.6"
gem install sidekiq -v "7.3.5"
gem install sidekiq -v "7.3.4"
gem install sidekiq -v "7.3.3"
gem install sidekiq -v "7.3.2"
Simple, efficient background processing for Ruby.
-
sidekiq-bulk (0.2.0)
gem install sidekiq-bulk -v "0.2.0"
Augments Sidekiq job classes with a push_bulk method for easier bulk pushing.
-
sidekiq-scheduler (4.0.3 - 5.0.6)
gem install sidekiq-scheduler -v "5.0.6"
gem install sidekiq-scheduler -v "5.0.5"
gem install sidekiq-scheduler -v "5.0.4"
gem install sidekiq-scheduler -v "5.0.3"
gem install sidekiq-scheduler -v "5.0.2"
Light weight job scheduling extension for Sidekiq that adds support for queueing jobs in a recurring way.
-
sidekiq-unique-jobs (7.1.27 - 8.0.10)
gem install sidekiq-unique-jobs -v "8.0.10"
gem install sidekiq-unique-jobs -v "8.0.9"
gem install sidekiq-unique-jobs -v "8.0.8"
gem install sidekiq-unique-jobs -v "8.0.7"
gem install sidekiq-unique-jobs -v "8.0.6"
Prevents simultaneous Sidekiq jobs with the same unique arguments to run. Highly configurable to suite your specific needs.
-
signet (0.16.0 - 0.17.0)
gem install signet -v "0.17.0"
gem install signet -v "0.16.1"
gem install signet -v "0.16.0"
Signet is an OAuth 1.0 / OAuth 2.0 implementation.
-
simple-navigation (4.4.0)
gem install simple-navigation -v "4.4.0"
With the simple-navigation gem installed you can easily create multilevel navigations for your Rails, Sinatra or Padrino applications. The navigation is defined in a single configuration file. It supports automatic as well as explicit highlighting of the currently active navigation through regular expressions.
-
simple_form (5.1.0 - 5.3.1)
gem install simple_form -v "5.3.1"
gem install simple_form -v "5.3.0"
gem install simple_form -v "5.2.0"
gem install simple_form -v "5.1.0"
Forms made easy!
-
simple_oauth (0.3.1)
gem install simple_oauth -v "0.3.1"
Simply builds and verifies OAuth headers
-
simple_po_parser (1.1.6)
gem install simple_po_parser -v "1.1.6"
A simple PO file to ruby hash parser . PO files are translation files generated by GNU/Gettext tool.
-
simplecov (0.16.1 - 0.22.0)
gem install simplecov -v "0.22.0"
gem install simplecov -v "0.21.2"
gem install simplecov -v "0.16.1"
Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
-
simplecov-html (0.10.2 - 0.13.1)
gem install simplecov-html -v "0.13.1"
gem install simplecov-html -v "0.13.0"
gem install simplecov-html -v "0.12.3"
gem install simplecov-html -v "0.10.2"
Default HTML formatter for SimpleCov code coverage tool for ruby 2.4+
-
simplecov-rcov (0.2.3)
gem install simplecov-rcov -v "0.2.3"
Rcov style formatter for SimpleCov
-
simplecov_json_formatter (0.1.3 - 0.1.4)
gem install simplecov_json_formatter -v "0.1.4"
gem install simplecov_json_formatter -v "0.1.3"
JSON formatter for SimpleCov
-
simpleidn (0.1.1 - 0.2.1)
gem install simpleidn -v "0.2.1"
gem install simpleidn -v "0.1.1"
This gem allows easy conversion from punycode ACE strings to unicode UTF-8 strings and vice-versa.
-
sinatra (2.0.7 - 4.1.1)
gem install sinatra -v "4.1.1"
gem install sinatra -v "4.1.0"
gem install sinatra -v "4.0.0"
gem install sinatra -v "3.2.0"
gem install sinatra -v "2.2.4"
Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort.
-
slack-notifier (2.3.2 - 2.4.0)
gem install slack-notifier -v "2.4.0"
gem install slack-notifier -v "2.3.2"
A slim ruby wrapper for posting to slack webhooks
-
slack-ruby-client (0.17.0)
gem install slack-ruby-client -v "0.17.0"
-
slop (3.6.0)
gem install slop -v "3.6.0"
A simple DSL for gathering options and parsing the command line
-
smart_properties (1.17.0)
gem install smart_properties -v "1.17.0"
SmartProperties are a more flexible and feature-rich alternative to traditional Ruby accessors. They provide support for input conversion, input validation, specifying default values and presence checking.
-
sorbet (0.5.10657)
gem install sorbet -v "0.5.10657"
The main entrypoint for using Sorbet
-
sorbet-runtime (0.5.10657)
gem install sorbet-runtime -v "0.5.10657"
Sorbet's runtime type checking component
-
sorbet-static (0.5.10657)
gem install sorbet-static -v "0.5.10657"
x86_64-linuxThe Sorbet typechecker binary
-
sorbet-static-and-runtime (0.5.10657)
gem install sorbet-static-and-runtime -v "0.5.10657"
Sorbet static and runtime in one gem
-
sourcemap (0.1.1)
gem install sourcemap -v "0.1.1"
Ruby source maps
-
spoom (1.1.15)
gem install spoom -v "1.1.15"
-
spreadsheet (1.2.8 - 1.3.3)
gem install spreadsheet -v "1.3.3"
gem install spreadsheet -v "1.3.2"
gem install spreadsheet -v "1.3.1"
gem install spreadsheet -v "1.3.0"
gem install spreadsheet -v "1.2.9"
As of version 0.6.0, only Microsoft Excel compatible spreadsheets are supported
-
spree-api-client (0.2.1 - 0.2.5)
gem install spree-api-client -v "0.2.5"
gem install spree-api-client -v "0.2.4"
gem install spree-api-client -v "0.2.3"
gem install spree-api-client -v "0.2.2"
gem install spree-api-client -v "0.2.1"
This is a work in progress!
-
spree_api (4.1.6 - 4.3.0)
gem install spree_api -v "4.3.0"
gem install spree_api -v "4.2.5"
gem install spree_api -v "4.1.14"
gem install spree_api -v "4.1.13"
gem install spree_api -v "4.1.12"
Spree's API
-
spree_auth_devise (4.1.0 - 4.3.4)
gem install spree_auth_devise -v "4.3.4"
gem install spree_auth_devise -v "4.3.3"
gem install spree_auth_devise -v "4.2.1"
gem install spree_auth_devise -v "4.2.0"
gem install spree_auth_devise -v "4.1.0"
Provides authentication and authorization services for use with Spree by using Devise and CanCan.
-
spree_backend (4.1.6 - 4.3.0)
gem install spree_backend -v "4.3.0"
gem install spree_backend -v "4.2.5"
gem install spree_backend -v "4.1.14"
gem install spree_backend -v "4.1.13"
gem install spree_backend -v "4.1.12"
Admin Dashboard for Spree eCommerce platform
-
spree_core (4.1.6 - 4.3.0)
gem install spree_core -v "4.3.0"
gem install spree_core -v "4.2.5"
gem install spree_core -v "4.1.14"
gem install spree_core -v "4.1.13"
gem install spree_core -v "4.1.12"
Spree Models, Helpers, Services and core libraries
-
spree_extension (0.0.9 - 0.1.0)
gem install spree_extension -v "0.1.0"
gem install spree_extension -v "0.0.9"
Common tools and helpers for Spree Extensions developers
-
spree_gateway (3.7.5 - 3.9.3)
gem install spree_gateway -v "3.9.3"
gem install spree_gateway -v "3.9.2"
gem install spree_gateway -v "3.8.0"
gem install spree_gateway -v "3.7.5"
Additional Payment Gateways for Spree Commerce
-
spree_sample (4.1.12 - 4.2.5)
gem install spree_sample -v "4.2.5"
gem install spree_sample -v "4.1.14"
gem install spree_sample -v "4.1.13"
gem install spree_sample -v "4.1.12"
Required dependency for Spree
-
spring (2.1.0 - 4.1.1)
gem install spring -v "4.1.1"
gem install spring -v "4.1.0"
gem install spring -v "3.1.1"
gem install spring -v "3.0.0"
gem install spring -v "2.1.1"
Preloads your application so things like console, rake and tests run faster
-
spring-commands-rspec (1.0.4)
gem install spring-commands-rspec -v "1.0.4"
rspec command for spring
-
spring-commands-testunit (1.0.1)
gem install spring-commands-testunit -v "1.0.1"
testunit command for spring
-
spring-watcher-listen (2.0.1 - 2.1.0)
gem install spring-watcher-listen -v "2.1.0"
gem install spring-watcher-listen -v "2.0.1"
-
sprockets (3.7.2 - 4.2.1)
gem install sprockets -v "4.2.1"
gem install sprockets -v "4.2.0"
gem install sprockets -v "4.1.1"
gem install sprockets -v "4.1.0"
gem install sprockets -v "4.0.3"
Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, Sass, and SCSS.
-
sprockets-rails (3.2.1 - 3.5.2)
gem install sprockets-rails -v "3.5.2"
gem install sprockets-rails -v "3.5.1"
gem install sprockets-rails -v "3.5.0"
gem install sprockets-rails -v "3.4.2"
gem install sprockets-rails -v "3.4.1"
-
sqlite3 (1.3.13 - 1.7.3)
gem install sqlite3 -v "1.7.3"
x86_64-linux-muslgem install sqlite3 -v "1.7.2"
x86_64-linux-muslgem install sqlite3 -v "1.7.1"
x86_64-linux-muslgem install sqlite3 -v "1.7.0"
x86_64-linux-muslgem install sqlite3 -v "1.6.9"
x86_64-linux-muslRuby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.
-
sshkit (1.20.0 - 1.23.2)
gem install sshkit -v "1.23.2"
gem install sshkit -v "1.23.1"
gem install sshkit -v "1.23.0"
gem install sshkit -v "1.22.2"
gem install sshkit -v "1.22.1"
A comprehensive toolkit for remotely running commands in a structured manner on groups of servers.
-
stackprof (0.2.15 - 0.2.26)
gem install stackprof -v "0.2.26"
x86_64-linux-muslgem install stackprof -v "0.2.25"
x86_64-linux-muslgem install stackprof -v "0.2.24"
x86_64-linux-muslgem install stackprof -v "0.2.23"
x86_64-linux-muslgem install stackprof -v "0.2.22"
x86_64-linux-muslstackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers.
-
state_machines (0.5.0)
gem install state_machines -v "0.5.0"
Adds support for creating state machines for attributes on any Ruby class
-
state_machines-activemodel (0.7.1 - 0.8.0)
gem install state_machines-activemodel -v "0.8.0"
gem install state_machines-activemodel -v "0.7.1"
Adds support for creating state machines for attributes on ActiveModel
-
state_machines-activerecord (0.6.0 - 0.8.0)
gem install state_machines-activerecord -v "0.8.0"
gem install state_machines-activerecord -v "0.6.0"
Adds support for creating state machines for attributes on ActiveRecord
-
statsd-ruby (1.5.0)
gem install statsd-ruby -v "1.5.0"
A Ruby StatsD client (https://github.com/etsy/statsd)
-
stoplight (3.0.0 - 3.0.2)
gem install stoplight -v "3.0.2"
gem install stoplight -v "3.0.1"
gem install stoplight -v "3.0.0"
An implementation of the circuit breaker pattern.
-
stopwords-filter (0.7.0)
gem install stopwords-filter -v "0.7.0"
Small library that allows you to create a simple stopwords filter or use some based on Snowball stopwords lists
-
stream (0.5.5)
gem install stream -v "0.5.5"
Module Stream defines an interface for external iterators.
-
stringex (2.8.5)
gem install stringex -v "2.8.5"
Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to ASCII transliteration], and StringExtensions [miscellaneous helper methods for the String class].
-
strings (0.1.6 - 0.1.8)
gem install strings -v "0.1.8"
gem install strings -v "0.1.6"
A set of useful functions such as fold, truncate, wrap and more for transoforming strings.
-
strings-ansi (0.1.0 - 0.2.0)
gem install strings-ansi -v "0.2.0"
gem install strings-ansi -v "0.1.0"
Methods for processing ANSI escape codes in strings.
-
stripe (5.39.0 - 7.1.0)
gem install stripe -v "7.1.0"
gem install stripe -v "5.39.0"
Stripe is the easiest way to accept payments online. See https://stripe.com for details.
-
strong_migrations (0.7.9 - 1.8.0)
gem install strong_migrations -v "1.8.0"
gem install strong_migrations -v "1.7.0"
gem install strong_migrations -v "1.6.4"
gem install strong_migrations -v "1.6.3"
gem install strong_migrations -v "1.6.2"
-
strscan (3.0.1 - 3.1.1)
gem install strscan -v "3.1.1"
x86_64-linux-muslgem install strscan -v "3.1.0"
x86_64-linux-muslgem install strscan -v "3.0.9"
x86_64-linux-muslgem install strscan -v "3.0.8"
x86_64-linux-muslgem install strscan -v "3.0.7"
x86_64-linux-muslProvides lexical scanning operations on a String.
-
sucker_punch (2.1.2 - 3.1.0)
gem install sucker_punch -v "3.1.0"
gem install sucker_punch -v "3.0.1"
gem install sucker_punch -v "3.0.0"
gem install sucker_punch -v "2.1.2"
Asynchronous processing library for Ruby
-
sutty-archives (2.2.1 - 2.5.5)
gem install sutty-archives -v "2.5.5"
gem install sutty-archives -v "2.5.4"
gem install sutty-archives -v "2.5.3"
gem install sutty-archives -v "2.5.2"
gem install sutty-archives -v "2.5.1"
Automatically generate post archives by dates, and any front matter attribute.
-
sutty-cli (0.3.0rc1 - 0.3.0rc4)
gem install sutty-cli --prerelease -v "0.3.0rc4"
gem install sutty-cli --prerelease -v "0.3.0rc3"
gem install sutty-cli --prerelease -v "0.3.0rc2"
gem install sutty-cli --prerelease -v "0.3.0rc1"
Tools to develop Sutty's themes and plugins
-
sutty-donaciones-jekyll-theme (0.1.0 - 0.3.0rc0)
gem install sutty-donaciones-jekyll-theme --prerelease -v "0.3.0rc0"
gem install sutty-donaciones-jekyll-theme -v "0.2.0"
gem install sutty-donaciones-jekyll-theme -v "0.1.3"
gem install sutty-donaciones-jekyll-theme -v "0.1.2"
gem install sutty-donaciones-jekyll-theme -v "0.1.1"
-
sutty-jekyll-theme (0.1.0 - 0.3.6)
gem install sutty-jekyll-theme -v "0.3.6"
gem install sutty-jekyll-theme -v "0.3.5"
gem install sutty-jekyll-theme -v "0.3.4"
gem install sutty-jekyll-theme -v "0.3.3"
gem install sutty-jekyll-theme -v "0.3.2"
-
sutty-liquid (0.1.1 - 0.12.3)
gem install sutty-liquid -v "0.12.3"
gem install sutty-liquid -v "0.12.2"
gem install sutty-liquid -v "0.12.1"
gem install sutty-liquid -v "0.12.0"
gem install sutty-liquid --prerelease -v "0.12.0rc0"
An assorment of Liquid filters and tags for Jekyll used in Sutty
-
sutty-migration (0.1.0 - 0.3.3)
gem install sutty-migration -v "0.3.3"
gem install sutty-migration -v "0.3.2"
gem install sutty-migration -v "0.3.0"
gem install sutty-migration -v "0.2.2"
gem install sutty-migration -v "0.1.2"
Takes datafiles and converts them into posts
-
sutty-minima (2.5.0 - 2.7.1)
gem install sutty-minima -v "2.7.1"
gem install sutty-minima -v "2.7.0"
gem install sutty-minima --prerelease -v "2.7.0rc10"
gem install sutty-minima --prerelease -v "2.7.0rc9"
gem install sutty-minima --prerelease -v "2.7.0rc8"
-
swd (1.3.0 - 2.0.3)
gem install swd -v "2.0.3"
gem install swd -v "2.0.2"
gem install swd -v "2.0.1"
gem install swd -v "2.0.0"
gem install swd -v "1.3.0"
SWD (Simple Web Discovery) Client Library
-
symbol-fstring (1.0.0 - 1.0.2)
gem install symbol-fstring -v "1.0.2"
x86_64-linux-muslgem install symbol-fstring -v "1.0.1"
gem install symbol-fstring -v "1.0.0"
x86_64-linux-muslgem install symbol-fstring -v "1.0.0"
-
sync (0.5.0)
gem install sync -v "0.5.0"
A module that provides a two-phase lock with a counter.
-
sys-proctable (1.2.7)
gem install sys-proctable -v "1.2.7"
The sys-proctable library provides an interface for gathering information about processes on your system, i.e. the process table. Most major platforms are supported and, while different platforms may return different information, the external interface is identical across platforms.
-
sys-uname (1.2.2)
gem install sys-uname -v "1.2.2"
The sys-uname library provides an interface for gathering information about your current platform. The library is named after the Unix 'uname' command but also works on MS Windows. Available information includes OS name, OS version, system name and so on. Additional information is available for certain platforms.
-
sysexits (1.2.0)
gem install sysexits -v "1.2.0"
Have you ever wanted to call <code>exit()</code> with an error condition, but weren't sure what exit status to use? No? Maybe it's just me, then. Anyway, I was reading manpages late one evening before retiring to bed in my palatial estate in rural Oregon, and I stumbled across <code>sysexits(3)</code>. Much to my chagrin, I couldn't find a +sysexits+ for Ruby! Well, for the other 2 people that actually care about <code>style(9)</code> as it applies to Ruby code, now there is one! Sysexits is a *completely* *awesome* collection of human-readable constants for the standard (BSDish) exit codes, used as arguments to +exit+ to indicate a specific error condition to the parent process. It's so fantastically fabulous that you'll want to fork it right away to avoid being thought of as that guy that's still using Webrick for his blog. I mean, <code>exit(1)</code> is so passé! This is like the 14-point font of Systems Programming. Like the C header file from which this was derived (I mean forked, naturally), error numbers begin at <code>Sysexits::EX__BASE</code> (which is way more cool than plain old +64+) to reduce the possibility of clashing with other exit statuses that other programs may already return. The codes are available in two forms: as constants which can be imported into your own namespace via <code>include Sysexits</code>, or as <code>Sysexits::STATUS_CODES</code>, a Hash keyed by Symbols derived from the constant names. Allow me to demonstrate. First, the old way: exit( 69 ) Whaaa...? Is that a euphemism? What's going on? See how unattractive and... well, 1970 that is? We're not changing vaccuum tubes here, people, we're <em>building a totally-awesome future in the Cloud™!</em> include Sysexits exit EX_UNAVAILABLE Okay, at least this is readable to people who have used <code>fork()</code> more than twice, but you could do so much better! include Sysexits exit :unavailable Holy Toledo! It's like we're writing Ruby, but our own made-up dialect in which variable++ is possible! Well, okay, it's not quite that cool. But it does look more Rubyish. And no monkeys were patched in the filming of this episode! All the simpletons still exiting with icky _numbers_ can still continue blithely along, none the wiser.
-
tapioca (0.10.5)
gem install tapioca -v "0.10.5"
-
tcr (0.2.2)
gem install tcr -v "0.2.2"
TCR is a lightweight VCR for TCP sockets.
-
telegram-bot (0.14.4)
gem install telegram-bot -v "0.14.4"
-
telegram-bot-types (0.6.2 - 0.6.3)
gem install telegram-bot-types -v "0.6.3"
gem install telegram-bot-types -v "0.6.2"
-
telegramAPI (1.4.2)
gem install telegramAPI -v "1.4.2"
A lightweight wrapper in Ruby for Telegram API Bots
-
telephone_number (1.4.0 - 1.4.12)
gem install telephone_number -v "1.4.12"
gem install telephone_number -v "1.4.0"
-
temple (0.8.0 - 0.10.3)
gem install temple -v "0.10.3"
gem install temple -v "0.10.2"
gem install temple -v "0.10.1"
gem install temple -v "0.10.0"
gem install temple -v "0.9.1"
-
term-ansicolor (1.7.1)
gem install term-ansicolor -v "1.7.1"
This library uses ANSI escape sequences to control the attributes of terminal output
-
terminal-table (1.8.0 - 3.0.2)
gem install terminal-table -v "3.0.2"
gem install terminal-table -v "3.0.1"
gem install terminal-table -v "3.0.0"
gem install terminal-table -v "2.0.0"
gem install terminal-table -v "1.8.0"
-
terrapin (0.6.0 - 1.0.1)
gem install terrapin -v "1.0.1"
gem install terrapin -v "1.0.0"
gem install terrapin -v "0.6.0"
Run shell commands safely, even with user-supplied values
-
test-unit (3.3.3 - 3.5.3)
gem install test-unit -v "3.5.3"
gem install test-unit -v "3.4.7"
gem install test-unit -v "3.3.3"
test-unit (Test::Unit) is unit testing framework for Ruby, based on xUnit principles. These were originally designed by Kent Beck, creator of extreme programming software development methodology, for Smalltalk's SUnit. It allows writing tests, checking results and automated testing in Ruby.
-
thor (0.20.3 - 1.3.2)
gem install thor -v "1.3.2"
gem install thor -v "1.3.1"
gem install thor -v "1.3.0"
gem install thor -v "1.2.2"
gem install thor -v "1.2.1"
Thor is a toolkit for building powerful command-line interfaces.
-
thread_safe (0.3.6)
gem install thread_safe -v "0.3.6"
A collection of data structures and utilities to make thread-safe programming in Ruby easier
-
tilt (2.0.9 - 2.4.0)
gem install tilt -v "2.4.0"
gem install tilt -v "2.3.0"
gem install tilt -v "2.2.0"
gem install tilt -v "2.1.0"
gem install tilt -v "2.0.11"
Generic interface to multiple Ruby template engines
-
time (0.1.0)
gem install time -v "0.1.0"
Extends the Time class with methods for parsing and conversion.
-
timecop (0.9.1 - 0.9.6)
gem install timecop -v "0.9.6"
gem install timecop -v "0.9.5"
gem install timecop -v "0.9.4"
gem install timecop -v "0.9.2"
gem install timecop -v "0.9.1"
A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
-
timeout (0.2.0 - 0.4.2)
gem install timeout -v "0.4.2"
gem install timeout -v "0.4.1"
gem install timeout -v "0.4.0"
gem install timeout -v "0.3.2"
gem install timeout -v "0.3.1"
Auto-terminate potentially long-running operations in Ruby.
-
timers (4.3.3)
gem install timers -v "4.3.3"
-
tins (1.20.2 - 1.29.1)
gem install tins -v "1.29.1"
gem install tins -v "1.20.2"
All the stuff that isn't good/big enough for a real library.
-
tpm-key_attestation (0.11.0 - 0.12.1)
gem install tpm-key_attestation -v "0.12.1"
gem install tpm-key_attestation -v "0.12.0"
gem install tpm-key_attestation -v "0.11.0"
-
trailblazer-option (0.1.2)
gem install trailblazer-option -v "0.1.2"
Wrap an option at compile-time and `call` it at runtime, which allows to have the common `-> ()`, `:method` or `Callable` pattern used for most options.
-
tty-color (0.4.3 - 0.6.0)
gem install tty-color -v "0.6.0"
gem install tty-color -v "0.4.3"
Terminal color capabilities detection
-
tty-command (0.10.1)
gem install tty-command -v "0.10.1"
Execute shell commands with pretty output logging and capture their stdout, stderr and exit status. Redirect stdin, stdout and stderr of each command to a file or a string.
-
tty-cursor (0.4.0 - 0.7.1)
gem install tty-cursor -v "0.7.1"
gem install tty-cursor -v "0.4.0"
The purpose of this library is to help move the terminal cursor around and manipulate text by using intuitive method calls.
-
tty-file (0.10.0)
gem install tty-file -v "0.10.0"
File manipulation utility methods.
-
tty-logger (0.6.0)
gem install tty-logger -v "0.6.0"
Readable, structured and beautiful terminal logging
-
tty-prompt (0.12.0 - 0.23.1)
gem install tty-prompt -v "0.23.1"
gem install tty-prompt -v "0.12.0"
A beautiful and powerful interactive command line prompt with a robust API for getting and validating complex inputs.
-
tty-reader (0.9.0)
gem install tty-reader -v "0.9.0"
A set of methods for processing keyboard input in character, line and multiline modes. It maintains history of entered input with an ability to recall and re-edit those inputs. It lets you register to listen for keystroke events and trigger custom key events yourself.
-
tty-screen (0.6.5 - 0.8.2)
gem install tty-screen -v "0.8.2"
gem install tty-screen -v "0.8.1"
gem install tty-screen -v "0.6.5"
Terminal screen size detection that works on Linux, macOS and Windows systems and supports Ruby MRI, JRuby, TruffleRuby and Rubinius interpreters.
-
tty-table (0.10.0)
gem install tty-table -v "0.10.0"
A flexible and intuitive table generator
-
turbo-rails (2.0.4 - 2.0.11)
gem install turbo-rails -v "2.0.11"
gem install turbo-rails -v "2.0.10"
gem install turbo-rails -v "2.0.9"
gem install turbo-rails -v "2.0.8"
gem install turbo-rails -v "2.0.7"
-
turbolinks (5.2.0 - 5.2.1)
gem install turbolinks -v "5.2.1"
gem install turbolinks -v "5.2.0"
Rails engine for Turbolinks 5 support
-
turbolinks-source (5.2.0)
gem install turbolinks-source -v "5.2.0"
-
twilio-ruby (5.23.0 - 5.59.0)
gem install twilio-ruby -v "5.59.0"
gem install twilio-ruby -v "5.58.3"
gem install twilio-ruby -v "5.23.0"
The official library for communicating with the Twilio REST API, building TwiML, and generating Twilio JWT Capability Tokens
-
twitter (7.0.0)
gem install twitter -v "7.0.0"
A Ruby interface to the Twitter API.
-
twitter-text (3.1.0)
gem install twitter-text -v "3.1.0"
A gem that provides text handling for Twitter
-
twitter_cldr (6.0.1 - 6.11.4)
gem install twitter_cldr -v "6.11.4"
gem install twitter_cldr -v "6.11.3"
gem install twitter_cldr -v "6.9.0"
gem install twitter_cldr -v "6.7.0"
gem install twitter_cldr -v "6.6.0"
Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.
-
typhoeus (1.4.0)
gem install typhoeus -v "1.4.0"
Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.
-
tzinfo (1.2.5 - 2.0.6)
gem install tzinfo -v "2.0.6"
gem install tzinfo -v "2.0.5"
gem install tzinfo -v "2.0.4"
gem install tzinfo -v "2.0.3"
gem install tzinfo -v "1.2.10"
TZInfo provides access to time zone data and allows times to be converted using time zone rules.
-
tzinfo-data (1.2022.7 - 1.2024.2)
gem install tzinfo-data -v "1.2024.2"
gem install tzinfo-data -v "1.2024.1"
gem install tzinfo-data -v "1.2023.4"
gem install tzinfo-data -v "1.2023.3"
gem install tzinfo-data -v "1.2023.2"
TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby modules for use with TZInfo.
-
uber (0.1.0)
gem install uber -v "0.1.0"
A gem-authoring framework.
-
uglifier (4.1.20 - 4.2.0)
gem install uglifier -v "4.2.0"
gem install uglifier -v "4.1.20"
Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby
-
unf (0.1.4 - 0.2.0)
gem install unf -v "0.2.0"
x86_64-linux-muslgem install unf -v "0.1.4"
This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.
-
unf_ext (0.0.7.5 - 0.0.9.1)
gem install unf_ext -v "0.0.9.1"
x86_64-linux-muslgem install unf_ext -v "0.0.9"
x86_64-linux-muslgem install unf_ext -v "0.0.8.2"
x86_64-linux-muslgem install unf_ext -v "0.0.8.1"
x86_64-linux-muslgem install unf_ext -v "0.0.8"
x86_64-linux-muslUnicode Normalization Form support library for CRuby
-
unicode-display_width (1.6.0 - 3.1.2)
gem install unicode-display_width -v "3.1.2"
gem install unicode-display_width -v "3.1.1"
gem install unicode-display_width -v "3.1.0"
gem install unicode-display_width -v "3.0.1"
gem install unicode-display_width -v "3.0.0"
[Unicode 16.0.0] Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, Emoji specification, and other data.
-
unicode_plot (0.0.4)
gem install unicode_plot -v "0.0.4"
Plot your data by Unicode characters
-
unicode_utils (1.4.0)
gem install unicode_utils -v "1.4.0"
-
unicorn (5.5.0 - 6.1.0)
gem install unicorn -v "6.1.0"
x86_64-linux-muslgem install unicorn -v "6.0.0"
x86_64-linux-muslgem install unicorn -v "6.0.0"
gem install unicorn -v "5.8.0"
x86_64-linux-muslgem install unicorn -v "5.7.0"
x86_64-linux-muslunicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the the request and response in between unicorn and slow clients.
-
uniform_notifier (1.16.0)
gem install uniform_notifier -v "1.16.0"
uniform notifier for rails logger, customized logger, javascript alert, javascript console and xmpp
-
unparser (0.6.7)
gem install unparser -v "0.6.7"
Generate equivalent source for parser gem AST nodes
-
uri-ssh_git (2.0.0)
gem install uri-ssh_git -v "2.0.0"
Parse and build ssh format url.
-
url-privacy (0.1.0 - 0.1.1)
gem install url-privacy -v "0.1.1"
gem install url-privacy -v "0.1.0"
-
valid_email2 (3.0.1 - 4.0.3)
gem install valid_email2 -v "4.0.3"
gem install valid_email2 -v "4.0.0"
gem install valid_email2 -v "3.0.1"
ActiveModel validation for email. Including MX lookup and disposable email blacklist
-
validate_email (0.1.6)
gem install validate_email -v "0.1.6"
Library for validating email addresses in Rails 3 models.
-
validate_url (1.0.8 - 1.0.15)
gem install validate_url -v "1.0.15"
gem install validate_url -v "1.0.11"
gem install validate_url -v "1.0.8"
Library for validating urls in Rails.
-
validates_hostname (1.0.8 - 1.0.13)
gem install validates_hostname -v "1.0.13"
gem install validates_hostname -v "1.0.11"
gem install validates_hostname -v "1.0.10"
gem install validates_hostname -v "1.0.8"
Extension to ActiveRecord::Base for validating hostnames
-
validates_zipcode (0.5.0)
gem install validates_zipcode -v "0.5.0"
Adds zipcode validation methods to ActiveModel considering different country zipcode formats.
-
vcr (3.0.3 - 6.1.0)
gem install vcr -v "6.1.0"
gem install vcr -v "6.0.0"
gem install vcr -v "4.0.0"
gem install vcr -v "3.0.3"
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
-
viewpoint (1.1.0 - 1.1.1)
gem install viewpoint -v "1.1.1"
gem install viewpoint -v "1.1.0"
A Ruby client access library for Microsoft Exchange Web Services (EWS). Examples can be found here: http://distributed-frostbite.blogspot.com
-
virtus (1.0.5)
gem install virtus -v "1.0.5"
Attributes on Steroids for Plain Old Ruby Objects
-
vite_ruby (3.2.2 - 3.9.1)
gem install vite_ruby -v "3.9.1"
gem install vite_ruby -v "3.9.0"
gem install vite_ruby -v "3.8.3"
gem install vite_ruby -v "3.8.2"
gem install vite_ruby -v "3.8.1"
-
wapiti (2.1.0)
gem install wapiti -v "2.1.0"
x86_64-linux-muslThis gem provides a Ruby API for Conditional Random Fields (CRF).
-
warden (1.2.8 - 1.2.9)
gem install warden -v "1.2.9"
gem install warden -v "1.2.8"
-
web-console (4.0.1 - 4.2.0)
gem install web-console -v "4.2.0"
gem install web-console -v "4.1.0"
gem install web-console -v "4.0.4"
gem install web-console -v "4.0.1"
-
webauthn (2.5.2 - 3.2.2)
gem install webauthn -v "3.2.2"
gem install webauthn -v "3.2.1"
gem install webauthn -v "3.2.0"
gem install webauthn -v "3.1.0"
gem install webauthn -v "3.0.0"
WebAuthn ruby server library ― Make your application a W3C Web Authentication conformant Relying Party and allow your users to authenticate with U2F and FIDO2 authenticators.
-
webdrivers (4.5.0 - 5.2.0)
gem install webdrivers -v "5.2.0"
gem install webdrivers -v "5.0.0"
gem install webdrivers -v "4.6.1"
gem install webdrivers -v "4.6.0"
gem install webdrivers -v "4.5.0"
Run Selenium tests more easily with install and updates for all supported webdrivers.
-
webfinger (1.2.0 - 2.1.3)
gem install webfinger -v "2.1.3"
gem install webfinger -v "2.1.2"
gem install webfinger -v "2.1.1"
gem install webfinger -v "2.1.0"
gem install webfinger -v "2.0.0"
Ruby WebFinger client library
-
webmock (1.24.6 - 3.24.0)
gem install webmock -v "3.24.0"
gem install webmock -v "3.23.1"
gem install webmock -v "3.23.0"
gem install webmock -v "3.22.0"
gem install webmock -v "3.21.2"
WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
-
webpacker (4.0.7 - 5.4.4)
gem install webpacker -v "5.4.4"
gem install webpacker -v "5.4.3"
gem install webpacker -v "5.4.2"
gem install webpacker -v "5.4.0"
gem install webpacker -v "5.2.1"
-
webpush (0.3.8 - 1.1.0)
gem install webpush -v "1.1.0"
gem install webpush -v "1.0.0"
gem install webpush -v "0.3.8"
-
webrick (1.7.0 - 1.9.1)
gem install webrick -v "1.9.1"
gem install webrick -v "1.9.0"
gem install webrick -v "1.8.2"
gem install webrick -v "1.8.1"
gem install webrick -v "1.7.0"
WEBrick is an HTTP server toolkit that can be configured as an HTTPS server, a proxy server, and a virtual-host server.
-
websocket (1.2.9)
gem install websocket -v "1.2.9"
Universal Ruby library to handle WebSocket protocol
-
websocket-driver (0.7.0 - 0.7.6)
gem install websocket-driver -v "0.7.6"
x86_64-linux-muslgem install websocket-driver -v "0.7.5"
x86_64-linux-muslgem install websocket-driver -v "0.7.4"
x86_64-linux-muslgem install websocket-driver -v "0.7.4"
gem install websocket-driver -v "0.7.3"
x86_64-linux-musl
-
websocket-extensions (0.1.3 - 0.1.5)
gem install websocket-extensions -v "0.1.5"
gem install websocket-extensions -v "0.1.4"
gem install websocket-extensions -v "0.1.3"
-
wisper (1.6.1 - 3.0.0)
gem install wisper -v "3.0.0"
gem install wisper -v "2.0.1"
gem install wisper -v "1.6.1"
A micro library providing objects with Publish-Subscribe capabilities. Both synchronous (in-process) and asynchronous (out-of-process) subscriptions are supported. Check out the Wiki for articles, guides and examples: https://github.com/krisleech/wisper/wiki
-
wordpress-formatting (0.1.0)
gem install wordpress-formatting -v "0.1.0"
Implements WordPress formatting functions in Ruby
-
wpscan (3.8.22)
gem install wpscan -v "3.8.22"
WPScan is a black box WordPress vulnerability scanner.
-
writeexcel (1.0.5)
gem install writeexcel -v "1.0.5"
Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, formulas, hyperlinks and images can be written to the cells.
-
xml-simple (1.1.5 - 1.1.9)
gem install xml-simple -v "1.1.9"
gem install xml-simple -v "1.1.8"
gem install xml-simple -v "1.1.7"
gem install xml-simple -v "1.1.5"
-
xmlrpc (0.3.2)
gem install xmlrpc -v "0.3.2"
XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.
-
xorcist (1.1.3 - 1.1.3)
gem install xorcist -v "1.1.3"
x86_64-linux-muslgem install xorcist -v "1.1.3"
Blazing-fast-cross-platform-monkey-patch-free string XOR. Yes, that means JRuby too.
-
xpath (3.2.0)
gem install xpath -v "3.2.0"
XPath is a Ruby DSL for generating XPath expressions
-
yajl-ruby (1.4.1 - 1.4.3)
gem install yajl-ruby -v "1.4.3"
x86_64-linux-muslgem install yajl-ruby -v "1.4.2"
x86_64-linux-muslgem install yajl-ruby -v "1.4.1"
x86_64-linux-musl
-
yard (0.9.24 - 0.9.37)
gem install yard -v "0.9.37"
gem install yard -v "0.9.36"
gem install yard -v "0.9.28"
gem install yard -v "0.9.25"
gem install yard -v "0.9.24"
YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions.
-
yard-sorbet (0.8.0)
gem install yard-sorbet -v "0.8.0"
A YARD plugin that incorporates Sorbet type information
-
zeitwerk (2.1.10 - 2.6.18)
gem install zeitwerk -v "2.6.18"
gem install zeitwerk -v "2.6.17"
gem install zeitwerk -v "2.6.16"
gem install zeitwerk -v "2.6.15"
gem install zeitwerk -v "2.6.14"
Zeitwerk implements constant autoloading with Ruby semantics. Each gem and application may have their own independent autoloader, with its own configuration, inflector, and logger. Supports autoloading, reloading, and eager loading.
-
ZenTest (4.12.1)
gem install ZenTest -v "4.12.1"
ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby. zentest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. zentest only works with Ruby and Minitest or Test::Unit. There is enough evidence to show that this is still proving useful to users, so it stays. unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly see exactly what is wrong. Do note that minitest 2.2+ provides an enhanced assert_equal obviating the need for unit_diff autotest is a continous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. multiruby runs anything you want on multiple versions of ruby. Great for compatibility checking! Use multiruby_setup to manage your installed versions. *NOTE:* The next major release of zentest will not include autotest (use minitest-autotest instead) and multiruby will use rbenv / ruby-build for version management.
-
zepto-for-rails (0.3.3 - 1.0.0)
gem install zepto-for-rails -v "1.0.0"
gem install zepto-for-rails -v "0.3.12"
gem install zepto-for-rails -v "0.3.11"
gem install zepto-for-rails -v "0.3.9"
gem install zepto-for-rails -v "0.3.5"
Provides a the zepto.js for the rails asset pipeline