Ports Search

Results 5,0315,040 of 5,623 for /devel/.(0.005 seconds)
devel/get_process_mem-0.2.0 (Score: 0.032514982)
Get memory usage of a process in Ruby
Ruby gem that provides measurement of memory usages of processes.
devel/getopt-1.4.1 (Score: 0.032514982)
Command line parsing with Ruby
Implements a simple Getopt::Std class for command line parsing, as well as a Getopt::Long class for more advanced command line parsing.
devel/gettext-3.1.6 (Score: 0.032514982)
Ruby implementation of the gettext library
Ruby GetText Package is Native Language Support Library and Tools which modeled after GNU GetText package, but the API is simpler than that of GNU GetText.
devel/gh-0.14.0 (Score: 0.032514982)
Multi-layer client for the GitHub API v3
GH - Layered GitHub API client This is a highly flexible, layered, low-level GitHub client library, trying to get out of your way and let you get to the GitHub data as simple as possible. Unless you add layers, you will end up with Hashes and Arrays. The approach and API should be familiar from projects like Rack or Faraday.
devel/gibbler-0.9.0 (Score: 0.032514982)
Git-like hashes for Ruby objects
rubygem-gibbler provides git-like hashes and history for Ruby objects.
devel/gio2-3.0.8 (Score: 0.032514982)
Ruby binding for GLib2
Ruby/GIO2 is a Ruby binding of gio-2.x.
devel/git-version-bump-0.15.1 (Score: 0.032514982)
Manage your app version entirely via git tags
Maintain your program versions entirely within git. No local files required! All versioning information is stored using git tags. This gem contains a command-line tool and set of Rake tasks to increment and display your version numbers via git tags, and some associated Ruby code to use inside a gemspec or your program to retrieve the current version number, for use in builds and at runtime.
devel/git-1.2.9.1 (Score: 0.032514982)
Ruby wrapper library around git(1)
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories. Currently it is a wrapper around the git binary, but there are plans to switch to C bindings at some point in the future.
devel/github_api-0.14.0 (Score: 0.032514982)
Wrapper that supports all of the GitHub API v3 methods
Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). It's build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Repos.new if working solely with repositories is your main concern.
devel/gitlab-pygments.rb-0.5.4 (Score: 0.032514982)
Exposes the pygments syntax highlighter to Ruby
pygments.rb exposes the pygments syntax highlighter to Ruby