mogilefs-client 3.11.1
[ruby-mogilefs-client.git] / mogilefs-client.gemspec
blobfb6a2d56c5b64762b8605c90d4e00fff2606eebe
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: http://mogilefs.org for more details.
13 This library allows any Ruby application to read, write and delete
14 files in a MogileFS instance.
15 EOF
16   s.email = 'mogilefs-client-public@bogomips.org'
17   s.files = manifest
18   s.homepage = 'https://bogomips.org/mogilefs-client/'
19   s.license = 'BSD-3-Clause'
20 end