You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-racc-1.4.14-1.lbn19.x86_64
Racc is a LALR(1) parser generator. It is written in Ruby itself, and generates Ruby program. NOTE: Ruby 1.8.x comes with Racc runtime module. \ You can run your parsers generated by racc 1.4.x out of the box.
RPMPackage rubygem-rabl-0.9.0-1.lbn19.noarch
RABL (Ruby API Builder Language) is a Rails and Padrino ruby templating system for generating JSON, XML, MessagePack, PList and BSON.
RPMPackage rubygem-r-train-0.12.1-1.lbn19.noarch
Transport interface to talk to different backends.
RPMPackage rubygem-pusher-client-0.6.2-1.lbn19.noarch
Client for consuming WebSockets from http://pusher.com.
RPMPackage rubygem-puppetlabs_spec_helper-0.6.0-1.lbn19.noarch
Contains rake tasks and a standard spec_helper for running spec tests on puppet modules.
RPMPackage rubygem-puppetdb-ruby-0.0.1-1.lbn19.noarch
 
RPMPackage rubygem-puppet_generator-0.5.7-1.lbn19.noarch
If you need to build more than one puppet manifests it is quite boring to redo the same steps every time. This gem helps you to generate puppet manifests for packages, files/directories etc.
RPMPackage rubygem-puppet-lint-0.3.2-1.lbn19.noarch
Checks your Puppet manifests against the Puppetlabs style guide and alerts you to any discrepancies.
RPMPackage rubygem-puppet-decrypt-0.1.1-1.lbn19.noarch
A gem for encrypting/decrypting secret values for use with Puppet.
RPMPackage rubygem-punchblock-2.0.1-1.lbn19.noarch
Like Rack is to Rails and Sinatra, Punchblock provides a consistent API on top of several underlying third-party call control protocols.
RPMPackage rubygem-puma-2.8.2-1.lbn19.x86_64
Puma is a simple, fast, and highly concurrent HTTP 1.1 server for Ruby web applications. It can be used with any application that supports Rack, and is considered the replacement for Webrick and Mongrel. It was designed to be the go-to server for [Rubinius](http://rubini.us), but also works well with JRuby and MRI. Puma is intended for use in both development and production environments. Under the hood, Puma processes requests using a C-optimized Ragel extension (inherited from Mongrel) that provides fast, accurate HTTP 1.1 protocol parsing in a portable way. Puma then serves the request in a thread from an internal thread pool (which you can control). This allows Puma to provide real concurrency for your web application! With Rubinius 2.0, Puma will utilize all cores on your CPU with real threads, meaning you won't have to spawn multiple processes to increase throughput. You can expect to see a similar benefit from JRuby. On MRI, there is a Global Interpreter Lock (GIL) that ensures only one thread can be run at a time. But if you're doing a lot of blocking IO (such as HTTP calls to external APIs like Twitter), Puma still improves MRI's throughput by allowing blocking IO to be run concurrently (EventMachine-based servers such as Thin turn off this ability, requiring you to use special libraries). Your mileage may vary. In order to get the best throughput, it is highly recommended that you use a Ruby implementation with real threads like [Rubinius](http://rubini.us) or [JRuby](http://jruby.org).
RPMPackage rubygem-pry-java-0.10.0-1.lbn19.noarch
An IRB alternative and runtime developer console
RPMPackage rubygem-pry-byebug-3.3.0-1.lbn19.noarch
Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution.
RPMPackage rubygem-pry-0.10.4-4.lbn19.noarch
An IRB alternative and runtime developer console.
RPMPackage rubygem-progressbar-0.11.0-4.lbn19.noarch
ProgressBar is a text progress bar library for Ruby. It can indicate progress with percentage, a progress bar, and estimated remaining time.
RPMPackage rubygem-powerpack-0.0.9-1.lbn19.noarch
A few useful extensions to core Ruby classes.
RPMPackage rubygem-powerbar-1.0.11-8.lbn19.noarch
The last progressbar-library you'll ever need
RPMPackage rubygem-posix-spawn-0.3.9-1.lbn19.x86_64
posix-spawn uses posix_spawnp(2) for faster process spawning
RPMPackage rubygem-popen4-doc-0.1.2-1.lbn19.noarch
Documentation for rubygem-popen4
RPMPackage rubygem-popen4-0.1.2-1.lbn19.noarch
POpen4 provides the Rubyist a single API across platforms for executing a command in a child process with handles on stdout, stderr, stdin streams as well as access to the process ID and exit status.