Ruby mogilefs-client dev/users discussion/patches/bugs/help/...
 help / color / mirror / code / Atom feed
From: Eric Wong <e@80x24.org>
To: mogilefs-client-public@bogomips.org
Subject: [PATCH 4/4] gemspec: remove olddoc development dependency
Date: Tue, 31 Jan 2017 18:21:19 +0000	[thread overview]
Message-ID: <20170131182119.4020-5-e@80x24.org> (raw)
In-Reply-To: <20170131182119.4020-1-e@80x24.org>

At least it should not be needed for rebuilding the gem,
anymore.  This will hopefully make it easier to package
and hack.
---
 README                  |  6 +++---
 mogilefs-client.gemspec | 18 +++++++++---------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/README b/README
index ab84111..a3f1ae4 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 = mogilefs-client - MogileFS client library for Ruby
 
 A MogileFS client library for Ruby.  MogileFS is an open source
-distributed filesystem, see: http://mogilefs.org for more details.  This
-library allows any Ruby application to read, write and delete files in a
-MogileFS instance.
+distributed filesystem, see: http://mogilefs.org for more details.
+This library allows any Ruby application to read, write and delete
+files in a MogileFS instance.
 
 == Links
 
diff --git a/mogilefs-client.gemspec b/mogilefs-client.gemspec
index d5ce96b..fb6a2d5 100644
--- a/mogilefs-client.gemspec
+++ b/mogilefs-client.gemspec
@@ -1,20 +1,20 @@
-ENV["VERSION"] or abort "VERSION= must be specified"
-require 'olddoc'
 $LOAD_PATH << 'lib'
-require 'mogilefs'
-extend Olddoc::Gemspec
-name, summary, title = readme_metadata
+require 'mogilefs' # for MogileFS::VERSION
 Gem::Specification.new do |s|
   manifest = File.read('.manifest').split(/\n/)
   s.name = 'mogilefs-client'
   s.version = MogileFS::VERSION
   s.executables = %w(mog)
   s.authors = ["#{s.name} hackers"]
-  s.summary = summary
-  s.description = readme_description
+  s.summary = 'MogileFS client library for Ruby'
+  s.description = <<EOF
+A MogileFS client library for Ruby.  MogileFS is an open source
+distributed filesystem, see: http://mogilefs.org for more details.
+This library allows any Ruby application to read, write and delete
+files in a MogileFS instance.
+EOF
   s.email = 'mogilefs-client-public@bogomips.org'
   s.files = manifest
-  s.add_development_dependency('olddoc', '~> 1.0')
-  s.homepage = Olddoc.config['rdoc_url']
+  s.homepage = 'https://bogomips.org/mogilefs-client/'
   s.license = 'BSD-3-Clause'
 end
-- 
EW


      parent reply	other threads:[~2017-01-31 18:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-31 18:21 [PATCH 0/4] various doc updates Eric Wong
2017-01-31 18:21 ` [PATCH 1/4] update URLS to HTTPS Eric Wong
2017-01-31 18:21 ` [PATCH 2/4] README: explain removal of NFS support Eric Wong
2017-01-31 18:21 ` [PATCH 3/4] doc: remove private email address linkage Eric Wong
2017-01-31 18:21 ` Eric Wong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://yhbt.net/mogilefs-client/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170131182119.4020-5-e@80x24.org \
    --to=e@80x24.org \
    --cc=mogilefs-client-public@bogomips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).