0.01
Low commit activity in last 3 years
There's a lot of open issues
A long-lived project that still receives updates
Example: %w[1 2a A1 a11 A12 a2 a21 x__2 X_1].natural_sort => %w[1 2a A1 a11 A12 a2 a21 x__2 X_1]
2020
2021
2022
2023
2024
2025
0.01
No release in over 3 years
A lightweight unit testing framework. Tests (expectations) will be written as follows expect 2 do 1 + 1 end expect(1 + 1) == 2 expect NoMethodError do Object.invalid_method_call end.
2020
2021
2022
2023
2024
2025
0.2
Low commit activity in last 3 years
There's a lot of open issues
A long-lived project that still receives updates
Pragmatic Segmenter is a sentence segmentation tool for Ruby. It allows you to split a text into an array of sentences. This gem provides 2 main benefits over other segmentation gems - 1) It works well even with ill-formatted text 2) It works for multiple languages
2020
2021
2022
2023
2024
2025
0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
{<img src="https://secure.travis-ci.org/socialcast/socialcast-shoulda-ext.png?branch=master" alt="Build Status" />}[http://travis-ci.org/socialcast/socialcast-shoulda-ext] = Socialcast Shoulda Extensions Adds new matchers and functionality to the shoulda test library = Installation In your Gem...
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
In #merb on Freenode: 11:54 &lt;technomancy&gt; I'm sticking with minitest because rspec nests instance_evals three-deep, but if that doesn't scare you away, go for it. =) 11:56 &lt;scottmotte&gt; i don't know enough for it to scare me yet =) 11:56 &lt;jackdempsey&gt; hehe 11:57 &lt;technomancy...
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
== DESCRIPTION: * Adds +, -, and &amp; methods to Hashes == SYNOPSIS: require 'rubygems' require 'hash_set_operators' {:controller =&gt; :user, :action =&gt; :edit} + {:action =&gt; :show, :id =&gt; 1} # =&gt; {:controller =&gt; :user, :action =&gt; :show, :id =&gt; 1} {:controller =&gt; :us...
2020
2021
2022
2023
2024
2025
0.0
Low commit activity in last 3 years
No release in over a year
== Description A Rack compatible JSON-RPC2 server domain specific language (DSL) - allows JSONRPC APIs to be defined as mountable Rack applications with inline documentation, authentication and type checking. e.g. class Calculator < JSONRPC2::Interface title "JSON-RPC2 Calculator" in...
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
Graphviz wrapper for Ruby. This can be used as a common library, a rails plugin and a command line tool. == FEATURES/PROBLEMS: GraphvizR is graphviz adapter for Ruby, and it can: * generate a graphviz dot file, * generate an image file by means of utilizing graphviz, * interprete rdot file and ...
2020
2021
2022
2023
2024
2025
0.0
No commit activity in last 3 years
No release in over 3 years
1999#to_roman, 1999#to_old_roman, 4#fact, 1999#to_english, 1999#add_commas
2020
2021
2022
2023
2024
2025
0.0
Repository is gone
No release in over 3 years
cook is a rake extension with: 1. configuration file, 1. the ability to retrieve passwords from encrypted configuration files, 1. the ability to create files using Erubis templates, 1. the ablity to interact with both local and remote shells. Its main file is a traditional rake Rakefile, which ...
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
returns true if the given password has Length greater 8- characters and include: 1 uppercase, 1 lowercase, 1 digit and 1 special character, otherwise returns false.
2020
2021
2022
2023
2024
2025
0.0
Repository is gone
No release in over 3 years
COIN MASTER FREE SPINS https://1coinmaster.com?ref=ruby COIN MASTER FREE SPINS https://1coinmaster.com?ref=ruby COIN MASTER FREE SPINS https://1coinmaster.com?ref=ruby COIN MASTER FREE SPINS https://1coinmaster.com?ref=ruby
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
The input consists of a string containing a sequence of commands, where a command is represented by a single capital letter at the beginning of the line. Parameters of the command are separated by white spaces and they follow the command character. Pixel co-ordinates are a pair of integers: a co...
2020
2021
2022
2023
2024
2025
0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
'p { 1 + 1 }` prints "1 + 1 #=> 2". That's all.
2020
2021
2022
2023
2024
2025
0.0
No release in over 3 years
# SshSig - SSH signature verification in pure ruby SshSig is a Ruby gem which can be used to verify signatures signed created by `ssh-keygen`. This capability was [first added](https://github.com/openssh/openssh-portable/commit/2a9c9f7272c1e8665155118fe6536bebdafb6166) in OpenSSH 8.0 allows SSH ...
2020
2021
2022
2023
2024
2025
0.02
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Provides consistent style elements for documents based on the 18F Guides Template (https://guides-template.18f.gov/). The 18F Guides theme is based on DOCter (https://github.com/cfpb/docter/) from CFPB (http://cfpb.github.io/).
2020
2021
2022
2023
2024
2025
0.19
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
2 methods are provided for now - (1) naive bayes implementation + (2) tf-idf weights
2020
2021
2022
2023
2024
2025
0.06
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Stickler is a tool to organize and maintain an internal gem repository. Primarily, you would want to use Stickler if: 1. You have proprietary gems that you want to have available via a gem server so you may `gem install` them. 2. You would like to have a local mirror of third party gems from ...
2020
2021
2022
2023
2024
2025
0.18
No release in over 3 years
BlueCloth is a Ruby implementation of John Gruber's Markdown[http://daringfireball.net/projects/markdown/], a text-to-HTML conversion tool for web writers. To quote from the project page: Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to struc...
2020
2021
2022
2023
2024
2025