- Update WWW: rubygems.org uses https://

With hat:	ruby
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-12-11 19:27:01 +00:00
parent 324ed51ac3
commit bfc16b8a3c
47 changed files with 47 additions and 47 deletions

View file

@ -2,4 +2,4 @@ librmpd is a simple yet powerful Music Player Daemon library written
entirely in Ruby. It provides callback functionality to create an
event/listener type of setup, along with thread safety for threaded apps.
WWW: http://rubygems.org/gems/librmpd/
WWW: https://rubygems.org/gems/librmpd/

View file

@ -3,4 +3,4 @@ The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to
a single interface.
At present, PostgreSQL, MySQL, and SQLite adapters are available.
WWW: http://rubygems.org/gems/do_mysql/
WWW: https://rubygems.org/gems/do_mysql/

View file

@ -3,4 +3,4 @@ The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to
a single interface.
At present, PostgreSQL, MySQL, and SQLite adapters are available.
WWW: http://rubygems.org/gems/do_postgres/
WWW: https://rubygems.org/gems/do_postgres/

View file

@ -3,4 +3,4 @@ The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to
a single interface.
At present, PostgreSQL, MySQL, and SQLite adapters are available.
WWW: http://rubygems.org/gems/do_sqlite3/
WWW: https://rubygems.org/gems/do_sqlite3/

View file

@ -1,3 +1,3 @@
RBase is a library to manipulate XBase database using Ruby.
WWW: http://rubygems.org/gems/rbase/
WWW: https://rubygems.org/gems/rbase/

View file

@ -3,4 +3,4 @@
Abstract method makes your code more descriptive.
It is useful even for dynamic language such as Ruby.
WWW: http://rubygems.org/gems/abstract/
WWW: https://rubygems.org/gems/abstract/

View file

@ -2,4 +2,4 @@ Annoy, like your annoying friend that asks you questions all the time. Rudy
uses annoy to present the user with a simple question before continuing with a
destructive action.
WWW: http://rubygems.org/gems/annoy
WWW: https://rubygems.org/gems/annoy

View file

@ -1,3 +1,3 @@
Pretty print Ruby objects to visualize their structure.
WWW: http://rubygems.org/gems/awesome_print
WWW: https://rubygems.org/gems/awesome_print

View file

@ -3,4 +3,4 @@ It provides an advanced options parser with a variety of notations
suited to almost any perfered style, and provides a very rich and easy to use
library for generating console output.
WWW: http://rubygems.org/gems/clio/
WWW: https://rubygems.org/gems/clio/

View file

@ -1,4 +1,4 @@
This is a deep_merge Ruby Gem that is used to recursively merge hashes,
working with Ruby 1.9 and ActiveSupport.
WWW: http://rubygems.org/gems/deep_merge
WWW: https://rubygems.org/gems/deep_merge

View file

@ -1,3 +1,3 @@
Deferred for Delayer.
WWW: http://rubygems.org/gems/delayer-deferred
WWW: https://rubygems.org/gems/delayer-deferred

View file

@ -1,3 +1,3 @@
Delay any task, similar to a priority-queue.
WWW: http://rubygems.org/gems/delayer
WWW: https://rubygems.org/gems/delayer

View file

@ -4,4 +4,4 @@ Mercurial, and Bazaar.
It can also be used with centralized systems like SVN.
WWW: http://rubygems.org/gems/ditz/
WWW: https://rubygems.org/gems/ditz/

View file

@ -1,4 +1,4 @@
Errand provides Ruby bindings for RRD functions (via librrd), and a concise DSL
for interacting with RRDs.
WWW: http://rubygems.org/gems/errand
WWW: https://rubygems.org/gems/errand

View file

