mogilefs-client.git  about / heads / tags
MogileFS client library for Ruby
$ git log --pretty=format:'%h %s (%cs)%d'
7e28a49 Ruby mogilefs-client 3.12.2 (2020-02-06)
	(HEAD -> master, tag: v3.12.2)
c99b448 s/bogomips.org/yhbt.net/ (2020-02-01)
002a293 Ruby mogilefs-client 3.12.1 (2019-11-11)
	(tag: v3.12.1)
b10f5b3 test_client: quiet warnings about redefining accessors (2019-10-29)
dcaab82 fix more indentation warnings (2019-10-28)
1e0f7ef mogilefs: actually use kwarg for Net::HTTP::Persistent.new (2019-10-28)
dfaa96c pkg.mk: use dark216 olddoc theme for Earth Day 2019 (2019-10-28)
eaeb4b2 Ruby mogilefs-client 3.12.0 (2019-01-02)
	(tag: v3.12.0)
e40210f update URLs to point to wiki (2019-01-02)
d56283d doc: https:// URLs instead of git:// (2018-07-03)
...

$ git cat-file blob HEAD:README
= mogilefs-client - MogileFS client library for Ruby

A MogileFS client library for Ruby.  MogileFS is an open source
distributed filesystem, see:
https://github.com/mogilefs/MogileFS-Server/wiki for more
details.  This library allows any Ruby application to read,
write and delete files in a MogileFS instance.

== Links

rdoc :: https://yhbt.net/mogilefs-client
mogilefs :: git clone https://github.com/mogilefs/MogileFS-Server
list :: mailto:mogilefs-client-public@yhbt.net
list-cc :: mailto:mogile@googlegroups.com
list-archive :: https://yhbt.net/mogilefs-client-public
repo :: https://yhbt.net/mogilefs-client.git
gitweb :: http://repo.or.cz/w/ruby-mogilefs-client.git
download :: https://yhbt.net/mogilefs-client/files/

== Install

First you need a MogileFS 2.x installation.  You can find information on
how to do that at https://github.com/mogilefs/MogileFS-Server/wiki

Then install the RubyGem:

  $ gem install mogilefs-client

This library supports Ruby 1.8.7 and later, but Ruby 1.9.3 is
recommended.  No other libraries are required on the client.

== Usage

See MogileFS::MogileFS

== Contact

Feedback (bug reports, user/development discussion, patches, pull
requests) are greatly appreciated and handled via email to a public
inbox.  HTML email is considered spam and discarded.  No subscription
is required or available to post:

	mogilefs-client-public@yhbt.net

Users of anonymous remailers and other anonymity tools are welcome.
Participants will never be asked to reveal their identity.

List archives: https://yhbt.net/mogilefs-client-public/

We may also piggy-back onto the public MogileFS mailing list at
mogile@googlegroups.com for feedback (subscription required,
unfortunately)

Do not expect us to read HTML mail under any circumstances.

== WARNING!

This client is only supported in HTTP mode.  NFS mode was previously
supported in 1.3.x, but since MogileFS 2.x dropped support for NFS
in in 2006, this client does not support it.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Ruby mogilefs-client 3.12.2 (2020-02-06)
  pu           backend: respect timeout on socket/timeout errors (2012-07-27)
  checksums    socket_common: small simplification in read() calculation (2011-12-04)
  pipeline     list_keys/each_key: better handling of verbose listings (2011-11-11)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v3.12.2      Ruby mogilefs-client 3.12.2 (2020-02-06) tar.gz
v3.12.1      Ruby mogilefs-client 3.12.1 (2019-11-11) tar.gz
v3.12.0      Ruby mogilefs-client 3.12.0 (2019-01-02) tar.gz
v3.11.1      mogilefs-client 3.11.1 (2017-03-23) tar.gz
v3.11.0      Ruby mogilefs-client 3.11.0 (2017-01-31) tar.gz
v3.10.0      Ruby mogilefs-client 3.10.0 (2016-08-31) tar.gz
v3.9.0       Ruby mogilefs-client 3.9.0 (2015-06-25) tar.gz
v3.8.0       Ruby mogilefs-client 3.8.0 (2015-02-10) tar.gz
v3.7.1       Ruby mogilefs-client 3.7.1 (2013-09-10) tar.gz
v3.7.0       Ruby mogilefs-client 3.7.0 (2013-07-18) tar.gz
...

# associated public inboxes:
# (number on the left is used for dev purposes)
            https://yhbt.net/mogilefs-client-public

git clone https://yhbt.net/mogilefs-client.git