2 require 'mogilefs' # for MogileFS::VERSION
3 Gem::Specification.new do |s|
4 manifest = File.read('.manifest').split(/\n/)
5 s.name = 'mogilefs-client'
6 s.version = MogileFS::VERSION
7 s.executables = %w(mog)
8 s.authors = ["#{s.name} hackers"]
9 s.summary = 'MogileFS client library for Ruby'
11 A MogileFS client library for Ruby. MogileFS is an open source
12 distributed filesystem, see:
13 https://github.com/mogilefs/MogileFS-Server/wiki for more details.
14 This library allows any Ruby application to read, write and delete
15 files in a MogileFS instance.
17 s.email = 'mogilefs-client-public@yhbt.net'
19 s.homepage = 'https://yhbt.net/mogilefs-client/'
20 s.license = 'BSD-3-Clause'