Categories
No matching categories were found
7.86
gives something like the functionality of libwww-perl (LWP) in Ruby
2021
2022
2023
2024
2025
2026
1.26
Suspenders is intended to create a new Rails applications, and is optimized for deployment on Heroku.
It is used by thoughtbot to get a jump start on new apps. Use Suspenders if you're in a rush to build something amazing; don't use it if you like missing deadlines.
2021
2022
2023
2024
2025
2026
1.07
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/
2021
2022
2023
2024
2025
2026
0.0
== FEATURES/PROBLEMS: * Wrappers do not dispatch const_missing yet, so constants are not accessible yet. == SYNOPSIS: class Something acts_as_wrapped_class :methods => [:safe_method] # SomethingWrapper is now defined def safe_method # allowed to access this method through SomethingWrappe...
2021
2022
2023
2024
2025
2026
0.0
Natural order string comparison is a way of comparing strings "naturally". e.g. "somthing1" < "something2" < "something10" which does not follow alpabetically.
2021
2022
2023
2024
2025
2026
0.0
Gets rid of <SomethingResponse><SomethingResult> from soap responses
2021
2022
2023
2024
2025
2026
0.4
gives something like the functionality of libwww-perl (LWP) in Ruby
2021
2022
2023
2024
2025
2026
0.4
gives something like the functionality of libwww-perl (LWP) in Ruby
2021
2022
2023
2024
2025
2026
0.36
God it's about every day where I think to myself, gadzooks,
I keep typing *REPETITIVE_BORING_TASK* over and over. Wouldn't it be great if
I had something like boom to store all these commonly-used text snippets for
me? Then I realized that was a worthless idea since boom hadn't been created...
2021
2022
2023
2024
2025
2026
0.33
If you are tracking any kind of assets the currencies gem is for you. It contains every currency in the ISO 4217 standard and allows you to add your own as well. So if you decide to take sparkly buttons as a form of payment you can use currencies to display the shiny button unicode symbol ☼ (disc...
2021
2022
2023
2024
2025
2026
0.0
Lookout
Lookout is a unit testing framework for Ruby┬╣ that puts your results in
focus. Tests (expectations) are written as follows
expect 2 do
1 + 1
end
expect ArgumentError do
Integer('1 + 1')
end
expect Array do
[1, ...
2021
2022
2023
2024
2025
2026
0.06
Apache Buildr is a build system for Java-based applications, including support
for Scala, Groovy and a growing number of JVM languages and tools. We wanted
something that's simple and intuitive to use, so we only need to tell it what
to do, and it takes care of the rest. But also something we c...
2021
2022
2023
2024
2025
2026
0.0
TOTP stands for Time-Based One-Time Password. Many websites and services require two-factor authentication (2FA) or multi-factor authentication (MFA) where the user is required to present two or more pieces of evidence: Something only the user knows, e.g., password, passphrase, etc. Something o...
2021
2022
2023
2024
2025
2026
0.0
== README.md:
#ScheduledResource
This gem is for displaying how things are used
over time -- a schedule for a set of "resources". You
can configure the elements of the schedule and there
are utilities and protocols to connect them:
- Configuration (specification and management),
- Query inte...
2021
2022
2023
2024
2025
2026
0.16
Something small for process management
2021
2022
2023
2024
2025
2026
0.14
Something small for process management
2021
2022
2023
2024
2025
2026
0.14
Something small for process management
2021
2022
2023
2024
2025
2026
0.01
== Terminal UIs, the Ruby Way
RatatuiRuby[https://rubygems.org/gems/ratatui_ruby] is a RubyGem built on
Ratatui[https://ratatui.rs], a leading TUI library written in
Rust[https://rust-lang.org]. You get native performance with the joy of Ruby.
gem install ratatui_ruby
{rdoc-image:https://ra...
2021
2022
2023
2024
2025
2026
0.01
Utility to remove unneeded shoulds from your RSpec test descriptions - 'it "should do something"' becomes 'it "does something"'
2021
2022
2023
2024
2025
2026
0.0
A java like Enum class for ruby.
A while ago I was exploring Java, and came across the Enum class, which had
some interesting functionality, and I decided that I would like something like
it.
Conceptually if you just need a unique identifier you may be perfectly happy using a :symbol, and tha...
2021
2022
2023
2024
2025
2026