@ -3,4 +3,4 @@ load them as additional features to use in your software. It
originated from the Mongrel (http://mongrel.rubyforge.org/) project
but proved useful enough to break out into a separate project.
WWW: http://rubygems.org/gems/gem_plugin/
WWW: https://rubygems.org/gems/gem_plugin/

View file

@ -1,4 +1,4 @@
Implements a simple Getopt::Std class for command line parsing, as well as a
Getopt::Long class for more advanced command line parsing.
WWW: http://rubygems.org/gems/getopt/
WWW: https://rubygems.org/gems/getopt/

View file

@ -1,3 +1,3 @@
GitLab meta gem
WWW: http://rubygems.org/gems/gitlab_meta
WWW: https://rubygems.org/gems/gitlab_meta

View file

@ -4,4 +4,4 @@ Hamster provides 6 Persistent Data Structures: Hash, Vector, Set,
SortedSet, List, and Deque (which works as an immutable queue or
stack).
WWW: http://rubygems.org/gems/hamster
WWW: https://rubygems.org/gems/hamster

View file

@ -4,4 +4,4 @@ class which includes IO::Like needs to provide only a few methods in order to
enable the higher level methods. Buffering is automatically provided by default
for the methods which normally provide it in IO.
WWW: http://rubygems.org/gems/io-like/
WWW: https://rubygems.org/gems/io-like/

View file

@ -1,3 +1,3 @@
A specialized ruby testing framework
WWW: http://rubygems.org/gems/mspec
WWW: https://rubygems.org/gems/mspec

View file

@ -3,4 +3,4 @@ using RubyInlineAcceleration.
The goal is to provide full compatibility
to ParseTree while making it easier to build and extend.
WWW: http://rubygems.org/gems/ptreloaded/
WWW: https://rubygems.org/gems/ptreloaded/

View file

@ -2,4 +2,4 @@ Racc is an LALR(1) parser generator for Ruby. It is written in Ruby
and generates Ruby code. Almost all functions of yacc(1) is
implemented.
WWW: http://rubygems.org/gems/racc/
WWW: https://rubygems.org/gems/racc/

View file

@ -3,4 +3,4 @@ exception-safe interface in order to make embedding Ruby and writing Ruby
extensions with C++ easier. It is similar to Boost.Python in many ways, but
also attempts to provide an object-oriented interface to all of the Ruby C API.
WWW: http://rubygems.org/gems/rice
WWW: https://rubygems.org/gems/rice

View file

@ -2,4 +2,4 @@ RubyInlineAcceleration is an extension to RubyInline
which provides an easy way to use C libraries
in Ruby by directly wrapping methods, structures and fields.
WWW: http://rubygems.org/gems/rubyinlineaccel/
WWW: https://rubygems.org/gems/rubyinlineaccel/

View file

@ -1,3 +1,3 @@
An implementation of the Porter word stemming algorithm.
WWW: http://rubygems.org/gems/stemmer/
WWW: https://rubygems.org/gems/stemmer/

View file

@ -11,4 +11,4 @@ contains just the information for that page. You
can use your favorite markup language to write
your pages; Webby supports quite a few.
WWW: http://rubygems.org/gems/webby/
WWW: https://rubygems.org/gems/webby/

View file

@ -1,3 +1,3 @@
This is a simple library for detecting objects in pictures.
WWW: http://rubygems.org/gems/objectdetect/
WWW: https://rubygems.org/gems/objectdetect/

View file

@ -1,4 +1,4 @@
TMail is a mail manipulating library for Ruby, with RFC822 and MIME
multipart support.
WWW: http://rubygems.org/gems/tmail/
WWW: https://rubygems.org/gems/tmail/

View file

@ -4,4 +4,4 @@ extension library incorporates fast calculation and easy manipulation of large
numerical arrays into the Ruby language. NArray has features similar to NumPy,
but NArray has vector and matrix subclasses.
WWW: http://rubygems.org/gems/narray/
WWW: https://rubygems.org/gems/narray/

View file

@ -3,4 +3,4 @@ Protocol). It is implemented in pure Ruby, so there are no dependencies
on external libraries like net-snmp. You can run this library anywhere
that Ruby can run.
WWW: http://rubygems.org/gems/snmp/
WWW: https://rubygems.org/gems/snmp/

View file

@ -2,4 +2,4 @@ Visage is a web interface for viewing collectd statistics. It also provides a
JSON interface onto collectd's RRD data, giving you an easy way to mash up the
data.
WWW: http://rubygems.org/gems/visage-app
WWW: https://rubygems.org/gems/visage-app

View file

