asciidoctor /
asciidoctor
:gem: A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.
77/100 healthLoading repository data…
wbailey / repository
A gem for making it easy to produce a report while a ruby script is executing
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This gem provides a DSL that makes it easy to write reports of various types in Ruby. It eliminates the need to litter your source with puts statements, instead providing a more readable, expressive interface to your application. Some of the best features include:
Tables can be rendered in Unicode or ASCII. The default is Unicode when available. Here is an example of output you can generate with "the reporter":
It is up on rubygems.org so add it to your bundle in the Gemfile:
gem 'command_line_reporter', '~> 5.0'
or do it the old fashioned way:
gem install command_line_reporter
The gem provides a mixin that can be included in your scripts.
require 'command_line_reporter'
class MyReport
include CommandLineReporter
...
end
.ruby-version for the repo target).bundle install
bundle exec rspec
bundle exec rubocop
bundle exec reek
The Wiki has all of the documentation necessary for getting you started.
There are several methods the mixin provides that do not depend on the formatter used:
See AGENTS.md for contributor guidelines and CONTRIBUTING.md for how to get started.
See ACKNOWLEDGEMENTS.md for contributor credits.
Copyright (c) 2011-2026 Wes Bailey
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Selected from shared topics, language and repository description—not editorial ratings.
asciidoctor /
:gem: A fast, open source text processor and publishing toolchain, written in Ruby, for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.
77/100 healthhothero /
A collection of awesome Ruby Gems for Rails development.
72/100 healthmarkevans /
A Ruby gem for on-the-fly processing - suitable for image uploading in Rails, Sinatra and much more!
timdorr /
🚘 A Ruby gem and unofficial documentation of Tesla's JSON API for the Model S, 3, X, and Y.
89/100 healthgithub /
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
84/100 healthexcid3 /
A wonderfully simple calendar gem for Rails
91/100 health