- github is redirecting all these to https now
This commit is contained in:
parent
9f35216f2f
commit
60ca7e308f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264379
71 changed files with 72 additions and 72 deletions
|
@ -1,4 +1,4 @@
|
|||
This Gem provides a Ruby-Frontend to the callook.info
|
||||
Amateur Radio Callsign Lookup service.
|
||||
|
||||
WWW: http://github.com/codeblock/CallSignRb
|
||||
WWW: https://github.com/codeblock/CallSignRb
|
||||
|
|
|
@ -3,4 +3,4 @@ Active Resource. Rich support for attributes, callbacks,
|
|||
validations, observers, serialization, internationalization,
|
||||
and testing.
|
||||
|
||||
WWW: http://github.com/rails/arel
|
||||
WWW: https://github.com/rails/arel
|
||||
|
|
|
@ -3,4 +3,4 @@ a single interface.
|
|||
At present, PostgreSQL, MySQL, and SQLite adapters are available.
|
||||
|
||||
Author: Dirkjan Bussink (dbussink) <d.bussink@gmail.com>
|
||||
WWW: http://github.com/datamapper/do
|
||||
WWW: https://github.com/datamapper/do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
DataMapper plugin providing support for aggregates, functions on collections
|
||||
and datasets
|
||||
|
||||
WWW: http://github.com/datamapper/dm-aggregates
|
||||
WWW: https://github.com/datamapper/dm-aggregates
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
DataMapper plugin constraining relationships
|
||||
|
||||
WWW: http://github.com/datamapper/dm-constraints
|
||||
WWW: https://github.com/datamapper/dm-constraints
|
||||
|
|
|
@ -3,4 +3,4 @@ is to create an ORM which is fast, thread-safe and feature-rich.
|
|||
|
||||
The core portion
|
||||
|
||||
WWW: http://github.com/datamapper/dm-core
|
||||
WWW: https://github.com/datamapper/dm-core
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
DataObjects Adapter for DataMapper
|
||||
|
||||
WWW: http://github.com/datamapper/dm-do-adapter
|
||||
WWW: https://github.com/datamapper/dm-do-adapter
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
DataMapper plugin for writing and speccing migrations
|
||||
|
||||
WWW: http://github.com/datamapper/dm-migrations
|
||||
WWW: https://github.com/datamapper/dm-migrations
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MySQL Adapter for DataMapper
|
||||
|
||||
WWW: http://github.com/datamapper/dm-mysql-adapter
|
||||
WWW: https://github.com/datamapper/dm-mysql-adapter
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
DataMapper plugin for serializing Resources and Collections
|
||||
|
||||
WWW: http://github.com/datamapper/dm-serializer
|
||||
WWW: https://github.com/datamapper/dm-serializer
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
DataMapper plugin for magical timestamps
|
||||
|
||||
WWW: http://github.com/datamapper/dm-timestamps
|
||||
WWW: https://github.com/datamapper/dm-timestamps
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Makes transaction support available for adapters that support them
|
||||
|
||||
WWW: http://github.com/datamapper/dm-transactions
|
||||
WWW: https://github.com/datamapper/dm-transactions
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
DataMapper plugin providing extra data types
|
||||
|
||||
WWW: http://github.com/datamapper/dm-types
|
||||
WWW: https://github.com/datamapper/dm-types
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Library for performing validations on DM models and pure Ruby object
|
||||
|
||||
WWW: http://github.com/datamapper/dm-validations
|
||||
WWW: https://github.com/datamapper/dm-validations
|
||||
|
|
|
@ -3,4 +3,4 @@ MemCache Client
|
|||
memcache-client is a pure Ruby client for memcached. It is nearly
|
||||
a drop-in replacement for Ruby MemCache (databases/ruby-memcache).
|
||||
|
||||
WWW: http://github.com/mperham/memcache-client
|
||||
WWW: https://github.com/mperham/memcache-client
|
||||
|
|
|
@ -6,4 +6,4 @@ If you want portability between backends, use DBI. If you want ease
|
|||
of use with SQLite, use this.
|
||||
|
||||
Author: Jamis Buck (minam) <jgb3@email.byu.edu>
|
||||
WWW: http://github.com/qoobaa/sqlite3
|
||||
WWW: https://github.com/qoobaa/sqlite3
|
||||
|
|
|
@ -6,4 +6,4 @@ If you want portability between backends, use DBI. If you want ease
|
|||
of use with SQLite, use this.
|
||||
|
||||
Author: Jamis Buck (minam) <jgb3@email.byu.edu>
|
||||
WWW: http://github.com/qoobaa/sqlite3
|
||||
WWW: https://github.com/qoobaa/sqlite3
|
||||
|
|
|
@ -9,4 +9,4 @@ keyword access require much less memory when compared
|
|||
to hashes/objects and yet still provide fast lookup and
|
||||
preserve data order.
|
||||
|
||||
WWW: http://github.com/ahoward/arrayfields/tree/master
|
||||
WWW: https://github.com/ahoward/arrayfields/tree/master
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Framework agnostic object based authentication solution that handles all of the
|
||||
non sense for you. It's as easy as ActiveRecord is with a database.
|
||||
|
||||
WWW: http://github.com/binarylogic/authlogic
|
||||
WWW: https://github.com/binarylogic/authlogic
|
||||
|
|
|
@ -2,4 +2,4 @@ Ruby configuration gem provides a mechanism
|
|||
for configuring ruby programs with ruby
|
||||
configuration files.
|
||||
|
||||
WWW: http://github.com/ahoward/configuration/tree/master
|
||||
WWW: https://github.com/ahoward/configuration/tree/master
|
||||
|
|
|
@ -2,4 +2,4 @@ rubygem-crack is a Ruby library that really simple JSON
|
|||
and XML parsing, ripped from ActiveSupport so it can be
|
||||
used without all of ActiveSupport.
|
||||
|
||||
WWW: http://github.com/jnunemaker/crack
|
||||
WWW: https://github.com/jnunemaker/crack
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
A support library for DataMapper, DataObjects and Merb.
|
||||
|
||||
WWW: http://github.com/datamapper/extlib
|
||||
WWW: https://github.com/datamapper/extlib
|
||||
|
|
|
@ -5,4 +5,4 @@ even though it added only one method to the global
|
|||
namespace, collided too frequently with user code
|
||||
in particular rails' code.
|
||||
|
||||
WWW: http://github.com/ahoward/fattr/tree/master
|
||||
WWW: https://github.com/ahoward/fattr/tree/master
|
||||
|
|
|
@ -3,4 +3,4 @@ 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.
|
||||
|
||||
WWW: http://github.com/schacon/ruby-git
|
||||
WWW: https://github.com/schacon/ruby-git
|
||||
|
|
|
@ -3,4 +3,4 @@ an object oriented manner. Grit gives you object model access to your git
|
|||
repository. Once you have created a repository object, you can traverse it
|
||||
to find parent commit(s), trees, blobs, etc.
|
||||
|
||||
WWW: http://github.com/mojombo/grit
|
||||
WWW: https://github.com/mojombo/grit
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
New wave Internationalization support for Ruby.
|
||||
|
||||
WWW: http://github.com/svenfuchs/i18n
|
||||
WWW: https://github.com/svenfuchs/i18n
|
||||
|
|
|
@ -28,4 +28,4 @@ based clipboard or drag/drop interactions, point-to-point asynchronous
|
|||
communication, wired-network transport, or some form of unwired
|
||||
transport such as infrared might also be used.
|
||||
|
||||
WWW: http://github.com/sdague/icalendar
|
||||
WWW: https://github.com/sdague/icalendar
|
||||
|
|
|
@ -15,4 +15,4 @@ main.rb features the following:
|
|||
In short main.rb aims to drastically lower the barrier to writing
|
||||
uniform command line applications.
|
||||
|
||||
WWW: http://github.com/ahoward/main/tree/master
|
||||
WWW: https://github.com/ahoward/main/tree/master
|
||||
|
|
|
@ -3,4 +3,4 @@ can be built from hashes and easily extended. It is designed to be used in
|
|||
RESTful API libraries to provide easy object-like access to JSON and XML
|
||||
parsed hashes.
|
||||
|
||||
WWW: http://github.com/mbleigh/mash
|
||||
WWW: https://github.com/mbleigh/mash
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Nice-FFI is a layer on top of Ruby-FFI (and compatible FFI systems) to augment
|
||||
it with features to aid development of FFI-based libraries.
|
||||
|
||||
WWW: http://github.com/jacius/nice-ffi/
|
||||
WWW: https://github.com/jacius/nice-ffi/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
rubygem-notify provides notification functionalities on cross platforms.
|
||||
|
||||
WWW: http://github.com/jugyo/notify
|
||||
WWW: https://github.com/jugyo/notify
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
open child process with handles on pid, stdin, stdout, and stderr: manage
|
||||
child processes and their io handles easily.
|
||||
|
||||
WWW: http://github.com/ahoward/open4/tree/master
|
||||
WWW: https://github.com/ahoward/open4/tree/master
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
A pkg-config implementation for Ruby
|
||||
|
||||
WWW: http://github.com/rcairo/pkg-config
|
||||
WWW: https://github.com/rcairo/pkg-config
|
||||
|
|
|
@ -3,4 +3,4 @@ rcov is (mainly) a code coverage tool for Ruby featuring fast execution
|
|||
cross-referenced XHTML and several kinds of text reports, easy automation
|
||||
with Rake and Rant...
|
||||
|
||||
WWW: http://github.com/relevance/rcov
|
||||
WWW: https://github.com/relevance/rcov
|
||||
|
|
|
@ -5,4 +5,4 @@ by using terminology focused on the behavioural aspects of the system rather
|
|||
than testing, attempt to help direct developers towards a focus on the real
|
||||
value to be found in TDD at its most successful, or BDD as we call it.
|
||||
|
||||
WWW: http://github.com/rspec/rspec
|
||||
WWW: https://github.com/rspec/rspec
|
||||
|
|
|
@ -3,4 +3,4 @@ Ruby-FFI. It provides very basic access to SDL from Ruby without the
|
|||
need for a compiled C wrapper. It aims to be platform and Ruby
|
||||
implementation independent.
|
||||
|
||||
WWW: http://github.com/jacius/ruby-sdl-ffi/
|
||||
WWW: https://github.com/jacius/ruby-sdl-ffi/
|
||||
|
|
|
@ -3,4 +3,4 @@ up of three libraries: ActsAsUrl [permalink solution with better character
|
|||
translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions
|
||||
[miscellaneous helper methods for the String class].
|
||||
|
||||
WWW: http://github.com/rsl/stringex
|
||||
WWW: https://github.com/rsl/stringex
|
||||
|
|
|
@ -2,4 +2,4 @@ Templater is a powerful code generation framework. It declarative
|
|||
rules for generators, supports generators discovery in gems, has idea
|
||||
of actions other than template rendering and is open for extension.
|
||||
|
||||
WWW: http://github.com/jnicklas/templater
|
||||
WWW: https://github.com/jnicklas/templater
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Rubygem-uuid is a UUID generator for Ruby.
|
||||
|
||||
WWW: http://github.com/assaf/uuid
|
||||
WWW: https://github.com/assaf/uuid
|
||||
|
|
|
@ -3,4 +3,4 @@ and Humans Apart") written in Ruby. This will dynamically create an image
|
|||
containing a key displayed on a noisy background, which the user must enter
|
||||
into a text box.
|
||||
|
||||
WWW: http://github.com/winton/captcha
|
||||
WWW: https://github.com/winton/captcha
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Exifr is a pure ruby library to extract EXIF info from
|
||||
image files. Both JPEG and TIFF formats are supported.
|
||||
|
||||
WWW: http://github.com/remvee/exifr/
|
||||
WWW: https://github.com/remvee/exifr/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
jpmobile-ipaddresses is a plugin for jpmobile.
|
||||
It is used to validate an access from a mobile carrier IP address.
|
||||
|
||||
WWW: http://github.com/jpmobile/jpmobile-ipaddresses
|
||||
WWW: https://github.com/jpmobile/jpmobile-ipaddresses
|
||||
|
|
|
@ -4,4 +4,4 @@ It is used to get terminal informations as bellows.
|
|||
* display width
|
||||
* display height
|
||||
|
||||
WWW: http://github.com/jpmobile/jpmobile-terminfo
|
||||
WWW: https://github.com/jpmobile/jpmobile-terminfo
|
||||
|
|
|
@ -2,4 +2,4 @@ This plugin provides many convenient functions
|
|||
for developing websites for mobile-phones.
|
||||
The plugin absorbs differences between mobile-phone service providers.
|
||||
|
||||
WWW: http://github.com/jpmobile/jpmobile
|
||||
WWW: https://github.com/jpmobile/jpmobile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Mail is an library for Ruby to handle email generation,
|
||||
parsing and sending in a simple, rubyesque manner.
|
||||
|
||||
WWW: http://github.com/mikel/mail
|
||||
WWW: https://github.com/mikel/mail
|
||||
|
|
|
@ -9,4 +9,4 @@ is available, otherwise it uses SMTP to localhost.
|
|||
Also, you may need rubygem-smtp_tls if you want to
|
||||
send via tls/ssl and are using ruby < 1.8.7
|
||||
|
||||
WWW: http://github.com/benprew/pony
|
||||
WWW: https://github.com/benprew/pony
|
||||
|
|
|
@ -13,4 +13,4 @@ You can use Bunny to :
|
|||
Bunny is known to work with RabbitMQ versions 1.5.4 and above with version 0-8
|
||||
of the AMQP specification.
|
||||
|
||||
WWW: http://github.com/celldee/bunny/tree/master
|
||||
WWW: https://github.com/celldee/bunny/tree/master
|
||||
|
|
|
@ -3,4 +3,4 @@ returns information about the country where the IP address is allocated.
|
|||
|
||||
This is a GeoIP implementation for rubygems
|
||||
|
||||
WWW: http://github.com/cjheath/geoip
|
||||
WWW: https://github.com/cjheath/geoip
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Rubytter is simple twitter library. Supports OAuth
|
||||
and Implemented with API methods.
|
||||
|
||||
WWW: http://github.com/jugyo/rubytter
|
||||
WWW: https://github.com/jugyo/rubytter
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
rubygem-prawn-security is an extension of Prawn.
|
||||
|
||||
WWW: http://github.com/madriska/prawn-security/
|
||||
WWW: https://github.com/madriska/prawn-security/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Russian language support for Ruby and Rails, based on I18n library.
|
||||
|
||||
WWW: http://github.com/yaroslav/russian/
|
||||
WWW: https://github.com/yaroslav/russian/
|
||||
|
|
|
@ -8,7 +8,7 @@ supports the following features:
|
|||
- Execute processes on the remote machine, both interactively and
|
||||
non-interactively ("batch").
|
||||
|
||||
WWW: http://github.com/net-ssh/net-ssh
|
||||
WWW: https://github.com/net-ssh/net-ssh
|
||||
|
||||
- Roderick van Domburg
|
||||
r.s.a.vandomburg@nedforce.nl
|
||||
|
|
|
@ -4,6 +4,6 @@ describes your various servers and their roles, and voila! You magically
|
|||
have single-command deployment. It even allows you to roll a bad version
|
||||
out of production and revert back to the previous release.
|
||||
|
||||
WWW: http://github.com/capistrano/capistrano
|
||||
WWW: https://github.com/capistrano/capistrano
|
||||
|
||||
- Roderick van Domburg
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
A light-weight and simple templating engine for Ruby.
|
||||
|
||||
WWW: http://github.com/manveru/ezamar
|
||||
WWW: https://github.com/manveru/ezamar
|
||||
|
|
|
@ -3,5 +3,5 @@ It's built on top of Nokogiri and libxml2, so it's fast and has a nice API.
|
|||
Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML
|
||||
sanitizers, which are based on HTML5lib's whitelist.
|
||||
|
||||
WWW: http://github.com/flavorjones/loofah
|
||||
WWW: http://github.com/flavorjones/loofah
|
||||
WWW: https://github.com/flavorjones/loofah
|
||||
WWW: https://github.com/flavorjones/loofah
|
||||
|
|
|
@ -6,4 +6,4 @@ of plain-text e-mail messages. Markdown allows you to write
|
|||
in an easy-to-read, easy-to-write plain text format, then
|
||||
convert it to structurally valid XHTML (or HTML).
|
||||
|
||||
WWW: http://github.com/rtomayko/rdiscount
|
||||
WWW: https://github.com/rtomayko/rdiscount
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
A declarative SAX parsing library backed by Nokogiri.
|
||||
|
||||
WWW: http://github.com/pauldix/sax-machine
|
||||
WWW: https://github.com/pauldix/sax-machine
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Termcolor is a library for ANSI color formatting
|
||||
like HTML for output in terminal.
|
||||
|
||||
WWW: http://github.com/jugyo/termcolor
|
||||
WWW: https://github.com/jugyo/termcolor
|
||||
|
|
|
@ -3,4 +3,4 @@ canonicalizing URLs, and a few other things. It uses the
|
|||
list of domain names from the Public Suffix List to know
|
||||
what constitutes a subdomain, domain, and public suffix.
|
||||
|
||||
WWW: http://github.com/pauldix/domainatrix
|
||||
WWW: https://github.com/pauldix/domainatrix
|
||||
|
|
|
@ -7,4 +7,4 @@ you should be able call url_for from within a handler as follows:
|
|||
url_for "/foo" # Returns "/myapp/foo"
|
||||
url_for "/foo", :full # Returns "http://example.com/myapp/foo"
|
||||
|
||||
WWW: http://github.com/emk/sinatra-url-for
|
||||
WWW: https://github.com/emk/sinatra-url-for
|
||||
|
|
|
@ -8,4 +8,4 @@ Feed normalizer is useful when the representation of the data of
|
|||
an underlying RSS/Atom feed should be the same regardless of the underlying
|
||||
format and its terminology.
|
||||
|
||||
WWW: http://github.com/aasmith/feed-normalizer
|
||||
WWW: https://github.com/aasmith/feed-normalizer
|
||||
|
|
|
@ -5,4 +5,4 @@ The fetching and parsing logic have been de-coupled
|
|||
so that either of them can be used in isolation if you'd
|
||||
prefer not to use everything that Feedzirra offers.
|
||||
|
||||
WWW: http://github.com/pauldix/feedzirra
|
||||
WWW: https://github.com/pauldix/feedzirra
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Simple, straight-forward base for web-frameworks.
|
||||
|
||||
WWW: http://github.com/manveru/innate
|
||||
WWW: https://github.com/manveru/innate
|
||||
|
|
|
@ -6,4 +6,4 @@ favorite web server. This is also the engine behind GitHub Pages,
|
|||
which you can use to host your project?s page or blog right here from
|
||||
GitHub.
|
||||
|
||||
WWW: http://github.com/mojombo/jekyll
|
||||
WWW: https://github.com/mojombo/jekyll
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Stackable dynamic tree based Rack router
|
||||
|
||||
WWW: http://github.com/josh/rack-mount
|
||||
WWW: https://github.com/josh/rack-mount
|
||||
|
|
|
@ -3,4 +3,4 @@ own or as a reusable starting point for Web frameworks and testing libraries
|
|||
to build on. Most of its initial functionality is an extraction of Merb 1.0's
|
||||
request helpers feature.
|
||||
|
||||
WWW: http://github.com/brynary/rack-test
|
||||
WWW: https://github.com/brynary/rack-test
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Robots is a simple Ruby library to parse robots.txt files.
|
||||
|
||||
WWW: http://github.com/fizx/robots
|
||||
WWW: https://github.com/fizx/robots
|
||||
|
|
|
@ -2,4 +2,4 @@ Simple RSS is a simple, flexible, extensible, and liberal RSS and Atom reader
|
|||
for Ruby. It is designed to be backwards compatible with the standard RSS
|
||||
parser, but will never do RSS generation.
|
||||
|
||||
WWW: http://github.com/cardmagic/simple-rss
|
||||
WWW: https://github.com/cardmagic/simple-rss
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
A respond_to style Rails block for baked-in web service support in Sinatra.
|
||||
|
||||
WWW: http://github.com/cehoffman/sinatra-respond_to
|
||||
WWW: https://github.com/cehoffman/sinatra-respond_to
|
||||
|
|
|
@ -3,4 +3,4 @@ capabilities (also known as folksnomy) to your ActiveRecord objects. It
|
|||
allows you to apply tags to your objects as well as search for tagged
|
||||
objects.
|
||||
|
||||
WWW: http://github.com/twoism/taggable
|
||||
WWW: https://github.com/twoism/taggable
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
|
||||
|
||||
WWW: http://github.com/bblimke/webmock
|
||||
WWW: https://github.com/bblimke/webmock
|
||||
|
|
Loading…
Reference in a new issue