@ -1,3 +1,3 @@
Client library for Amazon's Simple Storage Service's REST API
WWW: http://rubygems.org/gems/aws-s3/
WWW: https://rubygems.org/gems/aws-s3/

View file

@ -1,4 +1,4 @@
Net::Netrc is a pure-Ruby module providing ftp(1)-style .netrc
parsing. It is inspired by Graham Barr's Perl Net::Netrc module.
WWW: http://rubygems.org/gems/net-netrc/
WWW: https://rubygems.org/gems/net-netrc/

View file

@ -8,4 +8,4 @@ Features
* Single class object oriented access to most commonly used features
* Ruby like
WWW: http://rubygems.org/gems/ezcrypto/
WWW: https://rubygems.org/gems/ezcrypto/

View file

@ -1,3 +1,3 @@
A fork of Twitter OAuth REST API client library for Ruby
WWW: http://rubygems.org/gems/jugyo-twitter_oauth
WWW: https://rubygems.org/gems/jugyo-twitter_oauth

View file

@ -2,4 +2,4 @@ File output plugin alternative implementation, is 100% compatible with
fluentd built-in 'out_file', and added many options to format output
as you want.
WWW: http://rubygems.org/gems/fluent-plugin-file-alternative
WWW: https://rubygems.org/gems/fluent-plugin-file-alternative

View file

@ -2,4 +2,4 @@ HTMLEntities is a simple library to facilitate encoding and decoding of
named (ý and so on) or numerical ({ or Ī) entities
in HTML and XHTML documents.
WWW: http://rubygems.org/gems/htmlentities/
WWW: https://rubygems.org/gems/htmlentities/

View file

@ -5,4 +5,4 @@ gem has one goal: make INI file, structure, and stream manipulation
as fast, safe, and simple as possible. We take a modal approach
with a pluggable parser class.
WWW: http://rubygems.org/gems/ini/
WWW: https://rubygems.org/gems/ini/

View file

@ -1,3 +1,3 @@
A simple wrapper for parsing OPML files.
WWW: http://rubygems.org/gems/opml/
WWW: https://rubygems.org/gems/opml/

View file

@ -1,3 +1,3 @@
Ruby interface to HTML Tidy Library Project
WWW: http://rubygems.org/gems/tidy/
WWW: https://rubygems.org/gems/tidy/

View file

@ -1,3 +1,3 @@
Internal HashiCorp client library to check version information.
WWW: http://rubygems.org/gems/hashicorp-checkpoint
WWW: https://rubygems.org/gems/hashicorp-checkpoint

View file

@ -2,4 +2,4 @@ Yullio is the combination of Mollio CSS/HTML template and Yahoo UI grid.
This generator copies and prepares the necessary files for your Rails app and
gives your views instantly solid design and layout flexibility.
WWW: http://rubygems.org/gems/layout-yullio/
WWW: https://rubygems.org/gems/layout-yullio/

View file

@ -6,4 +6,4 @@ Converts conforming link headers to and from text, LinkHeader objects
and corresponding (JSON-friendly) Array representations, also HTML
link elements.
WWW: http://rubygems.org/gems/link_header
WWW: https://rubygems.org/gems/link_header

View file

@ -1,3 +1,3 @@
Ruby/NTLM provides message creator and parser for the NTLM authentication.
WWW: http://rubygems.org/gems/ntlm-http
WWW: https://rubygems.org/gems/ntlm-http

View file

@ -19,4 +19,4 @@ Features:
* Performs auto-detection of input to select appropriate Reader class if one can
not be determined from file characteristics.
WWW: http://rubygems.org/gems/rdf
WWW: https://rubygems.org/gems/rdf

View file

@ -2,4 +2,4 @@ rFeedFinder uses RSS autodiscovery, Atom autodiscovery, spidering,
URL correction, and Web service queries -- whatever it takes --
to find the feed.
WWW: http://rubygems.org/gems/rfeedfinder/
WWW: https://rubygems.org/gems/rfeedfinder/

View file

@ -1,3 +1,3 @@
A Ruby library that provides access to totori.dip.jp Web APIs.
WWW: http://rubygems.org/gems/totoridipjp
WWW: https://rubygems.org/gems/totoridipjp