2.01
Redmine is a flexible project management web application written using Ruby on Rails framework. http://github.com/edavis10/redmine is the official git mirror of the svn repository
0.0
# Gadget
Some methods for getting metadata and other deep details from a PostgreSQL database.
## Installation
Add this line to your application's Gemfile:
gem 'gadget'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gadget
## Usage
`#tables(conn)`
Return...
2021
2022
2023
2024
2025
2026
0.0
🍲 Kettle::Test is a meta tool from kettle-rb to streamline testing. Acts as a shim dependency, pulling in many other dependencies, to give you OOTB productivity with a RubyGem, or Ruby app project. Configures RSpec w/ syntactic sugar to make writing tests, and testing more scenarios, easier.Confi...
2021
2022
2023
2024
2025
2026
0.0
Pufferfish is an extensible html templating engine that generates raw html, meaning that it will not affect load times of websites.
A full-blown javascript framework is sometimes a bit overkill for a static website. Pufferfish adds some simple templating to html so you don't have to use such a f...
2021
2022
2023
2024
2025
2026
0.0
Howcast offers an Application Programming Interface (API) which allows developers to build applications that interface with Howcast. The Howcast API is RESTful (REpresentational State Transfer) and users of this API will be able: 1) Retreive detailed information about a single video, including me...
2021
2022
2023
2024
2025
2026
0.0
This gem works on the most basic ruby classes. Its only dependency is activesupport for some
string and inflector functionality. GenericAuth is very easy to use, simply create a rules file and your class methods
are automatically wrapped to invoke author...
2021
2022
2023
2024
2025
2026
0.0
Helm, the Package manager for Kubernetes. Flux, the GitOps continuous delivery solution for Kubernetes. Both can be used independently, but are more powerful together. Scott Rigby, Helm and Flux maintainer - and Kingdon Barrett, OSS engineer - will share the benefits of Helm and GitOps for develo...
2021
2022
2023
2024
2025
2026
0.0
SwifterEnum transforms Rails enums from simple values into powerful objects with methods, computed properties, and type safety. Your enums become smart: payment_status.can_refund?, subscription.price, status.icon - all while maintaining 100% Rails enum compatibility. Drop-in replacement that elim...
2021
2022
2023
2024
2025
2026
0.0
This is a parsing library and language specifier. It uses packrat parsing, as opposed to LL(k) or LR(k) parsing. Packrat parsing uses memoization in a recursive decent parser. By storing the production results from each significant point it speeds up the parse. PEG is a formalized grammar specifi...
2021
2022
2023
2024
2025
2026
0.0
Echo is a test double for API interactions that learns from the real API. In its simplest use case, it extends Net::HTTP and tracks every HTTP call to a registered domain. If it hasn't seen that call, it stores both the request and the response. On subsequent calls it returns the stored response....
2021
2022
2023
2024
2025
2026
0.0
This library provides GIF encoding, decoding and editing capabilities natively
within Ruby. It aims to support the complete GIF specification for both
encoding and decoding, as well as having decent editing functionality, while
maintaining a succint syntax.
The current versio...
2021
2022
2023
2024
2025
2026
0.0
RSpec::Llama is a testing framework that allows developers to easily configure, run, and validate
AI models such as OpenAI's GPT models, Llama, and others within the RSpec ecosystem.
With a focus on simplicity and extensibility, RSpec::Llama provides:
- A standardized approach to configuring dif...
2021
2022
2023
2024
2025
2026
0.0
Welcome to Banco !
Banco has been developed to summarize statements downloaded from your bank.
Install as a Rubygem, navigate to the directory your .csv files are in and execute from the command line with 'banco'.
Banco will only accept comma seperated value files (.csv) and will produce a summ...
2021
2022
2023
2024
2025
2026
0.0
Most crypto libraries require the user to make significant usage decisions. Without understanding the concepts behind all the options, it is easy for the users to pick something inappropriate, resulting in insecure systems. Also, libraries often allow silly defaults, such as an IV set to all 0s...
2021
2022
2023
2024
2025
2026
0.0
giturl: A simple navigation tool for GitHub pages from local git-cloned directories.
Working deep in a git-cloned project and need to view its GitHub page?
'giturl' simplifies this for you. A single command unveils your repository's URL.
Want more? It also opens your browser and goes straight to...
2021
2022
2023
2024
2025
2026
0.0
This gem is supposed to supply a simple and intuitive interface between IBGE's SIDRA API, standardizing the output objects as a standard class. Also makes seamlessly to interact with the API, transforming the inputs for the webservice in intuitive function entries. Eia stands for Easy IBGE Acess ...
2021
2022
2023
2024
2025
2026
0.0
If you are a guy who always find something wrong only after sending a pull requset, Priha will help you because Priha lets you examine files' diff between the parent branch and HEAD of the current branch in a real GitHub pull request. However, DO NOT use Priha for your secret repostitory. Since P...
2021
2022
2023
2024
2025
2026
0.0
This is a library for creating HTML from a unified diff string, built specifically for the diff section output by "perforce describe -du" or "git show [commit SHA]", but with an eye towards solving a more general problem. It supports two modes: with inline styles or with CSS classes(which you ca...
2021
2022
2023
2024
2025
2026
0.0
`ai_client` is a versatile Ruby gem that offers a seamless interface
for integrating a wide range of AI service providers through a single,
unified API. With `ai_client`, you can simply specify the model name
and quickly leverage advanced features such as chatting, transcription,
and speech s...
2021
2022
2023
2024
2025
2026
0.0
Howcast offers an Application Programming Interface (API) which allows
developers to build applications that interface with Howcast. The Howcast
API is RESTful (REpresentational State Transfer) and users of this API will
be able: 1) Retreive detailed information about a sing...
2021
2022
2023
2024
2025
2026