Ruby mogilefs-client 3.12.2
[ruby-mogilefs-client.git] / mogilefs-client.gemspec
blobad912cd216bd58b06b8d0e3f3550cc4f506d1516
1 $LOAD_PATH << 'lib'
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'
10   s.description = <<EOF
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.
16 EOF
17   s.email = 'mogilefs-client-public@yhbt.net'
18   s.files = manifest
19   s.homepage = 'https://yhbt.net/mogilefs-client/'
20   s.license = 'BSD-3-Clause'
21 end