0.96
A long-lived project that still receives updates
Ruby wrapper for the REST API at https://www.zendesk.com. Documentation at https://developer.zendesk.com.
2020
2021
2022
2023
2024
2025
1.19
A long-lived project that still receives updates
Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/
2020
2021
2022
2023
2024
2025
0.45
A long-lived project that still receives updates
StripAttributes automatically strips all ActiveRecord model attributes of leading and trailing whitespace before validation. If the attribute is blank, it strips the value to nil.
2020
2021
2022
2023
2024
2025
1.15
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Inspired by TomDoc, KSS attempts to provide a methodology for writing maintainable, documented CSS within a team. Specifically, KSS is a CSS structure, documentation specification, and styleguide format. This is a ruby library for parsing KSS documented CSS and generating styleguides.
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Really simple caching by attaching an expiration date to attributes. The ExpirationDate module adss two methods to a class -- expiring_attr and expiring_class_attr. These two methods are used to declare attributes in the instance and in the class, respectively, that will expire after some period...
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Value Value is a library for defining immutable value objects in Ruby. A value object is an object whose equality to other objects is determined by its value, not its identity, think dates and amounts of money. A value object should also be immutabl...
2020
2021
2022
2023
2024
2025
0.01
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Define, enforce, and handle violations of validation rules for Chef node attributes. This gem provides the validation engine, and can be used outside of a convergence run; a cookbook (attribute-validator) is available to perform validation during a chef run, at compile or converge time.
2020
2021
2022
2023
2024
2025
0.04
No commit activity in last 3 years
No release in over 3 years
Like `ActiveModel::Attributes` but less fluffy and more attribute-y.
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
AttributeDriven provides class methods to generate attribute-based equality-methods, initializer, and reader methods.
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Ame Ame provides a simple command-line interface API for Ruby¹. It can be used to provide both simple interfaces like that of ‹rm›² and complex ones like that of ‹git›³. It uses Ruby’s own classes, methods, and argument lists to provide an interfac...
2020
2021
2022
2023
2024
2025
1.02
No release in over 3 years
This library provides an authorization framework with a declarative DSL With this library, you can write permission policies that are separate from business logic. This library is in production use at GitLab.com
2020
2021
2022
2023
2024
2025
0.98
No release in over 3 years
Hirb provides a mini view framework for console applications and uses it to improve ripl(irb)'s default inspect output. Given an object or array of objects, hirb renders a view based on the object's class and/or ancestry. Hirb offers reusable views in the form of helper classes. The two main help...
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Inventory Inventory keeps track of the contents of your Ruby¹ projects. Such an inventory can be used to load the project, create gem specifications and gems, run unit tests, compile extensions, and verify that the project’s content is what you think i...
2020
2021
2022
2023
2024
2025
0.01
No commit activity in last 3 years
No release in over 3 years
atom-tools is an all-in-one Atom library. It parses and builds Atom (RFC 4287) entries and feeds, and manipulates Atom Publishing Protocol (RFC 5023) Collections. It also comes with a set of commandline utilities for working with AtomPub Collections. It is not the fastest Ruby Atom library, but...
2020
2021
2022
2023
2024
2025
0.95
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Tire is a Ruby client for the Elasticsearch search engine/database. It provides Ruby-like API for fluent communication with the Elasticsearch server and blends with ActiveModel class for convenient usage in Rails applications. It allows to delete and create indices, define mapping f...
2020
2021
2022
2023
2024
2025
0.0
Repository is gone
No release in over 3 years
Attribute Stats gives you insight into which attributes are actually used in your Rails models. Whether you're joining an existing project or have been using it for years, get quick info. The stats help you find smells in your project: Attributes which have never had data set (indicates a poten...
2020
2021
2022
2023
2024
2025
0.74
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
This library can be used as a module for `fog` or as standalone provider to use the Atmos in applications.
2020
2021
2022
2023
2024
2025
0.94
No commit activity in last 3 years
There's a lot of open issues
Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.