You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage rubygem-polyglot-0.3.3-3.fc19.noarch
This Ruby GEM allows custom language loaders for specified file extensions to be hooked into require.
RPMPackage rubygem-poise-service-1.3.0-1.lbn19.noarch
A Chef cookbook for managing system services.
RPMPackage rubygem-poise-python-1.3.0-1.lbn19.noarch
A Chef cookbook for managing Python installations.
RPMPackage rubygem-poise-profiler-1.0.1-1.lbn19.noarch
A Chef cookbook for profiling performance in CI.
RPMPackage rubygem-poise-monit-1.5.1-1.lbn19.noarch
A Chef cookbook for managing the Monit process manager.
RPMPackage rubygem-poise-languages-1.4.0-1.lbn19.noarch
A Chef cookbook to help writing language cookbooks.
RPMPackage rubygem-poise-javascript-1.0.1-1.lbn19.noarch
A Chef cookbook for managing Node.js and io.js installations.
RPMPackage rubygem-poise-hoist-1.0.0-1.lbn19.noarch
Automatically hoist environment level-attributes from Policyfiles.
RPMPackage rubygem-poise-boiler-1.1.6-1.lbn19.noarch
Boilerplate-reduction helpers for Poise/Halite-style gemss.
RPMPackage rubygem-poise-archive-1.2.0-1.lbn19.noarch
A Chef cookbook for unpacking file archives like tar and zip.
RPMPackage rubygem-poise-application-5.1.0-1.lbn19.noarch
A Chef cookbook for deploying application code.
RPMPackage rubygem-poise-2.3.2-1.lbn19.noarch
Helpers for writing extensible Chef cookbooks.
RPMPackage rubygem-po_to_json-0.0.7-2.lbn19.noarch
Convert gettext PO files to json to use in your javascript app, based po2json.pl (by DuckDuckGo, Inc. http://duckduckgo.com/, Torsten Raudssus <torsten@raudss.us>.)
RPMPackage rubygem-plist-3.2.0-1.lbn19.noarch
Plist is a library to manipulate Property List files, also known as plists. It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects.
RPMPackage rubygem-pleaserun-0.0.24-2.lbn19.noarch
pleaserun.
RPMPackage rubygem-pkg-config-1.1.7-1.lbn19.noarch
This gem contains a pkg-config implementation by Ruby
RPMPackage rubygem-pg-0.17.1-1.lbn19.x86_64
Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]. It works with {PostgreSQL 8.4 and later}[http://www.postgresql.org/support/versioning/]. A small example usage: require 'pg' conn = PG.connect( dbname: 'sales' ) conn.exec( "SELECT * FROM pg_stat_activity" ) do |result| puts " PID | User | Query" result.each do |row| puts " %7d | | %s " % row.values_at('procpid', 'usename', 'current_query') end end.
RPMPackage rubygem-patron-0.6.5-1.lbn19.x86_64
Ruby HTTP client library based on libcurl
RPMPackage rubygem-pathspec-0.0.2-2.lbn19.noarch
Use to match path patterns such as gitignore.
RPMPackage rubygem-passenger-native-libs-3.0.21-4.fc19.x86_64
This package contains the native shared library for Apache & Nginx Phusion Passengerโ„ข bindings, built against ruby sources. It has been separated so that installing a new ruby interpreter only necessitates rebuilding this package.