OSS Index data is being upgraded. There are some breaking changes.
Learn more

RubyGems Components

Search Components

Ecosystem Component Description
RubyGems sprockets Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScript, CoffeeScript, CSS, LESS, Sass, and SCSS.
RubyGems mini_mime A lightweight mime type lookup toy
RubyGems aws-sdk-s3
RubyGems netrc This library can read and update netrc files, preserving formatting including comments and whitespace.
RubyGems loofah Loofah is a general library for manipulating and transforming HTML/XML documents and fragments. It's built on top of Nokogiri and libxml2, so it's fast and has a nice API. Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's whitelist, so it most likely won't make your codes less secure. (These statements have not been evaluated by Netexperts.) ActiveRecord extensions for sanitization are available in the `loofah-activerecord` gem (see https://github.com/flavorjones/loofah-activerecord).
RubyGems signet Signet is an OAuth 1.0 / OAuth 2.0 implementation.
RubyGems sass 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.
RubyGems CFPropertyList This is a module to read, write and manipulate both binary and XML property lists as defined by apple.
RubyGems cocoapods-trunk Interact with trunk.cocoapods.org
RubyGems memoist memoize methods invocation
RubyGems faraday_middleware Various middleware for Faraday
RubyGems chef-config Chef's default configuration and config loading
RubyGems http-cookie 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.
RubyGems mini_magick Manipulate images with minimal use of memory via ImageMagick / GraphicsMagick
RubyGems cocoapods-downloader A small library for downloading files from remotes in a folder.
RubyGems rouge Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.
RubyGems claide A small command-line interface framework.
RubyGems unf This is a wrapper library to bring Unicode Normalization Form support to Ruby/JRuby.
RubyGems aws-sigv4 Amazon Web Services Signature Version 4 signing ligrary. Generates sigv4 signature for HTTP requests.
RubyGems fastimage FastImage finds the size or type of an image given its uri by fetching as little as needed.
RubyGems cocoapods-deintegrate A CocoaPods plugin to remove and de-integrate CocoaPods from your project.
RubyGems nanaimo A library for (de)serialization of ASCII Plists.
RubyGems retriable Retriable is an simple DSL to retry failed code blocks with randomized exponential backoff. This is especially useful when interacting external api/services or file system calls.
RubyGems representable Renders and parses JSON/XML/YAML documents from and to Ruby objects. Includes plain properties, collections, nesting, coercion and more.
RubyGems rspec-expectations rspec-expectations provides a simple, readable API to express expected outcomes of a code example.
RubyGems os "The OS gem allows for some useful and easy functions, like OS.windows? (=> true or false) OS.bits ( => 32 or 64) etc"""
RubyGems nio4r Cross-platform asynchronous I/O primitives for scalable network clients and servers. Inspired by the Java NIO API, but simplified for ease-of-use.
RubyGems ruby-macho A library for viewing and manipulating Mach-O files in Ruby.
RubyGems google-cloud-core google-cloud-core is the internal shared library for google-cloud-ruby.
RubyGems highline 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.
RubyGems uber A gem-authoring framework.
RubyGems aws-sdk-kms
RubyGems rspec-mocks RSpec's 'test double' framework, with support for stubbing and mocking
RubyGems parallel Run any kind of code in parallel processes
RubyGems gh_inspector Search through GitHub issues for your project for existing issues about a Ruby Error.
RubyGems fourflusher A library for interacting with Xcode simulators.
RubyGems activestorage Attach cloud and local files in Rails applications
RubyGems specinfra Common layer for serverspec and itamae
RubyGems cocoapods-try CocoaPods plugin which allows to quickly try the demo project of a Pod.
RubyGems aws-sdk-resources Provides resource oriented interfaces and other higher-level abstractions for many AWS services. This gem is part of the official AWS SDK for Ruby.
RubyGems google-cloud-env 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.
RubyGems terminal-table Simple, feature rich ascii table generation library
RubyGems atomos
RubyGems cocoapods-stats Uploads statistics for Pod Analytics.
RubyGems nap Nap is a really simple REST library. It allows you to perform HTTP requests with minimal amounts of code.
RubyGems cocoapods-search Search for pods.
RubyGems cocoapods-plugins " This CocoaPods plugin shows information about all available CocoaPods plugins (yes, this is very meta!). This CP plugin adds the ""pod plugins"" command to CocoaPods so that you can list all plugins (registered in the reference JSON hosted at CocoaPods/cocoapods-plugins) "
RubyGems colored2 This is a heavily modified fork of http://github.com/defunkt/colored gem, with many sensible pull requests combined. Since the authors of the original gem no longer support it, this might, perhaps, be considered a good alternative. Simple gem that adds various color methods to String class, and can be used as follows: require 'colored2' puts 'this is red'.red puts 'this is red with a yellow background'.red.on.yellow puts 'this is red with and italic'.red.italic puts 'this is green bold'.green.bold << ' and regular'.green puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color! puts ('this is regular, but '.red! do 'this is red '.yellow! do ' and yellow.'.no_color! end end)
RubyGems rspec-support Support utilities for RSpec gems
RubyGems plist Plist is a library to manipulate Property List files, also known as plists. It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects.